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 applicationsThere is no fixed version for RHEL:8
servicemesh-proxy
.
Note: Versions mentioned in the description apply only to the upstream servicemesh-proxy
package and not the servicemesh-proxy
package as distributed by RHEL
.
See How to fix?
for RHEL:8
relevant fixed versions and status.
Envoy is a cloud-native, open source edge and service proxy. A crash was observed in EnvoyQuicServerStream::OnInitialHeadersComplete()
with following call stack. It is a use-after-free caused by QUICHE continuing push request headers after StopReading()
being called on the stream. As after StopReading()
, the HCM's ActiveStream
might have already be destroyed and any up calls from QUICHE could potentially cause use after free.