Skip to content

Commit 5b0422d

Browse files
Sync security vulnerabilities (#1485)
1 parent c7e800a commit 5b0422d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vuln/core/151.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"description": "Corrupted pointer in node::fs::ReadFileUtf8(const FunctionCallbackInfo<Value>& args) when args[0] is a string.",
99
"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.",
1010
"affectedEnvironments": [
11-
"all"
11+
"win32"
1212
],
1313
"severity": "low"
1414
}

0 commit comments

Comments
 (0)