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

CVE-2024-39338 Server-Side Request Forgery Vulnerability in Axios #1644

Open
1 of 4 tasks
rmtuckerphx opened this issue Oct 24, 2024 · 0 comments
Open
1 of 4 tasks

CVE-2024-39338 Server-Side Request Forgery Vulnerability in Axios #1644

rmtuckerphx opened this issue Oct 24, 2024 · 0 comments

Comments

@rmtuckerphx
Copy link
Contributor

I'm submitting a...

  • Bug report
  • Feature request
  • Documentation issue or request
  • Other... Please describe:

Expected Behavior

Update to axios v1.7.4
https://jeffhacks.com/advisories/2024/06/24/CVE-2024-39338.html

Current Behavior

Axios is vulnerable to a Server-Side Request Forgery attack caused by unexpected behaviour where requests for path relative URLs get processed as protocol relative URLs.

In package.json for Jovo Framework, axios is set to:
"axios": "^0.21.1",

Should be set to:
"axios": "^1.7.4",

Error Log

None

Your Environment

  • Jovo Framework version used: 4.6.2
  • Operating System: Windows 11 Pro
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

1 participant