Skip to content

Security: Upgrade axios to 1.15.0 to remediate CVE-2026-40175#15

Open
Copilot wants to merge 2 commits into
mantra-cosmwasmfrom
copilot/fix-axios-vulnerability
Open

Security: Upgrade axios to 1.15.0 to remediate CVE-2026-40175#15
Copilot wants to merge 2 commits into
mantra-cosmwasmfrom
copilot/fix-axios-vulnerability

Conversation

Copilot AI commented Apr 15, 2026

Copy link
Copy Markdown

CVE-2026-40175 (CVSS 10.0) — axios Prototype Pollution gadget chain enabling RCE/AWS IMDSv2 bypass with public PoC. All axios instances in frontend/ previously resolved to vulnerable versions (0.21.4, 0.27.2, 1.6.5, 1.6.7 via transitive deps).

Changes

  • frontend/package.json

    • Bumped direct axios dependency: ^1.5.1>=1.15.0
    • Added resolutions field to force all transitive consumers to the safe version:
      "resolutions": {
        "axios": ">=1.15.0"
      }
  • frontend/yarn.lock

    • All previously fragmented axios entries (@cosmjs/tendermint-rpc, @0xsquid/sdk, @skip-router/core, kujira.js, etc.) now consolidate to a single resolved entry at 1.15.0

Agent-Logs-Url: https://github.com/MANTRA-Chain/resolute/sessions/f2e79e9f-ca15-4d3f-a25e-cdac859cb89a

Co-authored-by: ryantruong-mantra <197707285+ryantruong-mantra@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix security vulnerability CVE-2026-40175 by upgrading axios Security: Upgrade axios to 1.15.0 to remediate CVE-2026-40175 Apr 15, 2026
Copilot AI requested a review from ryantruong-mantra April 15, 2026 09:40
@ryantruong-mantra ryantruong-mantra marked this pull request as ready for review May 15, 2026 06:22
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

Successfully merging this pull request may close these issues.

Security: Remediate CVE-2026-40175 — Upgrade axios to >= 1.15.0

2 participants