-
Notifications
You must be signed in to change notification settings - Fork 23
fix(deps): update dependency axios to v1.8.2 [security] (master) - autoclosed #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
renovatebot-confluentinc
wants to merge
1
commit into
master
from
renovate/master-npm-axios-vulnerability
Closed
fix(deps): update dependency axios to v1.8.2 [security] (master) - autoclosed #308
renovatebot-confluentinc
wants to merge
1
commit into
master
from
renovate/master-npm-axios-vulnerability
Conversation
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
@service-bot-app
service-bot-app
bot
marked this pull request as ready for review
May 10, 2025 04:10
Could not automerge PR: Found a file in the diff that is not marked as an approved dependency file: package-lock.json
@renovatebot-confluentinc
renovatebot-confluentinc
bot
changed the title
(削除) fix(deps): update dependency axios to v1.8.2 [security] (master) (削除ここまで)
(追記) fix(deps): update dependency axios to v1.8.2 [security] (master) - autoclosed (追記ここまで)
May 10, 2025
@renovatebot-confluentinc
renovatebot-confluentinc
bot
deleted the
renovate/master-npm-axios-vulnerability
branch
May 10, 2025 14:04
@renovatebot-confluentinc
renovatebot-confluentinc
bot
changed the title
(削除) fix(deps): update dependency axios to v1.8.2 [security] (master) - autoclosed (削除ここまで)
(追記) fix(deps): update dependency axios to v1.8.2 [security] (master) (追記ここまで)
May 15, 2025
@renovatebot-confluentinc
renovatebot-confluentinc
bot
restored the
renovate/master-npm-axios-vulnerability
branch
May 15, 2025 05:20
@cprovencher
cprovencher
changed the title
(削除) fix(deps): update dependency axios to v1.8.2 [security] (master) (削除ここまで)
(追記) fix(deps): update dependency axios to v1.8.2 [security] (master) - retry (追記ここまで)
May 16, 2025
@renovatebot-confluentinc
renovatebot-confluentinc
bot
changed the title
(削除) fix(deps): update dependency axios to v1.8.2 [security] (master) - retry (削除ここまで)
(追記) fix(deps): update dependency axios to v1.8.2 [security] (master) (追記ここまで)
May 16, 2025
@renovatebot-confluentinc
renovatebot-confluentinc
bot
changed the title
(削除) fix(deps): update dependency axios to v1.8.2 [security] (master) (削除ここまで)
(追記) fix(deps): update dependency axios to v1.8.2 [security] (master) - autoclosed (追記ここまで)
Jun 11, 2025
@renovatebot-confluentinc
renovatebot-confluentinc
bot
deleted the
renovate/master-npm-axios-vulnerability
branch
June 11, 2025 14:17
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.
Uh oh!
There was an error while loading. Please reload this page.
For any questions/concerns about this PR, please review the Renovate Bot wiki/FAQs, or the #renovatebot Slack channel.
This PR contains the following updates:
1.7.9->1.8.2GitHub Vulnerability Alerts
CVE-2025-27152
Summary
A previously reported issue in axios demonstrated that using protocol-relative URLs could lead to SSRF (Server-Side Request Forgery).
Reference: axios/axios#6463
A similar problem that occurs when passing absolute URLs rather than protocol-relative URLs to axios has been identified. Even if
baseURLis set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue impacts both server-side and client-side usage of axios.Details
Consider the following code snippet:
In this example, the request is sent to
http://attacker.test/instead of thebaseURL. As a result, the domain owner ofattacker.testwould receive theX-API-KEYincluded in the request headers.It is recommended that:
baseURLis set, passing an absolute URL such ashttp://attacker.test/toget()should not ignorebaseURL.baseURLwith the user-provided parameter), axios should verify that the resulting URL still begins with the expectedbaseURL.PoC
Follow the steps below to reproduce the issue:
Even though
baseURLis set tohttp://localhost:10001/, axios sends the request tohttp://localhost:10002/.Impact
baseURLand does not validate path parameters is affected by this issue.axios Requests Vulnerable To Possible SSRF and Credential Leakage via Absolute URL
CVE-2025-27152 / GHSA-jr5f-v2jv-69x6
More information
Details
Summary
A previously reported issue in axios demonstrated that using protocol-relative URLs could lead to SSRF (Server-Side Request Forgery).
Reference: axios/axios#6463
A similar problem that occurs when passing absolute URLs rather than protocol-relative URLs to axios has been identified. Even if
baseURLis set, axios sends the request to the specified absolute URL, potentially causing SSRF and credential leakage. This issue impacts both server-side and client-side usage of axios.Details
Consider the following code snippet:
In this example, the request is sent to
http://attacker.test/instead of thebaseURL. As a result, the domain owner ofattacker.testwould receive theX-API-KEYincluded in the request headers.It is recommended that:
baseURLis set, passing an absolute URL such ashttp://attacker.test/toget()should not ignorebaseURL.baseURLwith the user-provided parameter), axios should verify that the resulting URL still begins with the expectedbaseURL.PoC
Follow the steps below to reproduce the issue:
Even though
baseURLis set tohttp://localhost:10001/, axios sends the request tohttp://localhost:10002/.Impact
baseURLand does not validate path parameters is affected by this issue.Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:PReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.