cve/2025/CVE-2025-21671.md
2025-09-29 21:09:30 +02:00

1.4 KiB

CVE-2025-21671

Description

In the Linux kernel, the following vulnerability has been resolved:zram: fix potential UAF of zram tableIf zram_meta_alloc failed early, it frees allocated zram->table withoutsetting it NULL. Which will potentially cause zram_meta_free to accessthe table if user reset an failed and uninitialized device.

POC

Reference

No PoCs from references.

Github