← Back to CVE List

CVE-2025-21671

Published: 2025-01-31T12:15Z
Last Modified: 2025-02-10T18:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: zram: fix potential UAF of zram table If zram_meta_alloc failed early, it frees allocated zram->table without setting it NULL. Which will potentially cause zram_meta_free to access the table if user reset an failed and uninitialized device. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt