← Back to CVE List

CVE-2021-47470

Published: 2024-05-22T07:15Z
Last Modified: 2025-01-14T17:33Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: mm, slub: fix potential use-after-free in slab_debugfs_fops When sysfs_slab_add failed, we shouldn't call debugfs_slab_add() for s because s will be freed soon. And slab_debugfs_fops will use s later leading to a use-after-free. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt