cbcvebase.
CVE-2023-53826
published 2025-12-09

CVE-2023-53826: In the Linux kernel, the following vulnerability has been resolved: ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show() Wear-leveling entry could be…

PriorityP419low5.5
EPSS
0.25%
16.1th percentile
In the Linux kernel, the following vulnerability has been resolved: ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show() Wear-leveling entry could be freed in error path, which may be accessed again in eraseblk_count_seq_show(), for example: __erase_worker eraseblk_count_seq_show wl = ubi->lookuptbl[*block_number] if (wl) wl_entry_destroy ubi->lookuptbl[e->pnum] = NULL kmem_cache_free(ubi_wl_entry_slab, e) erase_count = wl->ec // UAF! Wear-leveling entry updating/accessing in ubi->lookuptbl should be protected by ubi->wl_lock, fix it by adding ubi->wl_lock to serialize wl entry accessing between wl_entry_destroy() and eraseblk_count_seq_show(). Fetch a reproducer in [Link].

Affected

21 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.1.20-1 (bookworm)linux 6.1.20-1 (bookworm)
linuxlinux
linuxlinux>= 801c135ce73d5df1caf3eca35b66a10824ae0707 < 3f9b63dfce44a7c3c095dd93d910408e07ab18453f9b63dfce44a7c3c095dd93d910408e07ab1845
linuxlinux>= 801c135ce73d5df1caf3eca35b66a10824ae0707 < 84250da1c63cb7d421a3b4812b5c2ce2e47d31a184250da1c63cb7d421a3b4812b5c2ce2e47d31a1
linuxlinux>= 801c135ce73d5df1caf3eca35b66a10824ae0707 < 1cb14c06d6035539ef4215c4ba0871aea71d7c381cb14c06d6035539ef4215c4ba0871aea71d7c38
linuxlinux>= 801c135ce73d5df1caf3eca35b66a10824ae0707 < 9d448dd6bcb61a508204b57ea1f454ba9bac2f249d448dd6bcb61a508204b57ea1f454ba9bac2f24
linuxlinux>= 801c135ce73d5df1caf3eca35b66a10824ae0707 < 79548ccdd992707879b4b683b7251c58ddf26f1279548ccdd992707879b4b683b7251c58ddf26f12
linuxlinux>= 801c135ce73d5df1caf3eca35b66a10824ae0707 < 84253f3c2dad6be10d30c92626c763d9a9f512ad84253f3c2dad6be10d30c92626c763d9a9f512ad
linuxlinux>= 801c135ce73d5df1caf3eca35b66a10824ae0707 < a100de2974d208cfca032179b02ed4d1a0a7f143a100de2974d208cfca032179b02ed4d1a0a7f143
linuxlinux>= 801c135ce73d5df1caf3eca35b66a10824ae0707 < a240bc5c43130c6aa50831d7caaa02a1d84e1bcea240bc5c43130c6aa50831d7caaa02a1d84e1bce
linuxlinux_kernel>= 0 < 5.10.178-15.10.178-1
linuxlinux_kernel>= 0 < 6.1.20-16.1.20-1
linuxlinux_kernel>= 0 < 6.1.20-16.1.20-1
linuxlinux_kernel>= 0 < 6.1.20-16.1.20-1
linuxlinux_kernel>= 2.6.22 < 4.14.3084.14.308
linuxlinux_kernel>= 4.15.0 < 4.19.2764.19.276
linuxlinux_kernel>= 4.20.0 < 5.4.2355.4.235
linuxlinux_kernel>= 5.11.0 < 5.15.1005.15.100
linuxlinux_kernel>= 5.16.0 < 6.1.186.1.18
linuxlinux_kernel>= 5.5.0 < 5.10.1735.10.173
linuxlinux_kernel>= 6.2.0 < 6.2.56.2.5
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.