Vulnerability Description
In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is set. This results in an unrecoverable memory leak on every call. Repeated use can cause unbounded memory growth, leading to a denial of service. Impact: * This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22.
CVSS Score
LOW
Related Weaknesses (CWE)
References
FAQ
What is CVE-2025-23165?
CVE-2025-23165 is a vulnerability with a CVSS score of 3.7 (LOW). In Node.js, the `ReadFileUtf8` internal binding leaks memory due to a corrupted pointer in `uv_fs_s.file`: a UTF-16 path buffer is allocated but subsequently overwritten when the file descriptor is se...
How severe is CVE-2025-23165?
CVE-2025-23165 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-23165?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.