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

apparmor: Fix & Optimize table creation from possibly unaligned memory

Source blob may come from userspace and might be unaligned.
Try to optize the copying process by avoiding unaligned memory accesses.

- Added Fixes tag
- Added "Fix &" to description as this doesn't just optimize but fixes
a potential unaligned memory access
[jj: remove duplicate word "convert" in comment trigger checkpatch warning]
Published: 2026-05-27
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the Linux kernel’s AppArmor subsystem allows tables to be created from a source blob that may be unaligned. The kernel copies this data without ensuring proper alignment, which can trigger unaligned memory accesses. Such accesses may cause a fault or corrupt kernel memory, potentially leading to a system crash or compromise of critical data.

Affected Systems

All Linux kernel configurations that include the AppArmor module are vulnerable until the patch that prevents unaligned accesses is applied. This includes standard upstream releases and any derivative kernels that have not integrated the recent commit fixing the issue. No specific version range is provided, so any kernel running an unpatched AppArmor module is at risk.

Risk and Exploitability

The EPSS score of less than 1 percent indicates that the likelihood of active exploitation is very low, and the vulnerability is not listed in the CISA KEV catalog. However, the flaw can be triggered by a local user who can influence the content of an AppArmor table, making the attack vector local. The consequence of reaching the flaw is a kernel fault that could bring the system down, constituting a denial‑of‑service scenario. While the description does not confirm privilege escalation, the presence of kernel memory corruption implies that such escalation could be possible in certain contexts.

Generated by OpenCVE AI on May 28, 2026 at 17:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a release that incorporates the AppArmor unaligned memory access fix.
  • Restart the system to load the updated kernel and bring AppArmor into operation under the new code.
  • If upgrading is not immediately possible, disable the AppArmor module or its table creation feature to avoid the unaligned memory access vulnerability until a patch is available.

Generated by OpenCVE AI on May 28, 2026 at 17:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-170

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


Wed, 27 May 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-170

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix & Optimize table creation from possibly unaligned memory Source blob may come from userspace and might be unaligned. Try to optize the copying process by avoiding unaligned memory accesses. - Added Fixes tag - Added "Fix &" to description as this doesn't just optimize but fixes a potential unaligned memory access [jj: remove duplicate word "convert" in comment trigger checkpatch warning]
Title apparmor: Fix & Optimize table creation from possibly unaligned memory
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-27T12:17:04.135Z

Reserved: 2026-05-13T15:03:33.083Z

Link: CVE-2026-45893

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:03.487

Modified: 2026-05-27T14:48:31.480

Link: CVE-2026-45893

cve-icon Redhat

Severity :

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

Links: CVE-2026-45893 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-28T17:30:15Z

Weaknesses
  • CWE-823

    Use of Out-of-range Pointer Offset