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.
Advisories
No advisories yet.
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Thu, 24 Sep 2026 15:30:00 +0000
Projects
Sign in to view the affected projects.
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.