Skip to content

Update axios to 1.13.6 to fix CVE-2025-27152#49

Merged
AaronAtDuo merged 1 commit into
mainfrom
fix/update-axios-cve
Mar 25, 2026
Merged

Update axios to 1.13.6 to fix CVE-2025-27152#49
AaronAtDuo merged 1 commit into
mainfrom
fix/update-axios-cve

Conversation

@AaronAtDuo
Copy link
Copy Markdown
Contributor

Summary

  • Updates axios from 1.10.0 to 1.13.6 (runtime dependency)
  • Also updates transitive dependency form-data from 4.0.3 to 4.0.5
  • Fixes two security vulnerabilities:
    • Critical: form-data uses unsafe random function for boundary generation
    • High: axios DoS via lack of data size check (CVE-2025-27152)

Test plan

  • All 45 tests pass on Node 20
  • Lint passes (pre-existing warnings only)
  • CI passes

🤖 Generated with Claude Code

Bumps axios from 1.10.0 to 1.13.6, which also updates transitive
dependency form-data from 4.0.3 to 4.0.5. Fixes:
- axios DoS via lack of data size check (high severity)
- form-data unsafe random function for boundary (critical severity)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@AaronAtDuo AaronAtDuo enabled auto-merge (squash) March 25, 2026 15:52
@AaronAtDuo AaronAtDuo merged commit 8126240 into main Mar 25, 2026
2 checks passed
@AaronAtDuo AaronAtDuo deleted the fix/update-axios-cve branch March 25, 2026 15:53
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.

2 participants