Security Advisory

CVE-2021-47423

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-05-21 15:04:10
Last updated 2026-05-11 13:54:24
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.