---
cve: "CVE-2025-47907"
severity: "HIGH"
cvss: 7.0
epss: "36%"
vendor: "Go standard library"
kev: false
exploited: false
published: "2025-08-07 16:15:30"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-08T16:00:22+02:00"
---

# CVE-2025-47907

> 7.0 HIGH

## Beschreibung

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-Vektor

```
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Hoch | good |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Gering | warn |
| A Verfügbarkeit | Gering | warn |

## Patch verfügbar (OSV)

- dd8b7ad9268c2fbde675132a41b4e4da02eef94d (Commit)
- 7f36edc26d4e3becb6d9c9008ff00f260bb19055 (Commit)

## Referenzen

- <https://go.dev/cl/693735>
- <https://go.dev/issue/74831>
- <https://groups.google.com/g/golang-announce/c/x5MKroML2yM>
- <https://pkg.go.dev/vuln/GO-2025-3849>
- <http://www.openwall.com/lists/oss-security/2025/08/06/1>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2025-47907) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
