fix(security): fix security issue in axios via minor version upgrade from 1.15.0 to 1.19.0 - #90
Open
aikido-autofix[bot] wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade axios to fix critical MITM, prototype pollution, credential leakage, and header injection vulnerabilities affecting HTTP requests and authentication.
✅ 14 CVEs resolved by this upgrade
This PR will resolve the following CVEs:
X-API-Keyand AWS tokens to unintended hosts, allowing attackers to steal sensitive authentication data. This information disclosure vulnerability affects shared environments where secret headers are set by default.0.0.0.0as a local address when evaluatingNO_PROXYrules, allowing requests to0.0.0.0to be routed through configured proxies instead of bypassing them. This enables SSRF attacks when attackers control request URLs and the proxy can reach local services.Object.prototypeproperties to inject maliciousAuthorizationheaders and manipulate query strings when applications pass placeholder objects likeauth: {}orparamsSerializer: {}. This enables credential exfiltration and request tampering when another component has already polluted the prototype chain.maxBodyLengthlimits on WHATWGReadableStreamrequest bodies with unknown sizes, allowing attackers to bypass upload size restrictions and cause unexpected network egress or resource exhaustion.maxBodyLengthenforcement when sent over HTTP/2, allowing attackers to transmit arbitrarily large payloads and exhaust resources or bypass configured egress limits. This affects Node.js applications forwarding untrusted streams to HTTP/2 endpoints.formDataToJSONallows attackers to crash the process by submitting FormData with deeply nested bracket-delimited field names, causing stack exhaustion and denial of service.//(e.g.,https:internal.example) were silently normalized instead of rejected, allowing attackers to bypass URL allowlists or WAF checks and reach unintended hosts. The fix now throws an error for invalid scheme URLs before normalization.formDataToJSONhelper allows attackers to polluteObject.prototypethrough specially crafted multipart field names, potentially enabling remote code execution or other malicious actions.🔗 Related Tasks
🤖 Remediation details
Fix axios security vulnerabilities by updating to patched version
axioswas declared as a direct dependency at^1.15.0(resolving to1.15.0) in the rootpackage.json. Multiple high- and medium-severity advisories affectaxiosversions below1.18.0. The declared specifier was bumped to^1.18.0and the lockfile was refreshed, resolving to1.19.0.axios
axiosis a direct dependency in the rootpackage.json, previously declared at^1.15.0and resolving to1.15.0. Fourteen advisories (ranging from LOW to HIGH severity) cover various ranges within the1.xline, with the highest patched floor being1.18.0. The specifier was updated to^1.18.0andpnpm install --lockfile-onlywas run, causing pnpm to resolveaxiosto1.19.0, which satisfies every patched version requirement. No overrides were needed.Version changes
axios^1.15.0(resolved1.15.0)^1.18.0(resolved1.19.0)