Impact
The patch removes a WARN_ON check from ACPI probe routines in the Linux kernel. WARN_ON normally emits a diagnostic message when an unexpected condition occurs; its removal suppresses frequent warning noise without adding new code paths or privileges. Consequently, the underlying kernel error that previously triggered the warning remains unhandled, so while there is no new security flaw, the absence of the warning may hide legitimate error conditions that could lead to crashes or instability.
Affected Systems
The change applies to the core Linux kernel source tree, affecting all kernel versions that include the modified ACPI probe logic. The commit is present in the mainline starting with kernel 7.0‑rc1, and therefore any downstream distribution kernel that incorporates this commit – including current releases from major vendors – will contain the change.
Risk and Exploitability
The EPSS score is below 1% and the vulnerability is not in CISA's KEV catalog, indicating a very low likelihood of exploitation. The CVSS score of 5.5 reflects moderate severity, largely due to the potential for undetected kernel errors rather than a classic security exploit. Attackers would need local kernel execution to trigger or observe the suppressed warnings, and there is no documented exploit that leverages this change.
OpenCVE Enrichment