fix(deps): override axios to 1.20.0 for CVE-2026-67313 (AAP-88408) - #1252
Merged
Merged
Conversation
Bumps the axios override from 1.16.1 to 1.20.0 to address CVE-2026-67313 (GHSA-42h9-826w-cgv3: Excessive recursion in formDataToJSON can cause DoS). Versions >=1.0.0 <1.18.0 are vulnerable; 1.20.0 is the latest stable release and clears all 10 known axios security advisories in the 1.x series. Previous version: 1.16.1 Fixed version: 1.20.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
h-kataria
force-pushed
the
AAP-88408/fix-axios-1.20.0
branch
from
September 8, 2026 16:22
2c7c3ed to
23661b9
Compare
lgalis
approved these changes
Sep 8, 2026
h-kataria
added a commit
that referenced
this pull request
Sep 8, 2026
…1252) (#1254) Bumps the axios override from 1.16.1 to 1.20.0 to address CVE-2026-67313 (GHSA-42h9-826w-cgv3: Excessive recursion in formDataToJSON can cause DoS). Versions >=1.0.0 <1.18.0 are vulnerable; 1.20.0 is the latest stable release and clears all 10 known axios security advisories in the 1.x series. Previous version: 1.16.1 Fixed version: 1.20.0 Co-authored-by: Harpreet Kataria <hkataria@redhat.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
axiosoverride from 1.16.1 → 1.20.0 to remediate CVE-2026-67313>=1.0.0 <1.18.0CVE Details
formDataToJSON— deeply nested bracket field names exhaust call stack → RangeError DoS>=1.0.0 <1.18.0Additional advisories cleared by this upgrade
Upgrading to 1.20.0 also addresses 9 other axes advisories in the
<1.18.0range:{}metatoken (>=1.15.1 <1.18.0)maxBodyLength(>=1.13.0 <1.18.0)maxBodyLength(>=1.7.0 <1.18.0)Test plan
npm audit— zero axios vulnerabilities remaining after upgradenpx tsc --noEmit— type check passes with no errors🤖 Generated with Claude Code