{"schema_version":"1.9.0","id":"BIT-golang-2025-47907","published":"2025-08-10T23:42:00.295Z","modified":"2026-09-08T08:47:49.505150129Z","aliases":["CVE-2025-47907","GO-2025-3849"],"summary":"Incorrect results returned from Rows.Scan in database/sql","details":"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.","affected":[{"package":{"name":"golang","ecosystem":"Bitnami","purl":"pkg:bitnami/golang"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0"},{"fixed":"1.23.12"},{"introduced":"1.24.0"},{"fixed":"1.24.6"}]}],"database_specific":{"source":"https://github.com/bitnami/vulndb/tree/main/data/golang/BIT-golang-2025-47907.json"},"severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L"}]}],"references":[{"type":"FIX","url":"https://go.dev/cl/693735"},{"type":"ADVISORY","url":"https://go.dev/issue/74831"},{"type":"DISCUSSION","url":"https://groups.google.com/g/golang-announce/c/x5MKroML2yM"},{"type":"WEB","url":"https://nvd.nist.gov/vuln/detail/CVE-2025-47907"},{"type":"ADVISORY","url":"https://pkg.go.dev/vuln/GO-2025-3849"},{"type":"DISCUSSION","url":"http://www.openwall.com/lists/oss-security/2025/08/06/1"}],"database_specific":{"cpes":["cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*"],"severity":"High"}}