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.
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.
Published:
2026-09-24
Score:
n/a
EPSS:
n/a
KEV:
No
Impact:
n/a
Action:
n/a
No analysis available yet.
Remediation
No remediation available yet.
Tracking
Sign in to view the affected projects.
Advisories
No advisories yet.
References
History
Thu, 24 Sep 2026 15:30:00 +0000
Status: PUBLISHED
Assigner: Linux
Published:
Updated: 2026-09-24T15:10:36.166Z
Reserved: 2026-09-17T16:02:15.093Z
Link: CVE-2026-93213
No data.
Status : Received
Published: 2026-09-24T16:17:16.257
Modified: 2026-09-24T16:17:16.257
Link: CVE-2026-93213
No data.
OpenCVE Enrichment
No data.
Weaknesses
No weakness.