VDB

CISA-2024-56712

CISA-2024-56712 PUBLISHED CVSS 3.3 LOW

Reported by Linux · Published December 29, 2024

In the Linux kernel, the following vulnerability has been resolved: udmabuf: fix memory leak on last export_udmabuf() error path In export_udmabuf(), if dma_buf_fd() fails because the FD table is full, a dma_buf owning the udmabuf has already been created; but the error handling in udmabuf_create() will tear down the udmabuf without doing anything about the containing dma_buf. This leaves a dma_buf in memory that contains a dangling pointer; though that doesn't seem to lead to anything bad except a memory leak. Fix it by moving the dma_buf_fd() call out of export_udmabuf() so that we can give it different error handling. Note that the shape of this code changed a lot in commit 5e72b2b41a21 ("udmabuf: convert udmabuf driver to use folios"); but the memory leak seems to have existed since the introduction of udmabuf.

Risk Scores

CVSS 3.1
3.3
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L

Affected Products

VendorProductVersions
LinuxLinuxfbb0de795078190a9834b3409e4b009cfb18a6d4, fbb0de795078190a9834b3409e4b009cfb18a6d4
LinuxLinux4.20, 0, 6.12.7
LinuxLinux6.13, fbb0de795078190a9834b3409e4b009cfb18a6d4, 4.20
linuxlinux_kernel4.20, 4.20, 4.20

Timeline

  • Dec 29, 2024 CVE Published
  • May 4, 2025 CVE Updated

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›