CVE-2026-93213
Received Received - Intake

OF: Fix Out-of-Bounds Read in Linux Kernel of_alias_scan()

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

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: of: fix out-of-bounds read in of_alias_scan() stem parser The stem parser tests isdigit(*(end - 1)) before checking end > start and so reads one byte before the property name when the name is empty or all digits. Check the bound first.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-25
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

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 is in the Linux kernel's device tree (of) handling. It involves an out-of-bounds read in the of_alias_scan() function's stem parser. The parser checks if a character is a digit before verifying if the string has valid bounds, causing it to read one byte before the property name when the name is empty or consists only of digits.

Detection Guidance

This vulnerability is specific to the Linux kernel's device tree parsing. Detection requires checking the kernel version and examining the of_alias_scan() function in the kernel source. No direct network detection commands exist. Review kernel logs for parsing errors or system crashes related to device tree processing.

Impact Analysis

This vulnerability could allow an attacker to read sensitive memory data or cause system instability by triggering an out-of-bounds read. It may lead to crashes, information leaks, or privilege escalation if exploited.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a low-level kernel bug with no documented impact on data protection, privacy, or security frameworks.

Mitigation Strategies

Update the Linux kernel to the patched version that resolves this issue. If immediate patching is not possible, avoid using device tree configurations with empty or all-digit property names to reduce exposure. Monitor system logs for related errors.

Chat Assistant

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

EPSS Chart