Lucene search
+L

295 matches found

OSV
OSV
added 2026/07/01 1:32 p.m.12 views

CVE-2026-53346 rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLES

In the Linux kernel, the following vulnerability has been resolved: rust: arm64: set uwtable llvm module flag for CONFIGUNWINDTABLES Due to a rustc bug 1 the -Cforce-unwind-tables=y flag only emits the uwtable annotation for functions, but not for the module. This means that compiler-generated...

5.8AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.19 views

PT-2026-54814

In the Linux kernel, the following vulnerability has been resolved: rust: arm64: set uwtable llvm module flag for CONFIG UNWIND TABLES Due to a rustc bug 1 the -Cforce-unwind-tables=y flag only emits the uwtable annotation for functions, but not for the module. This means that compiler-generated...

5.8AI score0.00166EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.18 views

PT-2026-54823

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the RDS IB connection teardown path, which is designed to operate during partial startup and repeated shutdown attempts by using NULL pointers to track resource...

9.8CVSS5.2AI score0.00421EPSS
SaveExploits0
CVE
CVE
added 2026/06/25 8:38 a.m.35 views

CVE-2026-53164

The CVE-2026-53164 entry concerns the Linux kernel IOMMU DMA SWIOTLB path. The vulnerability arises when iommu_dma_iova_link_swiotlb() maps an unaligned memory region and, if the middle portion is empty, calls iommu_map() with a 0 size, which the iommu_pt implementation treats as illegal, corrupt...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/06/25 12:00 a.m.24 views

PT-2026-52260

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the iommu dma iova link swiotlb function when processing unaligned mappings divided into head, middle, and trailer parts. If the middle section is empty due to a lack ...

5.5CVSS6AI score0.0016EPSS
SaveExploits0References17
EUVD
EUVD
added 2026/06/24 6:32 p.m.14 views

EUVD-2026-38818

In the Linux kernel, the following vulnerability has been resolved: drm/xe/dma-buf: fix UAF with retry loop Retry doesn't work here, since bo will be freed on error, leading to UAF. However, now that we do the alloc & init before the attach, we can now combine this as one unit and have the init d...

5.7AI score0.00139EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/06/24 4:28 p.m.50 views

CVE-2026-52950 drm/xe/dma-buf: fix UAF with retry loop

In the Linux kernel, the following vulnerability has been resolved: drm/xe/dma-buf: fix UAF with retry loop Retry doesn't work here, since bo will be freed on error, leading to UAF. However, now that we do the alloc & init before the attach, we can now combine this as one unit and have the init d...

7.8CVSS0.00139EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/06/24 12:00 a.m.24 views

PT-2026-51844

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF issue exists within the drm/xe/dma-buf component. The flaw occurs in a retry loop where a buffer object is freed upon an error, allowing subsequent access to the fre...

7.8CVSS6.2AI score0.00139EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: RDMA/mana: Fixed an error in the unwind process of manaibcreateqprss. Sashiko noted that the manaibcfgvportsteering function has a flaw; the standard destruction path fixes this issue...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/09 12:36 p.m.12 views

CVE-2026-52904 drm/nouveau: fix nvkm_device leak on aperture removal failure

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix nvkmdevice leak on aperture removal failure When apertureremoveconflictingpcidevices fails during probe, the error path returns directly without unwinding the nvkmdevice that was just allocated by nvkmdevicepcine...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/06/09 12:36 p.m.50 views

CVE-2026-52904

CVE-2026-52904 affects the Linux kernel's DRM Nouveau NVKM path. When aperture_remove_conflicting_pci_devices() fails, nvkm_device_pci_new() could leak the device wrapper and pci_enable_device() reference. The fix redirects to the existing fail_nvkm path so nvkm_device_del() runs and balances res...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/06/03 12:00 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2026-46126

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - RDMA/mana: Fix manadestroywqobj cleanup in manaibcreateqprss Sashiko points out there are two bugs here in the error unwind flow, both related to how the WQ tab...

5.5CVSS5.9AI score0.00127EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:08 a.m.15 views

RDMA/mana: Fix error unwind in mana_ib_create_qp_rss()

...

5.5CVSS5.4AI score0.00127EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/29 1:16 a.m.17 views

SUSE CVE-2026-46126

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix manadestroywqobj cleanup in manaibcreateqprss Sashiko points out there are two bugs here in the error unwind flow, both related to how the WQ table is unwound. First there is a double i-- on the first failure path...

3.3CVSS5.8AI score0.00127EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/05/29 1:16 a.m.18 views

SUSE CVE-2026-46144

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix error unwind in manaibcreateqprss Sashiko points out that manaibcfgvportsteering is leaked, the normal destroy path cleans it up...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/05/28 9:11 p.m.23 views

CVE-2026-46144

A flaw was found in the Linux kernel's Remote Direct Memory Access RDMA subsystem, specifically within the mana driver. During an error unwind in the manaibcreateqprss function, a resource leak occurs where manaibcfgvportsteering is not properly cleaned up. This vulnerability could lead to resour...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/28 10:16 a.m.18 views

CVE-2026-46178

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4ibcreatesrq Sashiko points out that mlx4srqalloc was not undone during error unwind, add the missing call to mlx4srqfree...

7.8CVSS0.00129EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/28 10:16 a.m.18 views

CVE-2026-46144

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix error unwind in manaibcreateqprss Sashiko points out that manaibcfgvportsteering is leaked, the normal destroy path cleans it up...

5.5CVSS0.00127EPSS
SaveExploits0References5
NVD
NVD
added 2026/05/28 10:16 a.m.20 views

CVE-2026-46126

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix manadestroywqobj cleanup in manaibcreateqprss Sashiko points out there are two bugs here in the error unwind flow, both related to how the WQ table is unwound. First there is a double i-- on the first failure path...

5.5CVSS0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/05/28 10:16 a.m.11 views

CVE-2026-46144

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix error unwind in manaibcreateqprss Sashiko points out that manaibcfgvportsteering is leaked, the normal destroy path cleans it up...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References29
Rows per page
Query Builder