-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| threadalone | rust | < 0.2.1 | 0.2.1 |
The vulnerability manifests in the Drop trait implementation for ThreadAlone. The critical function is the drop() method which contains the thread ID check and error reporting logic. The use of eprintln! introduces a potential panic point that could abort the thread safety enforcement, as shown in the reproduction example where failed stderr writes lead to UB. This is the only function directly handling the thread-bound drop validation and contains the unsafe error handling pattern.
Ongoing coverage of React2Shell