CVE-2025-47907

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.
References
Link Resource
https://go.dev/cl/693735 Patch
https://go.dev/issue/74831 Issue Tracking Third Party Advisory
https://groups.google.com/g/golang-announce/c/x5MKroML2yM Mailing List Release Notes
https://pkg.go.dev/vuln/GO-2025-3849 Vendor Advisory
http://www.openwall.com/lists/oss-security/2025/08/06/1 Mailing List Release Notes
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*

History

29 Jan 2026, 19:11

Type Values Removed Values Added
First Time Golang go
Golang
CPE cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
CWE CWE-362
References () https://go.dev/cl/693735 - () https://go.dev/cl/693735 - Patch
References () https://go.dev/issue/74831 - () https://go.dev/issue/74831 - Issue Tracking, Third Party Advisory
References () https://groups.google.com/g/golang-announce/c/x5MKroML2yM - () https://groups.google.com/g/golang-announce/c/x5MKroML2yM - Mailing List, Release Notes
References () https://pkg.go.dev/vuln/GO-2025-3849 - () https://pkg.go.dev/vuln/GO-2025-3849 - Vendor Advisory
References () http://www.openwall.com/lists/oss-security/2025/08/06/1 - () http://www.openwall.com/lists/oss-security/2025/08/06/1 - Mailing List, Release Notes

04 Nov 2025, 22:16

Type Values Removed Values Added
Summary
  • (es) Cancelar una consulta (p. ej., cancelando el contexto pasado a uno de los métodos de consulta) durante una llamada al método Scan de las filas devueltas puede generar resultados inesperados si se realizan otras consultas en paralelo. Esto puede generar una condición de ejecución que sobrescriba los resultados esperados con los de otra consulta, provocando que la llamada a Scan devuelva resultados inesperados de la otra consulta o un error.
References
  • () http://www.openwall.com/lists/oss-security/2025/08/06/1 -

07 Aug 2025, 16:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-08-07 16:15

Updated : 2026-01-29 19:11


NVD link : CVE-2025-47907

Mitre link : CVE-2025-47907

CVE.ORG link : CVE-2025-47907


JSON object : View

Products Affected

golang

  • go
CWE
CWE-362

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')