Overview
- Go standard library
- database/sql
- database/sql
07 Aug 2025
Published
04 Nov 2025
Updated
CVSS
Pending
EPSS
0.02%
KEV
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.
Statistics
- 2 Posts
Last activity: 17 hours ago
Overview
- Go toolchain
- cmd/cgo
- cmd/cgo
05 Feb 2026
Published
05 Feb 2026
Updated
CVSS
Pending
EPSS
0.01%
KEV
Description
A discrepancy between how Go and C/C++ comments were parsed allowed for code smuggling into the resulting cgo binary.
Statistics
- 2 Posts
Last activity: 17 hours ago