CVE-2026-17523
Received Received - Intake

Kernel Code Execution Leads to Local Privilege Escalation

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

Publication date: 2026-07-27

Last updated on: 2026-07-27

Assigner: Red Hat, Inc.

Description

A flaw was found in the kernel. An unprivileged local user can exploit this vulnerability to execute arbitrary code within the kernel, which leads to a local privilege escalation (LPE). This allows the attacker to gain root privileges and take full control of the affected system.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
red_hat enterprise_linux 8

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-825 The product dereferences a pointer that contains a location for memory that was previously valid, but is no longer valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-17523 is a flaw in the Linux kernel's CAN BCM module that allows an unprivileged local user to execute arbitrary code within the kernel. This leads to local privilege escalation, enabling the attacker to gain root access and full control of the system.

Detection Guidance

To detect this vulnerability, check if your Linux kernel version is affected by examining the CAN BCM module. Use commands like 'uname -a' to check the kernel version and 'lsmod | grep can_bcm' to verify if the CAN BCM module is loaded. If the module is present and the kernel version matches affected releases, further investigation is needed.

Impact Analysis

This vulnerability allows an attacker with local access to escalate privileges to root, potentially leading to complete system compromise. It can be exploited without special requirements, though a PoC exists that uses unprivileged user namespaces and kernel-modules-extra.

Compliance Impact

This vulnerability allows unprivileged local users to gain root privileges, which could lead to unauthorized access to sensitive data. For GDPR, this may result in violations of data confidentiality and integrity requirements. For HIPAA, it could compromise protected health information by enabling unauthorized system access. Compliance frameworks typically require protection against such privilege escalation flaws to maintain security controls.

Mitigation Strategies

Apply the official kernel patch from your distribution's vendor immediately. For Red Hat systems, update to a patched kernel version. Disable the CAN BCM module if not required using 'modprobe -r can_bcm'. Restrict access to unprivileged user namespaces if enabled, as it may aid exploitation.

Chat Assistant

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

EPSS Chart