Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 onnx to version 1.22.0 or higher.
onnx is an Open Neural Network Exchange
Affected versions of this package are vulnerable to Out-of-bounds Read through convPoolShapeInference_opset19 in onnx/defs/nn/old.cc. An attacker can trigger the flaw by supplying a malformed convolution or pooling model that reaches the shape-inference path, causing the runtime to read past the expected tensor shape data during validation. The issue affects deployments that parse untrusted ONNX models and run shape inference on them, including onnxruntime-based services.
Notes
pads, dilations, and kernel_shape values are supplied as operator attributes during validation, so the vulnerable behavior can be reached from static model content without any runtime execution path.