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 applicationsUpgrade Oracle:8
nodejs
to version 1:20.11.1-1.module+el8.9.0+90250+089ba5e1 or higher.
This issue was patched in ELSA-2024-1687
.
Note: Versions mentioned in the description apply only to the upstream nodejs
package and not the nodejs
package as distributed by Oracle
.
See How to fix?
for Oracle:8
relevant fixed versions and status.
The Node.js Permission Model does not clarify in the documentation that wildcards should be only used as the last character of a file path. For example:
--allow-fs-read=/home/node/.ssh/*.pub
will ignore pub
and give access to everything after .ssh/
.
This misleading documentation affects all users using the experimental permission model in Node.js 20 and Node.js 21.
Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.