CVE-2025-47907
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-07

Last updated on: 2025-11-04

Assigner: Go Project

Description
Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-07
Last Modified
2025-11-04
Generated
2026-05-27
AI Q&A
2025-08-07
EPSS Evaluated
2026-05-25
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
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
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart