CVE-2025-47908
BaseFortify
Publication date: 2025-08-06
Last updated on: 2025-08-07
Assigner: Go Project
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rs | cors | * |
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 middleware that processes preflight requests containing an Access-Control-Request-Headers (ACRH) header with many commas. The middleware performs a large number of heap allocations when handling such requests, which can be exploited by attackers to create excessive load on the server.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to cause a denial of service by overwhelming the middleware or server with malicious preflight requests that trigger excessive heap allocations, leading to resource exhaustion and potential service disruption.