Skip to content

[UID2-6899] Fix CVE-2025-62718: Upgrade axios 1.13.5→1.15.0#187

Merged
sunnywu merged 1 commit intomainfrom
syw-UID2-6899-fix-cve-2025-62718
Apr 10, 2026
Merged

[UID2-6899] Fix CVE-2025-62718: Upgrade axios 1.13.5→1.15.0#187
sunnywu merged 1 commit intomainfrom
syw-UID2-6899-fix-cve-2025-62718

Conversation

@sunnywu
Copy link
Copy Markdown
Contributor

@sunnywu sunnywu commented Apr 10, 2026

Summary

This PR fixes CVE-2025-62718 — a CRITICAL SSRF vulnerability in axios caused by hostname normalization bypass in NO_PROXY handling.

  • CVE: CVE-2025-62718
  • Severity: CRITICAL
  • Vulnerability: axios NO_PROXY Hostname Normalization Bypass → Server-Side Request Forgery (SSRF)
  • Fix: Upgrade axios from 1.13.5 to >=1.15.0 (resolves the vulnerability in 1.15.0)
  • Jira: UID2-6899

Changes

Updated axios version in all 5 affected package.json files and regenerated their package-lock.json lock files:

  • web-integrations/google-secure-signals/client-server/
  • web-integrations/google-secure-signals/server-side/
  • web-integrations/prebid-integrations/client-server/
  • web-integrations/javascript-sdk/client-server/
  • web-integrations/server-side/

Vulnerability Details

CVE-2025-62718 allows an attacker to bypass NO_PROXY restrictions through hostname normalization differences, enabling Server-Side Request Forgery (SSRF) attacks. Upgrading to axios 1.15.0 patches this normalization logic.

Test plan

  • Verified npm install completes successfully in all 5 directories
  • Verified installed axios version is 1.15.0 in all directories
  • Integration tests require a running UID2 server — covered by CI

🤖 Generated with Claude Code

@sunnywu sunnywu merged commit 074e70a into main Apr 10, 2026
2 checks passed
@sunnywu sunnywu deleted the syw-UID2-6899-fix-cve-2025-62718 branch April 10, 2026 02:11
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