#VU114080 Race condition in Go programming language - CVE-2025-47907
Published: August 14, 2025 / Updated: January 19, 2026
Go programming language
Description
The vulnerability allows an attacker to tamper with the application.
The vulnerability exists due to a race condition when canceling a DB query. A local user can exploit the race and gain unauthorized access to sensitive information and escalate privileges on the system. A remote user can 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.