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 azure-rtos/usbx
to version 6.1.12 or higher.
Affected versions of this package are vulnerable to Integer Underflow (Wrap or Wraparound) by allowing an attacker to move data_pointer to unexpected address and cause write buffer overflow.
Users who are unable to upgrade to the fixed version can add check of header_length
:
It must be greater than UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE
It should be greater or equal to the current returned data length (transfer_request -> ux_transfer_request_actual_length
)