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

[5.x]: upgrade vulnerable axios 1.6.5 #15958

Closed
markpavlitski opened this issue Oct 24, 2024 · 2 comments
Closed

[5.x]: upgrade vulnerable axios 1.6.5 #15958

markpavlitski opened this issue Oct 24, 2024 · 2 comments
Labels

Comments

@markpavlitski
Copy link

What happened?

Description

axios versions before 1.6.8 depends on follow-redirects before 1.15.6, which could leak the proxy authentication credentials

axios/axios#6300

CVE-2024-39338: Server-Side Request Forgery in axios

Steps to reproduce

  1. Navigate to the following URL: https://example.com/admin/login
  2. Open the browser's built in developer tools
  3. Enter the following string into the JavaScript console: axios.VERSION
  4. Note that the application includes a version of axios 1.6.5 which has known security issues associated with it

Craft CMS version

5.4.9

PHP version

No response

Operating system and version

No response

Database type and version

No response

Image driver and version

No response

Installed plugins and versions

@brandonkelly
Copy link
Member

Thanks for reporting that. Axios has been updated to v1.7.7 for the next release.

@brandonkelly
Copy link
Member

Craft 5.4.10 is out with that Axios update.

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

No branches or pull requests

2 participants