Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moderate vulnerable intorudced by old axios #496

Open
anatolii-valence opened this issue Nov 14, 2023 · 1 comment
Open

Moderate vulnerable intorudced by old axios #496

anatolii-valence opened this issue Nov 14, 2023 · 1 comment

Comments

@anatolii-valence
Copy link

Describe the bug
An issue discovered in Axios 0.8.1 through 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including it in the HTTP header X-XSRF-TOKEN for every request made to any host allowing attackers to view sensitive information.

To Reproduce
N/A

Expected behavior
package.json should contain at least

"dependencies": {
"axios": ">=1.6.0"
}

versions

  • hardhat-deploy 0.11.43

Additional context
The alert was fired by dependabot installed in our repos, can't fix it on out end until you update the dependency on yours.

Thank you

@zaghadon
Copy link

Can't believe this Issue is unsolved till date. This is a security vulnerability and the fix introduces no breaking changes. Kindly fix. @wighawag

zaghadon added a commit to zaghadon/hardhat-deploy that referenced this issue May 27, 2024
Updated Axios to v1.7.2 (latest version at the time of commit).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants