Impact
The vulnerability is an out‑of‑bounds stack read caused by an incorrect use of container_of in is_bprm_creds_for_exec(). The bug can allow an attacker to read data from a kernel stack, potentially exposing sensitive information or causing a crash. It is a classic read buffer overflow (CWE‑125).
Affected Systems
All versions of the Linux kernel that include the IMA appraiser framework prior to the commit that fixed the bug are affected. The CVE has been reported for the core Linux kernel, meaning any distribution that ships the unpatched kernel is vulnerable. No specific version numbers are listed, so the issue applies to every release until the patch is applied.
Risk and Exploitability
The flaw is a local kernel read bug that does not provide remote code execution directly. The likely attack vector is local, requiring the attacker to run code that is processed by the IMA measurement function (e.g., using sudo). The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, implying low to medium exploitation probability. The impact is limited to information disclosure and potential kernel instability for privileged local users.
OpenCVE Enrichment