CVE-2025-65947
Last modified
CVE-2025-65947 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-65947?
How severe is CVE-2025-65947?
How do I fix CVE-2025-65947?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-65940Rejected reason: Not used
- CVE-2025-65941Rejected reason: Not used
- CVE-2025-65942VictoriaMetrics is a scalable solution for monitoring and ma…2.7
- CVE-2025-65944Sentry-Javascript is an official Sentry SDKs for JavaScript.…5.1
- CVE-2025-65945auth0/node-jws is a JSON Web Signature implementation for No…7.5
- CVE-2025-65946Roo Code is an AI-powered autonomous coding agent that lives…8.1
- CVE-2025-6595Improper Neutralization of Input During Web Page Generation …4.7
- CVE-2025-65950WBCE CMS is a content management system. In versions 1.6.4 a…8.8
- CVE-2025-65951Inside Track / Entropy Derby is a research-grade horse-racin…8.7
- CVE-2025-65952Console is a network used to control Gorilla Tag mods' users…8.7
- CVE-2025-65953NanoMQ MQTT Broker (NanoMQ) is an all-around Edge Messaging …6
- CVE-2025-65954SimpleSAMLphp-casserver is a CAS 1.0 and 2.0 compliant CAS s…6.1
Are you affected by CVE-2025-65947?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
