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

Use of axios lower than 1.6.0 results in CVE-2023-45857 #84

Closed
andyedwardsibm opened this issue Nov 3, 2023 · 2 comments · Fixed by #85
Closed

Use of axios lower than 1.6.0 results in CVE-2023-45857 #84

andyedwardsibm opened this issue Nov 3, 2023 · 2 comments · Fixed by #85
Labels

Comments

@andyedwardsibm
Copy link

This module is using axois@^0.25.0

"axios": "^0.25.0",

This makes it vulnerable to CVE-2023-45857:

Moving to at least 1.6.0 resolves the CVE

darinspivey added a commit that referenced this issue Nov 7, 2023
This bump fixes a security vulerability in axios. This also addresses
the following issues:

* CWE-352
* CSVV 7.1
* SNYK-JS-AXIOS-6032459

Fixes: #84
@darinspivey
Copy link
Collaborator

Thanks for reporting this, @andyedwardsibm . This showed up in our security scans as well, and the notifications for that system have been made louder so we're aware of issues moving forward.

darinspivey added a commit that referenced this issue Nov 7, 2023
This bump fixes a security vulerability in axios. This also addresses
the following issues:

* CWE-352
* CSVV 7.1
* SNYK-JS-AXIOS-6032459

Fixes: #84
@logdnabot
Copy link
Member

🎉 This issue has been resolved in version 2.6.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants