Exploit maturity not defined.
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 barebox
to version 2024.12.0 or higher.
Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the request2size()
function. An attacker can trigger this by providing a req
value between LONG_MAX - (SIZE_SZ + MALLOC_ALIGN_MASK) - 1
and LONG_MAX
, which wraps around to MINSIZE
.