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 u-boot
.
Affected versions of this package are vulnerable to Buffer Overflow via the net/bootp.c
process. An attacker on the local network can leak memory ranging from four to 32 bytes stored behind the packet to the network by sending crafted DHCP responses.
##Mitigation
It is recommended that an adequate length be provided to bootp_process_vendor
to prevent the while loop from stepping outside the packet frame and check in bootp_process_vendor_field
if the copied data is still within the packet structure's range.