Lucene search

K
cvelistLinuxCVELIST:CVE-2021-47470
HistoryMay 22, 2024 - 6:23 a.m.

CVE-2021-47470 mm, slub: fix potential use-after-free in slab_debugfs_fops

2024-05-2206:23:28
Linux
raw.githubusercontent.com
5
linux kernel
vulnerability resolved
potential use-after-free
mm
slub
slab_debugfs_fops

7.2 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

8.7%

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.

7.2 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

8.7%

Related for CVELIST:CVE-2021-47470