CWE-663: Use of a Non-reentrant Function in a Concurrent Context
The product calls a non-reentrant function in a concurrent context in which a competing code sequence (e.g. thread or signal handler) may have an opportunity to call the same function or otherwise influence its state.
1 tracked CVEs are classified under this weakness.
Highest-risk vulnerabilities
- CVE-2026-26201 — emp3r0r Affected by Concurrent Map Access DoS (panic/crash)
Recently published
- CVE-2026-26201 — emp3r0r Affected by Concurrent Map Access DoS (panic/crash)
More specific weaknesses
- CWE-558 — Use of getlogin() in Multithreaded Application