fix: upgrade axios to 1.16.0, 0.32.0 (CVE-2026-44486)#40830
fix: upgrade axios to 1.16.0, 0.32.0 (CVE-2026-44486)#40830orbisai0security wants to merge 1 commit into
Conversation
Automated dependency upgrade by OrbisAI Security
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings📚 Learning: 2026-02-24T19:05:56.710ZApplied to files:
📚 Learning: 2026-02-24T19:05:56.710ZApplied to files:
🔇 Additional comments (3)
WalkthroughThis PR updates dependency versions in ChangesAxios Version Upgrade
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
There's already an open PR to update Axios here: #40827. Thank you. |
Summary
Upgrade axios from 0.31.1 to 1.16.0, 0.32.0 to fix CVE-2026-44486.
Vulnerability
CVE-2026-44486yarn.lockDescription: Axios: Proxy-Authorization header leaks to redirect target when proxy is re-evaluated to direct connection
Evidence
Scanner confirmation: trivy rule
CVE-2026-44486flagged this pattern.Production code: This file is in the production codebase, not test-only code.
Threat Model Context
This is a Node.js library - vulnerabilities affect downstream consumers who use this package.
Changes
package.jsonyarn.lockVerification
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security
Summary by CodeRabbit