GHSA-jf9p-2fv9-2jp2 · Severity: high · Ecosystem: rust — thread-amount Vulnerable to Resource Exhaustion (Memory and Handle Leaks) on Windows and macOS
thread-amount is a tool that gets the amount of threads in the current process. Prior to version 0.2.2, there are resource leaks when querying thread counts on Windows and Apple platforms. In Windows platforms, the thread_amount function calls CreateToolhelp32Snapshot but fails to close the returned HANDLE using CloseHandle. Repeated calls to this function will cause the handle count of the process to grow indefinitely, eventually leading to system instability or process termination when the handle limit is reached. In Apple platforms, the thread_amount function calls task_threads (via Mach kernel APIs) which allocates memory for the thread list. The function fails to deallocate this memory using vm_deallocate. Repeated calls will result in a steady memory leak, eventually causing the process to be killed by the OOM (Out of Memory) killer. This issue has been patched in version 0.2.2.
Conclusion & alert: CVE-2025-65947 is rated Moderate Risk (42.2/100): CVSS High severity, with low exploitation likelihood (EPSS 0.29%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.06% | 0.29% | +0.23% |
| 2 | 2026-05-01 | 0.05% | 0.06% | +0.01% |
| 3 | 2026-04-20 | — | 0.05% | — |
Full EPSS history (5 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | [email protected] |
GHSA-jf9p-2fv9-2jp2 · Severity: high · Ecosystem: rust — thread-amount Vulnerable to Resource Exhaustion (Memory and Handle Leaks) on Windows and macOS
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| No affected products in dataset. | |||