Skip to content

Commit cc80c07

Browse files
github-actions[bot]create-or-update-pull-requestRafaelGSS
authored
update core index.json (#1486)
* vuln: update core index.json * vuln: update core index.json --------- Co-authored-by: Create or Update Pull Request Action <[email protected]> Co-authored-by: Rafael Gonzaga <[email protected]>
1 parent 5b0422d commit cc80c07

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)