4 matches found
CVE-2026-74671
In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...
CVE-2026-74671 ima: fix out-of-bounds read in xattr_verify()
In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...
CVE-2026-74671
CVE-2026-74671 is an out-of-bounds read in the Linux kernel's IMA (Integrity Measurement Architecture) subsystem, specifically in the xattr_verify() function. The root cause is a type mismatch between int and size_t in the digest-length check: sizeof() promotes the entire left-hand expression to ...
EUVD-2026-64358
In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...