The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Incorrect Default Permissions vulnerabilities in an interactive lesson.
Start learningA fix was pushed into the master branch but not yet published.
Affected versions of this package are vulnerable to Incorrect Default Permissions in the futimes() function of lib/internal/fs/promises.js, which backs FileHandle.utimes() and performs no file system permission check. An attacker who can execute code in a process running under the Permission Model without write access can alter a file's access and modification timestamps, including on paths granted only read access through --allow-fs-read, by calling utimes() on a FileHandle. Exploitation requires the process to be started with the Permission Model enabled, and the impact is limited to changing file timestamps rather than file contents.