CVE-2026-72458
Received Received - Intake

NULL Pointer Dereference in Linux Kernel AppArmor

Vulnerability report for CVE-2026-72458, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
apparmor linux_kernel *
apparmor apparmor *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a NULL pointer dereference vulnerability in the Linux kernel's AppArmor module. It occurs when the function unpack_pdb tries to access pdb->dfa without checking if pdb->dfa is NULL first. This can happen if unpack_dfa fails earlier in the process, leading to a crash or potential code execution.

Detection Guidance

This vulnerability involves a NULL pointer dereference in the AppArmor Linux kernel module. Detection requires checking for kernel logs or crashes related to AppArmor. Commands like 'dmesg | grep -i apparmor' or 'journalctl -k | grep -i apparmor' may reveal errors. Ensure your kernel version is updated to a patched release.

Impact Analysis

This vulnerability could cause a system crash or instability if exploited. It may allow local attackers to trigger kernel panics or execute arbitrary code with kernel privileges, depending on the system configuration and kernel version.

Compliance Impact

This vulnerability is a NULL pointer dereference in the Linux kernel's AppArmor module, which could lead to a system crash or potential privilege escalation. It does not directly impact data confidentiality or integrity, so its effect on GDPR or HIPAA compliance is likely minimal unless it enables unauthorized access to sensitive data.

Mitigation Strategies

Immediately update your Linux kernel to the latest stable version that includes the fix for this AppArmor issue. If immediate patching is not possible, consider disabling AppArmor temporarily as a workaround until the kernel is updated.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72458. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart