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 sse-channel to version 4.0.1 or higher.
sse-channel is a Server-Sent Events "channel" where all messages are broadcasted to all connected clients, history is maintained automatically and server attempts to keep clients alive by sending "keep-alive" packets automatically.
Affected versions of this package are vulnerable to CRLF Injection via unsanitized event, retry, or id fields. An attacker can inject arbitrary messages into the SSE stream by supplying specially crafted input, potentially causing event spoofing, client-side manipulation, and data integrity issues.
This vulnerability can be mitigated by sanitizing user input before passing it to the relevant fields, specifically by stripping any newlines.