Lucene search
+L

5528 matches found

OSV
OSV
•added 2025/09/15 2:21 p.m.•14 views

CVE-2023-53219 media: netup_unidvb: fix use-after-free at del_timer()

In the Linux kernel, the following vulnerability has been resolved: media: netupunidvb: fix use-after-free at deltimer When Universal DVB card is detaching, netupunidvbdmafini uses deltimer to stop dma-timeout timer. But when timer handler netupunidvbdmatimeout is running, deltimer could not stop...

7.8CVSS4.9AI score
SaveExploits0References11
NVD
NVD
•added 2025/09/15 2:15 p.m.•9 views

CVE-2023-53181

In the Linux kernel, the following vulnerability has been resolved: dma-buf/dma-resv: Stop leaking on krealloc failure Currently dmaresvgetfences will leak the previously allocated array if the fence iteration got restarted and the kreallocarray fails. Free the old array by hand, and make sure we...

5.5CVSS0.00154EPSS
SaveExploits0References3
OSV
OSV
•added 2025/09/15 2:15 p.m.•9 views

DEBIAN-CVE-2023-53171

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0References1
NVD
NVD
•added 2025/09/15 2:15 p.m.•12 views

CVE-2023-53171

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

5.5CVSS0.00155EPSS
SaveExploits0References5
OSV
OSV
•added 2025/09/15 2:15 p.m.•12 views

UBUNTU-CVE-2023-53171

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

5.5CVSS5.9AI score0.00155EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2025/09/15 2:04 p.m.•19 views

CVE-2023-53181 dma-buf/dma-resv: Stop leaking on krealloc() failure

In the Linux kernel, the following vulnerability has been resolved: dma-buf/dma-resv: Stop leaking on krealloc failure Currently dmaresvgetfences will leak the previously allocated array if the fence iteration got restarted and the kreallocarray fails. Free the old array by hand, and make sure we...

0.00154EPSS
SaveExploits0References3
CVE
CVE
•added 2025/09/15 2:04 p.m.•41 views

CVE-2023-53171

CVE-2023-53171 affects the Linux kernel’s vfio/type1 path. The issue occurs when a vfio container is preserved across execs: the task’s mm can change to a new mm with locked_vm=0, causing undercounted DMA mappings and a later unmap to underflow locked_vm, leading to ENOMEM on a subsequent dma map...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References5Affected Software1
OSV
OSV
•added 2025/09/15 2:04 p.m.•9 views

CVE-2023-53171 vfio/type1: prevent underflow of locked_vm via exec()

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

4.9AI score
SaveExploits0References8
Cvelist
Cvelist
•added 2025/09/15 2:04 p.m.•18 views

CVE-2023-53171 vfio/type1: prevent underflow of locked_vm via exec()

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/09/15 10:45 a.m.•13 views

kernel: drm/gem: Acquire references on GEM handles for framebuffers

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Acquire references on GEM handles for framebuffers A GEM handle can be released while the GEM buffer object is attached to a DRM framebuffer. This leads to the release of the dma-buf backing the buffer object, if any. 1...

7.8CVSS6.9AI score0.00166EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/09/15 12:00 a.m.•0 views

CVE-2023-53181: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: dma-buf/dma-resv: Stop leaking on krealloc failure Currently dmaresvgetfences will leak the previously allocated array if the fence iteration got restarted and the kreallocarray fails. Free the old array by hand, and make sure we...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References1
CNNVD
CNNVD
•added 2025/09/15 12:00 a.m.•8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the dmaresvgetfences function failing to free previously allocated arrays when krealloc fails, potentially...

5.5CVSS6AI score0.00154EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/09/15 12:00 a.m.•0 views

CVE-2022-50326: Missing Release of Memory after Effective Lifetime

In the Linux kernel, the following vulnerability has been resolved: media: airspy: fix memory leak in airspy probe The commit ca9dc8d06ab6 "media: airspy: respect the DMA coherency rules" moves variable buf from stack to heap, however, it only frees buf in the error handling code, missing...

5.5CVSS5.6AI score0.00137EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/09/15 12:00 a.m.•3 views

CVE-2023-53171: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of lockedvm via exec When a vfio container is preserved across exec, the task does not change, but it gets a new mm with lockedvm=0, and loses the count from existing dma mappings. If the user later...

5.5CVSS5.8AI score0.00155EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/09/15 12:00 a.m.•0 views

CVE-2023-53225: Missing Release of Memory after Effective Lifetime

In the Linux kernel, the following vulnerability has been resolved: spi: imx: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a...

5.5CVSS5.8AI score0.00163EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
•added 2025/09/11 3:38 a.m.•13 views

kernel: drm/gem: Acquire references on GEM handles for framebuffers

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Acquire references on GEM handles for framebuffers A GEM handle can be released while the GEM buffer object is attached to a DRM framebuffer. This leads to the release of the dma-buf backing the buffer object, if any. 1...

7.8CVSS6.9AI score0.00166EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
•added 2025/09/10 12:00 a.m.•4 views

Linux Distros Unpatched Vulnerability : CVE-2021-30147

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - DMA Softlab Radius Manager 4.4.0 allows CSRF with impacts such as adding new manager accounts via admin.php. CVE-2021-30147 Note that Nessus relies on the...

8.8CVSS7.1AI score0.0352EPSS
SaveExploits4References2
Tenable Nessus
Tenable Nessus
•added 2025/09/10 12:00 a.m.•7 views

Linux Distros Unpatched Vulnerability : CVE-2016-3894

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The Qualcomm DMA component in Android before 2016-09-05 on Nexus 6 devices allows attackers to obtain sensitive information via a crafted application, aka Andro...

5.5CVSS6.3AI score0.00412EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2025/09/08 12:06 p.m.•17 views

kernel: drm/gem: Acquire references on GEM handles for framebuffers

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Acquire references on GEM handles for framebuffers A GEM handle can be released while the GEM buffer object is attached to a DRM framebuffer. This leads to the release of the dma-buf backing the buffer object, if any. 1...

7.8CVSS6.9AI score0.00166EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
•added 2025/09/06 1:11 a.m.•10 views

drm/xe: Make dma-fences compliant with the safe access rules

...

7.8CVSS7AI score0.00169EPSS
SaveExploits0
Rows per page
Query Builder