๐Ÿ” CVE Alert

CVE-2023-53826

UNKNOWN 0.0

ubi: Fix UAF wear-leveling entry in eraseblk_count_seq_show()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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].

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 9, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
801c135ce73d5df1caf3eca35b66a10824ae0707 < 3f9b63dfce44a7c3c095dd93d910408e07ab1845 801c135ce73d5df1caf3eca35b66a10824ae0707 < 84250da1c63cb7d421a3b4812b5c2ce2e47d31a1 801c135ce73d5df1caf3eca35b66a10824ae0707 < 1cb14c06d6035539ef4215c4ba0871aea71d7c38 801c135ce73d5df1caf3eca35b66a10824ae0707 < 9d448dd6bcb61a508204b57ea1f454ba9bac2f24 801c135ce73d5df1caf3eca35b66a10824ae0707 < 79548ccdd992707879b4b683b7251c58ddf26f12 801c135ce73d5df1caf3eca35b66a10824ae0707 < 84253f3c2dad6be10d30c92626c763d9a9f512ad 801c135ce73d5df1caf3eca35b66a10824ae0707 < a100de2974d208cfca032179b02ed4d1a0a7f143 801c135ce73d5df1caf3eca35b66a10824ae0707 < a240bc5c43130c6aa50831d7caaa02a1d84e1bce
Linux / Linux
2.6.22

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/3f9b63dfce44a7c3c095dd93d910408e07ab1845 git.kernel.org: https://git.kernel.org/stable/c/84250da1c63cb7d421a3b4812b5c2ce2e47d31a1 git.kernel.org: https://git.kernel.org/stable/c/1cb14c06d6035539ef4215c4ba0871aea71d7c38 git.kernel.org: https://git.kernel.org/stable/c/9d448dd6bcb61a508204b57ea1f454ba9bac2f24 git.kernel.org: https://git.kernel.org/stable/c/79548ccdd992707879b4b683b7251c58ddf26f12 git.kernel.org: https://git.kernel.org/stable/c/84253f3c2dad6be10d30c92626c763d9a9f512ad git.kernel.org: https://git.kernel.org/stable/c/a100de2974d208cfca032179b02ed4d1a0a7f143 git.kernel.org: https://git.kernel.org/stable/c/a240bc5c43130c6aa50831d7caaa02a1d84e1bce