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 RHEL:7
rhoar-nodejs-docs
to version 1:10.9.0-1.el7 or higher.
This issue was patched in RHSA-2018:2553
.
Note: Versions mentioned in the description apply only to the upstream rhoar-nodejs-docs
package and not the rhoar-nodejs-docs
package as distributed by RHEL
.
See How to fix?
for RHEL:7
relevant fixed versions and status.
In all versions of Node.js 10 prior to 10.9.0, an argument processing flaw can cause Buffer.alloc()
to return uninitialized memory. This method is intended to be safe and only return initialized, or cleared, memory. The third argument specifying encoding
can be passed as a number, this is misinterpreted by Buffer's
internal "fill" method as the start
to a fill operation. This flaw may be abused where Buffer.alloc()
arguments are derived from user input to return uncleared memory blocks that may contain sensitive information.