CVE-2025-47907
BaseFortify
Publication date: 2025-08-07
Last updated on: 2025-11-04
Assigner: Go Project
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| golang | go | 1.24.6 |
| golang | go | 1.23.12 |
| golang | go | From 1.25.0 (inc) to 1.25.2 (inc) |
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 when cancelling a query during a call to the Scan method of the returned Rows in a database operation. If other queries are running in parallel, this cancellation can cause a race condition that may overwrite the expected results with those from another query. As a result, the Scan method may return unexpected data from a different query or produce an error.
How can this vulnerability impact me? :
The vulnerability can lead to incorrect or unexpected query results being returned, which may cause application errors or data integrity issues. This can affect the reliability of the application and potentially lead to incorrect processing of data or decisions based on wrong information.