Race condition In golang-1.24
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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 13 | - | ||
debian 11 | - | ||
debian 12 | - | ||
go | 1.23.12 | ||
rpm rhel10 | 7:5.6.0-5.el10_1 | ||
rpm rhel9.4 | 0:1.21.13-11.el9_4 | ||
rpm rhel10 | 0:1.24.6-1.el10_0 | ||
rpm rhel8 | - | - | |
rpm rhel10 | - | - | |
rpm rhel9 | - | - |
1-10 of 18
10
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.