Lucene search

K
osvGoogleOSV:CVE-2021-47423
HistoryMay 21, 2024 - 3:15 p.m.

CVE-2021-47423

2024-05-2115:15:00
Google
osv.dev
4
cve-2021-47423
drm/nouveau/debugfs
memory leak
single_open
single_release
software

AI Score

6.7

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/debugfs: fix file release memory leak When using single_open() for opening, single_release() should be called, otherwise the ‘op’ allocated in single_open() will be leaked.