CVE-2025-47910
BaseFortify
Publication date: 2025-09-22
Last updated on: 2025-09-24
Assigner: Go Project
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| golang | go | 1.25.1 |
| golang | go | 1.25.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the http.CrossOriginProtection feature where the AddInsecureBypassPattern method can bypass more requests than intended. As a result, CrossOriginProtection skips validation for these requests but still forwards the original request path. This can lead to the request being handled by a different handler that does not have the intended security protections.
How can this vulnerability impact me? :
The vulnerability can allow unauthorized or insecure requests to bypass security validation, potentially exposing sensitive endpoints or data to unintended handlers without proper security checks. This could lead to unauthorized access or other security risks.