Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-40575 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: OAuth2 Proxy trusts the `X-Forwarded-Uri` header blindly. <br>πŸ’₯ **Consequences**: Attackers bypass authentication entirely. <br>πŸ”“ **Result**: Unauthorized access to protected routes.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-290**: Authentication Bypass by Spoofing. <br>πŸ› **Flaw**: The proxy fails to validate the `X-Forwarded-Uri` header when skip-auth rules are active.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Vendor**: oauth2-proxy. <br>πŸ“… **Affected Versions**: **7.5.0** through **7.15.1**. <br>πŸ”§ **Component**: OAuth2 Proxy (Reverse Proxy for Google/GitHub/OAuth). <br>βœ… **Safe**: Versions < 7.5.0 or > 7.15.1.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: <br>1. Bypass login screens. <br>2. Access sensitive internal APIs. <br>3. Read/Modify protected data. <br>πŸ“Š **Impact**: High Confidentiality & Integrity loss. No Auth Required!

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: LOW. <br>🌐 **Network**: Remote (AV:N). <br>🧠 **Complexity**: Low (AC:L). <br>πŸ”‘ **Auth**: None required (PR:N). <br>πŸ‘€ **User Interaction**: None (UI:N). <br>⚑ **Easy to exploit!**

Q6Is there a public Exp? (PoC/Wild Exploitation)

🚫 **Public Exploit**: No PoC provided in data. <br>πŸ“ **Status**: Confirmed via GitHub Advisory (GHSA-7x63-xv5r-3p2x). <br>⚠️ **Risk**: Wild exploitation likely soon due to low barrier.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check version: Is it 7.5.0 - 7.15.1? <br>2. Config: Do you use `skip-auth` rules? <br>3. Headers: Are you passing `X-Forwarded-Uri`?…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update to patched version (likely > 7.15.1). <br>πŸ“’ **Source**: Official GitHub Security Advisory. <br>βœ… **Action**: Upgrade immediately if vulnerable.

Q9What if no patch? (Workaround)

🚧 **Workaround**: <br>1. **Disable** `skip-auth` rules if possible. <br>2. **Strip** `X-Forwarded-Uri` header at the edge (Load Balancer/NGINX). <br>3. **Validate** headers strictly before proxying.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: CRITICAL. <br>πŸ“ˆ **Priority**: P1. <br>⏳ **Time**: Patch ASAP. <br>🎯 **Reason**: Remote, unauthenticated, high impact. Zero-day risk!