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 hbs to version 4.3.1 or higher.
hbs is an Express.js template engine plugin for Handlebars
Affected versions of this package are vulnerable to Uncaught Exception in its async helper output escaping, where a helper value carrying a truthy but non-callable toHTML property causes handlebars' escapeExpression to invoke it as a method and throw a TypeError. An attacker can crash the Node.js process by supplying a value such as {"toHTML":"x"} that reaches an async helper, since the TypeError is thrown asynchronously outside the render function's try-catch and no Express error handler can intercept it. This affects only 4.3.0 and requires the application to register helpers with registerAsyncHelper and pass externally influenced or parsed values into them.