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 NULL Pointer Dereference vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/envoyproxy/envoy/contrib/golang/upstreams/http/tcp/source/go/pkg/upstreams/http/tcp
to version 1.33.11, 1.34.9, 1.35.5, 1.36.1 or higher.
Affected versions of this package are vulnerable to NULL Pointer Dereference in the flow control management process while overriding onAboveWriteBufferHighWatermark
and onBelowWriteBufferLowWatermark
callbacks. An attacker can cause a crash of the TCP connection pool by sending large requests or responses when the connection is closing but upstream data is still being received, resulting in a null pointer dereference in the buffer watermark callback. This can impact both TCP proxy and mixed HTTP/1 and HTTP/2 use cases based on ALPN.