CVE-2023-53826
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-53826 is a Use-After-Free (UAF) vulnerability in the Linux kernel's UBI (Unsorted Block Images) subsystem, specifically in the eraseblk_count_seq_show() function. The flaw arises from a race condition where a wear-leveling entry can be freed in an error path by __erase_worker while simultaneously being accessed by eraseblk_count_seq_show(), leading to a UAF memory access. It affects the Linux kernel from version 2.6.22 onward, with fixes backported to stable branches including 4.14.308, 4.19.276, 5.4.235, 5.10.173, 5.15.100, 6.1.18, 6.2.5, and 6.3. The CVE was published on December 9, 2025, and carries an estimated CVSS severity of Medium with an EPSS score of 0.024% (Feedly, VulDB).

Technical details

The root cause is a race condition (CWE-416: Use After Free) in the Linux kernel's UBI wear-leveling subsystem. The ubi->lookuptbl array stores pointers to wear-leveling entries (wl_entry), and concurrent access between __erase_worker (which calls wl_entry_destroy() to free the entry and null the pointer) and eraseblk_count_seq_show() (which reads the entry's erase count wl->ec) is not serialized. The fix adds ubi->wl_lock around the lookup and access in eraseblk_count_seq_show() to prevent the freed memory from being dereferenced. Patch commits are available across multiple stable kernel branches (Feedly, Kernel Git).

Impact

Successful exploitation of this UAF vulnerability could result in kernel memory corruption, potentially leading to a system crash (denial of service) or, in more sophisticated scenarios, privilege escalation or arbitrary code execution in kernel context. The vulnerability is local in nature, requiring the ability to trigger concurrent UBI erase operations and read from the eraseblk_count seq file (typically via /sys or /proc interfaces). The practical impact is most likely a kernel panic or system instability on embedded or storage-focused Linux systems using UBI/UBIFS (Feedly).

Mitigation and workarounds

Apply the relevant stable kernel update containing the fix for this vulnerability. Patched versions include Linux kernel 4.14.308, 4.19.276, 5.4.235, 5.10.173, 5.15.100, 6.1.18, 6.2.5, and 6.3. The fix serializes access to ubi->lookuptbl entries using ubi->wl_lock in eraseblk_count_seq_show(). Systems not using UBI/UBIFS flash storage are not affected. Administrators should update to a patched kernel version as soon as possible, prioritizing systems using UBI-based storage (Feedly, Kernel Git).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management