feat(deps): update dependencies axios from v1.10.0 to v1.11.0 [security] - autoclosed#241
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
feat(deps): update dependencies axios from v1.10.0 to v1.11.0 [security] - autoclosed#241renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
auto-merge was automatically disabled
July 24, 2025 17:15
Pull request was closed
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.
This PR contains the following updates:
1.10.0->1.11.0GitHub Vulnerability Alerts
GHSA-rm8p-cx58-hcvx
Summary
A critical vulnerability exists in the form-data package used by
axios@1.10.0. The issue allows an attacker to predict multipart boundary values generated usingMath.random(), opening the door to HTTP parameter pollution or injection attacks.This was submitted in issue #6969 and addressed in pull request #6970.
Details
The vulnerable package
form-data@4.0.0is used byaxios@1.10.0as a transitive dependency. It uses non-secure, deterministic randomness (Math.random()) to generate multipart boundary strings.This flaw is tracked under Snyk Advisory SNYK-JS-FORMDATA-10841150 and CVE-2025-7783.
Affected
form-dataversions:Since
axios@1.10.0pulls inform-data@4.0.0, it is exposed to this issue.PoC
npm install axios@1.10.02.Run
snyk test:Impact
This could potentially allow attackers to:
Related Links
GitHub Issue #6969
Pull Request #xxxx (replace with actual link)
Snyk Advisory
form-data on npm
Release Notes
axios/axios (axios)
v1.11.0Compare Source
Bug Fixes
Contributors to this release
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.