Summary
CVE: CVE-2026-40175 | Severity: CRITICAL (CVSS 10.0) | Fix: axios >= 1.15.0
What is it?
axios is vulnerable to a "Gadget" attack chain. Prototype Pollution in any dependency can be escalated to RCE or full cloud compromise via AWS IMDSv2 bypass. Public PoC exists. Wiz flagged isHighProfileThreat: true and hasExploit: true.
Affected path
Detected in frontend/yarn.lock on branch mantra-cosmwasm — axios 1.6.5 via transitive deps.
Remediation
- Run
yarn why axios in the frontend/ directory to find all instances
- Add a
resolutions field to frontend/package.json:
"resolutions": { "axios": ">=1.15.0" }
- Run
yarn install to regenerate the lock file
- Confirm all versions resolve to
>= 1.15.0
- Open PR
References
Summary
CVE: CVE-2026-40175 | Severity: CRITICAL (CVSS 10.0) | Fix:
axios >= 1.15.0What is it?
axiosis vulnerable to a "Gadget" attack chain. Prototype Pollution in any dependency can be escalated to RCE or full cloud compromise via AWS IMDSv2 bypass. Public PoC exists. Wiz flaggedisHighProfileThreat: trueandhasExploit: true.Affected path
Detected in
frontend/yarn.lockon branchmantra-cosmwasm— axios1.6.5via transitive deps.Remediation
yarn why axiosin thefrontend/directory to find all instancesresolutionsfield tofrontend/package.json:yarn installto regenerate the lock file>= 1.15.0References