Lucene search
+L

18084 matches found

OSV
OSV
added 2026/05/02 12:0 p.m.12 views

RUSTSEC-2026-0128 Double-free and use-after-free in `Keys::next()`

Keys::next uses ptr::read to move out the Option by value, which drops the contained V when V is non-Copy e.g. String. This leaves a dangling value in the map's storage slot. Subsequent get operations on that key return a dangling reference to already-freed memory. This can be triggered through...

5.7AI score
SaveExploits0References3
RustSec
RustSec
added 2026/05/02 12:0 p.m.15 views

Double-free and use-after-free in `Keys::next()`

Keys::next uses ptr::read to move out the Option by value, which drops the contained V when V is non-Copy e.g. String. This leaves a dangling value in the map's storage slot. Subsequent get operations on that key return a dangling reference to already-freed memory. This can be triggered through...

5.7AI score
SaveExploits0
RustSec
RustSec
added 2026/05/02 12:0 p.m.15 views

Double-free in `Chomp::inner()`

Chomp::inner uses std::ptr::readunaligned to move out the value from a raw pointer. If the original value is an owned type e.g. Box, calling inner moves out the ownership, but the original variable will still be dropped at the end of its scope. This causes the same heap memory to be freed twice,...

5.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/05/02 12:0 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-43011

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When allocskb fails in x25queuerxframe it calls...

9.8CVSS4.8AI score0.00591EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/02 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-31759

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: ulpi: fix double free in ulpiregisterinterface error path When deviceregister fails, ulpiregister calls putdevice on ulpi-dev. The device release callback...

7.8CVSS6.7AI score0.00129EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/01 10:39 p.m.9 views

CVE-2026-31759

A flaw was found in the Linux kernel's USB ULPI UTMI+ Low Pin Interface driver. An error in the ulpiregisterinterface function's cleanup path can lead to a double free vulnerability. This occurs when deviceregister fails, causing the ulpi structure to be freed twice. A local attacker could...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/01 9:59 p.m.12 views

CVE-2026-31745

A flaw was found in the Linux kernel. An error in the GPIO General Purpose Input/Output reset subsystem's error handling could lead to a double free vulnerability. This issue occurs when the system attempts to deallocate memory that has already been freed, potentially causing system instability o...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/01 9:13 p.m.10 views

CVE-2026-31730

A flaw was found in the Linux kernel's fastrpc component that could lead to a denial of service DoS or potentially arbitrary code execution. This memory corruption vulnerability, specifically a double-free, occurs when the cctx-remoteheap memory is freed twice due to an error handling issue in th...

7.8CVSS6.1AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/01 4:24 p.m.10 views

CVE-2026-43011

A flaw was found in the Linux kernel's X.25 networking component. This vulnerability, a double free, occurs when a socket buffer skb allocation fails in x25queuerxframe, causing the same skb to be freed twice. This improper memory handling can lead to a system crash, resulting in a Denial of...

9.8CVSS5.9AI score0.00591EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/01 3:16 p.m.12 views

CVE-2026-43011

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When allocskb fails in x25queuerxframe it calls kfreeskbskb at line 48 and returns 1 error. This error propagates back through the call chain: x25queuerxframe returns 1 | v x25state3machi...

9.8CVSS0.00591EPSS
SaveExploits0References10
NVD
NVD
added 2026/05/01 3:16 p.m.11 views

CVE-2026-31759

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpiregisterinterface error path When deviceregister fails, ulpiregister calls putdevice on ulpi-dev. The device release callback ulpidevrelease drops the OF node reference and frees ulpi, but the...

7.8CVSS0.00129EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/01 3:16 p.m.11 views

CVE-2026-31745

In the Linux kernel, the following vulnerability has been resolved: reset: gpio: fix double free in resetaddgpioauxdevice error path When auxiliarydeviceadd fails, resetaddgpioauxdevice calls auxiliarydeviceuninitadev. The device release callback resetgpioauxdevicerelease frees adev, but the...

7.8CVSS0.0012EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/01 3:16 p.m.12 views

CVE-2026-31730

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: possible double-free of cctx-remoteheap fastrpcinitcreatestaticprocess may free cctx-remoteheap on the errmap path but does not clear the pointer. Later, fastrpcrpmsgremove frees cctx-remoteheap again if it is...

7.8CVSS0.00129EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/05/01 2:40 p.m.10 views

CVE-2026-31787

A flaw was found in the Linux kernel's xen/privcmd module. A local user could exploit this by performing a partial unmapping of a privcmd memory region. This action causes a Virtual Memory Area VMA to split, leading to duplicated internal memory pointers. As a result, the same memory can be freed...

7.8CVSS5.8AI score0.00183EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.8 views

CVE-2026-43011

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When allocskb fails in x25queuerxframe it calls kfreeskbskb at line 48 and returns 1 error. This error propagates back through the call chain: x25queuerxframe returns 1 | v x25state3machi...

5.8AI score0.00591EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/05/01 2:15 p.m.11 views

EUVD-2026-26610

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When allocskb fails in x25queuerxframe it calls kfreeskbskb at line 48 and returns 1 error. This error propagates back through the call chain: x25queuerxframe returns 1 | v x25state3machi...

5.8AI score0.00591EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.46 views

CVE-2026-43011 net/x25: Fix potential double free of skb

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When allocskb fails in x25queuerxframe it calls kfreeskbskb at line 48 and returns 1 error. This error propagates back through the call chain: x25queuerxframe returns 1 | v x25state3machi...

9.8CVSS0.00591EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/01 2:15 p.m.10 views

CVE-2026-43011 net/x25: Fix potential double free of skb

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When allocskb fails in x25queuerxframe it calls kfreeskbskb at line 48 and returns 1 error. This error propagates back through the call chain: x25queuerxframe returns 1 | v x25state3machi...

9.8CVSS5.8AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.10 views

CVE-2026-43011

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When allocskb fails in x25queuerxframe it calls kfreeskbskb at line 48 and returns 1 error. This error propagates back through the call chain: x25queuerxframe returns 1 | v x25state3machi...

9.8CVSS5.7AI score0.00591EPSS
SaveExploits0
CVE
CVE
added 2026/05/01 2:15 p.m.74 views

CVE-2026-43011

The CVE-2026-43011 issue concerns the Linux kernel net/x25 path where a skb may be freed twice due to a double-free path: if alloc_skb fails in x25_queue_rx_frame, kfree_skb(skb) is called, and later x25_backlog_rcv may free the same skb again, causing a crash/DoS. Public advisories confirm this ...

9.8CVSS5.8AI score0.00591EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder