Skip to content

Commit f4b7492

Browse files
vuln: update core index.json
1 parent 3cb3622 commit f4b7492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vuln/core/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@
20302030
"description": "Corrupted pointer in node::fs::ReadFileUtf8(const FunctionCallbackInfo<Value>& args) when args[0] is a string.",
20312031
"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.",
20322032
"affectedEnvironments": [
2033-
"all"
2033+
"win32"
20342034
],
20352035
"severity": "low"
20362036
},

0 commit comments

Comments
 (0)