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

ACPICA: Add validation for node in acpi_ns_build_normalized_path()

Add validation for node in acpi_ns_build_normalized_path()
to prevent use-after-free vulnerabilities.
Published: 2026-09-24
Score: 7.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Use-after-free
Action: Apply patch
AI Analysis

Impact

ACPICA: Add validation for node in acpi_ns_build_normalized_path() addresses a use‑after‑free vulnerability that could allow an attacker with privileged or local access to execute arbitrary code in the Linux kernel. The flaw arose when the function did not verify that the node passed to it was valid, leaving a dangling pointer that could be dereferenced after the node was freed. This failure of memory management violates normal kernel safety guarantees and can lead to code execution or system compromise. The weakness is a classic instance of improper memory use (CWE‑416).

Affected Systems

The vulnerability affected all Linux kernel releases that contained the unpatched ACPICA component, specifically those that had not applied the node validation change. The affected products are the Linux kernel distributed across all major distros. Exact version ranges are not listed, but the fix appears in commits identified by the developers’ Git hash. Thus any kernel derived from before those patches remains vulnerable, while later releases contain the defense.

Risk and Exploitability

The CVSS score of 7.7 indicates high severity, but the EPSS score is not available, and the KEV status indicates that the vulnerability is not listed in the CISA KEV catalog, so a precise risk quantification cannot be given. However, use‑after‑free bugs in the kernel can lead to privilege escalation or code execution, and historical exploitation of similar issues has been documented. If an attacker can trigger the vulnerable kernel path—likely through crafted ACPI tables or device firmware—he could gain root privileges. The system's exposure depends on whether the ACPI subsystem is active and whether the vulnerable code paths are reachable. After the patch, the risk is mitigated, though no KEV listing suggests there have been no known mass exploitation campaigns for this specific flaw.

Generated by OpenCVE AI on September 25, 2026 at 09:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install a Linux kernel version that incorporates the node validation change, as offered by the commits 21a735285, 96b2b616, or babb146c.
  • If an immediate kernel upgrade is not possible, disable ACPI processing at boot with the kernel parameter "acpi=off" to reduce the attack surface.
  • Maintain the system with the latest security releases and consider applying additional hardening such as kernel lockdown or SELinux to limit damage if the vulnerability is present.

Generated by OpenCVE AI on September 25, 2026 at 09:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 25 Sep 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.7, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H'}


Fri, 25 Sep 2026 03:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 24 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ACPICA: Add validation for node in acpi_ns_build_normalized_path() Add validation for node in acpi_ns_build_normalized_path() to prevent use-after-free vulnerabilities.
Title ACPICA: Add validation for node in acpi_ns_build_normalized_path()
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-09-25T05:10:41.413Z

Reserved: 2026-09-24T14:53:16.870Z

Link: CVE-2026-97448

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-24T17:17:23.110

Modified: 2026-09-25T05:17:06.087

Link: CVE-2026-97448

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T10:00:16Z

Weaknesses

No weakness.