There's a possible overflow in handle_image() when shim tries to load and execute crafted EFI executables; The handle_image() function takes into account the SizeOfRawData field from each section to be loaded. An attacker can leverage this to perform out-of-bound writes into memory. Arbitrary code execution is not discarded in such scenario.
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://www.openwall.com/lists/oss-security/2022/06/07/5 | third party advisory mailing list |
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28737 | third party advisory issue tracking |