Skip to content

Commit c7e800a

Browse files
github-actions[bot]Create or Update Pull Request Action
andauthored
vuln: update core index.json (#1478)
Co-authored-by: Create or Update Pull Request Action <[email protected]>
1 parent 5d98a96 commit c7e800a

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

vuln/core/index.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,5 +2019,47 @@
20192019
"win32"
20202020
],
20212021
"severity": "high"
2022+
},
2023+
"151": {
2024+
"cve": [
2025+
"CVE-2025-23165"
2026+
],
2027+
"vulnerable": "20.x || 22.x",
2028+
"patched": "^20.19.2 || ^22.15.1",
2029+
"ref": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases/",
2030+
"description": "Corrupted pointer in node::fs::ReadFileUtf8(const FunctionCallbackInfo<Value>& args) when args[0] is a string.",
2031+
"overview": "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.\n\nImpact:\n* This vulnerability affects APIs relying on `ReadFileUtf8` on Node.js release lines: v20 and v22.",
2032+
"affectedEnvironments": [
2033+
"all"
2034+
],
2035+
"severity": "low"
2036+
},
2037+
"152": {
2038+
"cve": [
2039+
"CVE-2025-23166"
2040+
],
2041+
"vulnerable": "20.x || 22.x || 23.x || 24.x",
2042+
"patched": "^20.19.2 || ^22.15.1 || ^23.11.1 || ^24.0.2",
2043+
"ref": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases/",
2044+
"description": "Improper error handling in async cryptographic operations crashes process",
2045+
"overview": " The C++ method SignTraits::DeriveBits() may incorrectly call ThrowException() based on user-supplied inputs when executing in a background thread, crashing the Node.js process. Such cryptographic operations are commonly applied to untrusted inputs. Thus, this mechanism potentially allows an adversary to remotely crash a Node.js runtime.",
2046+
"affectedEnvironments": [
2047+
"all"
2048+
],
2049+
"severity": "high"
2050+
},
2051+
"153": {
2052+
"cve": [
2053+
"CVE-2025-23167"
2054+
],
2055+
"vulnerable": "20.x",
2056+
"patched": "^20.19.2",
2057+
"ref": "https://nodejs.org/en/blog/vulnerability/may-2025-security-releases/",
2058+
"description": "Improper HTTP header block termination in llhttp",
2059+
"overview": "A flaw in Node.js 20's HTTP parser allows improper termination of HTTP/1 headers using `\\r\\n\\rX` instead of the required `\\r\\n\\r\\n`.\nThis inconsistency enables request smuggling, allowing attackers to bypass proxy-based access controls and submit unauthorized requests.\n\nThe issue was resolved by upgrading `llhttp` to version 9, which enforces correct header termination.\n\nImpact:\n* This vulnerability affects only Node.js 20.x users prior to the `llhttp` v9 upgrade.\n",
2060+
"affectedEnvironments": [
2061+
"all"
2062+
],
2063+
"severity": "medium"
20222064
}
20232065
}

0 commit comments

Comments
 (0)