CVE-2026-64111
Received Received - Intake

LSM Privilege Escalation in Linux Kernel

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

Publication date: 2026-07-19

Last updated on: 2026-07-20

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: lsm: hold cred_guard_mutex for lsm_set_self_attr() Just as proc_pid_attr_write() already does before calling the LSM hook. This only matters for SELinux and AppArmor which check whether the process is being ptraced and if so, whether to allow the transition.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-20
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
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 missing lock in the LSM (Linux Security Module) subsystem. The issue is that cred_guard_mutex is not held when calling lsm_set_self_attr(), which could lead to race conditions during security attribute modifications. This affects SELinux and AppArmor, which check if a process is being ptraced before allowing transitions.

Detection Guidance

This vulnerability is specific to the Linux kernel and relates to LSM (Linux Security Module) handling of process attributes. Detection requires checking kernel versions and LSM behavior. Use uname -a to check kernel version and grep for LSM-related logs in dmesg or audit logs. No direct network detection commands are applicable.

Impact Analysis

This vulnerability could allow local attackers to escalate privileges or bypass security restrictions by exploiting race conditions in security attribute modifications. Systems using SELinux or AppArmor may be particularly vulnerable to unauthorized access or privilege escalation.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It involves a Linux kernel security mechanism related to SELinux and AppArmor, which manage process tracing permissions. No evidence suggests this impacts data protection or privacy requirements.

Mitigation Strategies

Update your Linux kernel to the latest patched version to resolve this vulnerability. Monitor vendor advisories for kernel updates and apply them promptly.

Chat Assistant

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

EPSS Chart