CVE-2026-72457
Received Received - Intake

AppArmor Policy Unpack Failure Due to Missing ACCEPT2 Allocation

Vulnerability report for CVE-2026-72457, 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: fail policy unpack on accept2 allocation failure unpack_pdb() may need to allocate a missing ACCEPT2 table for older policy data. If that allocation failed, it set an error message but jumped to the success path, returning a policydb with the required table missing. Return -ENOMEM through the normal failure path when the ACCEPT2 allocation fails. Remove the now-unused out label.

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 *
linux linux_kernel *

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 vulnerability in the Linux kernel involves a failure in the AppArmor security module. When processing older policy data, the system attempts to allocate memory for an ACCEPT2 table. If this allocation fails, the code incorrectly sets an error message but proceeds as if successful, leading to a policydb with a missing required table. The fix ensures that a memory allocation failure returns an error code (-ENOMEM) through the proper failure path.

Detection Guidance

This vulnerability affects the Linux kernel's AppArmor module and may lead to policy unpacking failures. Detection involves checking kernel logs for AppArmor-related errors or policy loading issues. Use commands like 'dmesg | grep -i apparmor' or 'journalctl -k | grep -i apparmor' to review system logs for failures.

Impact Analysis

This vulnerability could allow an attacker to bypass AppArmor security policies if the ACCEPT2 table allocation fails. This might lead to unauthorized access or execution of malicious code on a system using affected Linux kernel versions with AppArmor enabled.

Compliance Impact

This vulnerability in the Linux kernel's AppArmor module could potentially impact compliance with standards like GDPR or HIPAA by allowing unauthorized policy enforcement due to missing ACCEPT2 table allocation. If exploited, it might lead to improper access controls or policy enforcement failures, which are critical for maintaining data protection and security requirements under these regulations.

Mitigation Strategies

Update the Linux kernel to the latest patched version. If using a distribution with AppArmor, ensure the AppArmor module is updated. Monitor kernel logs for policy loading errors after updates. Restart services dependent on AppArmor if necessary.

Chat Assistant

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

EPSS Chart