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

apparmor: fix NULL pointer dereference in unpack_pdb

pdb->dfa could be NULL if unpack_dfa fails, causing a NULL pointer
dereference.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the Linux kernel's AppArmor component allows a NULL pointer dereference while parsing a PDB file. When the unpack_dfa helper fails, the pdb->dfa member remains NULL and subsequent code dereferences it, causing a kernel panic. This leads to a denial‑of‑service condition for the affected system with no direct confidentiality or integrity impact. The weakness is a classic NULL pointer dereference (CWE‑476).

Affected Systems

All Linux systems running a kernel version prior to the commit that fixed the issue are affected, regardless of distribution, as AppArmor is part of the mainline kernel. The patch is included in the mainline source, affecting any kernel compiled from that source before the fix. No specific version ranges are listed, but the vulnerability applies to every affected kernel build that has AppArmor enabled.

Risk and Exploitability

The CVSS score is not provided, but a kernel crash is a critical availability flaw, indicating high risk. EPSS data is unavailable, so exploitation likelihood is unclear. The vulnerability is not listed in the CISA KEV catalog. The typical attack vector appears to be local, requiring an attacker to supply a malformed AppArmor profile or trigger the unpack_pdb function, though no evidence of a remote exploit is presented.

Generated by OpenCVE AI on August 15, 2026 at 11:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the patch fixing the NULL dereference in unpack_pdb.
  • Reboot the system after installing the updated kernel to ensure the fix takes effect.
  • If an immediate kernel update is not feasible, consider disabling AppArmor or isolating services that load PDB files until a patch is available.

Generated by OpenCVE AI on August 15, 2026 at 11:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: apparmor: fix NULL pointer dereference in unpack_pdb pdb->dfa could be NULL if unpack_dfa fails, causing a NULL pointer dereference.
Title apparmor: fix NULL pointer dereference in unpack_pdb
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-08-15T05:57:04.179Z

Reserved: 2026-08-09T03:40:39.932Z

Link: CVE-2026-72458

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:19.783

Modified: 2026-08-15T06:22:19.783

Link: CVE-2026-72458

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T11:45:03Z

Weaknesses