ghsa-j5pm-7495-qmr3
Vulnerability from github
Published
2025-08-07 17:34
Modified
2025-08-07 17:34
Severity ?
VLAI Severity ?
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": [], "aliases": [ "CVE-2025-47907" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-08-07T16:15:30Z", "severity": "HIGH" }, "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.", "id": "GHSA-j5pm-7495-qmr3", "modified": "2025-08-07T17:34:41Z", "published": "2025-08-07T17:34:41Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907" }, { "type": "WEB", "url": "https://go.dev/cl/693735" }, { "type": "WEB", "url": "https://go.dev/issue/74831" }, { "type": "WEB", "url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2025-3849" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L", "type": "CVSS_V3" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…