Description
In the Linux kernel, the following vulnerability has been resolved:

nouveau/gsp: drop WARN_ON in ACPI probes

These WARN_ONs seem to trigger a lot, and we don't seem to have a
plan to fix them, so just drop them, as they are most likely
harmless.
Published: 2026-05-13
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

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.

Generated by OpenCVE AI on August 14, 2026 at 02:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel release from your distribution, which includes the upstream change that removes the WARN_ON checks.
  • Examine kernel logs for repeated ACPI error messages; if such errors correlate with instability, consider disabling the affected ACPI device or reverting to an older kernel that retains the WARN_ON guard until a proper fix is released.
  • If ACPI functionality is required for your workload, disable ACPI at boot time by adding "acpi=off" to the kernel command line to eliminate the error code path entirely.

Generated by OpenCVE AI on August 14, 2026 at 02:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 14 May 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-395

Thu, 14 May 2026 12:15:00 +0000


Wed, 13 May 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-395

Wed, 13 May 2026 15:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: nouveau/gsp: drop WARN_ON in ACPI probes These WARN_ONs seem to trigger a lot, and we don't seem to have a plan to fix them, so just drop them, as they are most likely harmless.
Title nouveau/gsp: drop WARN_ON in ACPI probes
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-13T15:08:31.508Z

Reserved: 2026-05-01T14:12:56.012Z

Link: CVE-2026-43485

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-13T16:16:51.750

Modified: 2026-06-26T19:26:24.007

Link: CVE-2026-43485

cve-icon Redhat

Severity :

Publid Date: 2026-05-13T00:00:00Z

Links: CVE-2026-43485 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T03:00:04Z

Weaknesses