Lucene search
+L

18 matches found

RedHat Linux
RedHat Linux
•added 2026/09/22 9:24 p.m.•18 views

kernel: Bluetooth: L2CAP: Fix potential user-after-free

A use-after-free flaw was identified in the Linux kernel’s Bluetooth L2CAP implementation. In certain conditions, when allocating a socket buffer via allocskb, the kernel may release and later reacquire the channel lock; if the channel is disconnected in the meantime, a subsequent reference to th...

8.8CVSS7.9AI score0.00298EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/09/22 8:09 p.m.•7 views

kernel: Bluetooth: L2CAP: Fix potential user-after-free

A use-after-free flaw was identified in the Linux kernel’s Bluetooth L2CAP implementation. In certain conditions, when allocating a socket buffer via allocskb, the kernel may release and later reacquire the channel lock; if the channel is disconnected in the meantime, a subsequent reference to th...

8.8CVSS7.9AI score0.00298EPSS
SaveExploits0References5
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•5 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fixed a potential double-free of the skb object. When allocskb fails in x25queuerxframe, it calls kfreeskbskb at line 48 and returns 1 error. This error propagates through the call chain as follows: x25queuerxframe retur...

9.8CVSS7.1AI score0.00868EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/15 1:18 p.m.•10 views

UBUNTU-CVE-2026-74577

In the Linux kernel, the following vulnerability has been resolved: net: mpls: initialize rtmtos in mplsgetroute mplsgetroute builds the RTMNEWROUTE reply to an RTMGETROUTE request by filling a struct rtmsg allocated from an skb whose data area is not zeroed allocskbNLMSGGOODSIZE, .... It sets...

5.4AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/08/15 12:28 p.m.•22 views

CVE-2026-74577 net: mpls: initialize rtm_tos in mpls_getroute()

In the Linux kernel, the following vulnerability has been resolved: net: mpls: initialize rtmtos in mplsgetroute mplsgetroute builds the RTMNEWROUTE reply to an RTMGETROUTE request by filling a struct rtmsg allocated from an skb whose data area is not zeroed allocskbNLMSGGOODSIZE, .... It sets...

5.5AI score
SaveExploits0References11
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/06 12:00 a.m.•0 views

CVE-2026-43098: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: nfc: s3fwrn5: allocate rx skb before consuming bytes s3fwrn82uartread reports the number of accepted bytes to the serdev core. The current code consumes bytes into recvskb and may already deliver a complete frame before allocatin...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0References6
CNNVD
CNNVD
•added 2026/05/01 12:00 a.m.•30 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 memory misreference vulnerability exists in the Linux kernel. The vulnerability stems from a call to kfreeskb when allocskb fails in x25queuerxframe, which can be exploited b...

9.8CVSS5.8AI score0.00868EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/04/24 12:00 a.m.•1 views

CVE-2026-31660: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: allocate rx skb before consuming bytes pn532receivebuf reports the number of accepted bytes to the serdev core. The current code consumes bytes into recvskb and may already hand a complete frame to pn533recvframe befo...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0References9
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•8 views

EUVD-2025-5151

Malicious code in bioql PyPI...

7.2AI score0.13707EPSS
SaveExploits0References7
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•11 views

EUVD-2025-5157

Malicious code in bioql PyPI...

7.8CVSS7.2AI score0.07773EPSS
SaveExploits0References5
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/09/19 12:00 a.m.•1 views

CVE-2025-39847: Missing Release of Memory after Effective Lifetime

In the Linux kernel, the following vulnerability has been resolved: ppp: fix memory leak in padcompressskb If allocskb fails in padcompressskb, it returns NULL without releasing the old skb. The caller does: skb = padcompressskbppp, skb; if !skb goto drop; drop: kfreeskbskb; When padcompressskb...

5.5CVSS5.5AI score0.0016EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2025/02/28 2:21 a.m.•11 views

SUSE CVE-2025-21758

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: add RCU protection to mldnewpack mldnewpack can be called without RTNL or RCU being held. Note that we no longer can use sockallocsendskb because ipv6.igmpsk uses GFPKERNEL allocations which can sleep. Instead use...

5.5CVSS7.7AI score0.13707EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
•added 2025/02/28 2:21 a.m.•14 views

SUSE CVE-2025-21759

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6send igmp6send can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use...

5.5CVSS6.7AI score0.07773EPSS
SaveExploits0References18
NVD
NVD
•added 2025/02/27 3:15 a.m.•14 views

CVE-2025-21758

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: add RCU protection to mldnewpack mldnewpack can be called without RTNL or RCU being held. Note that we no longer can use sockallocsendskb because ipv6.igmpsk uses GFPKERNEL allocations which can sleep. Instead use...

7.8CVSS0.13707EPSS
SaveExploits0References9
CVE
CVE
•added 2025/02/27 2:18 a.m.•161 views

CVE-2025-21758

CVE-2025-21758 is a Linux kernel vulnerability in the IPv6 multicast path. The issue: mld_newpack() could be called without RTNL or RCU being held, which may lead to unsafe access. The fix replaces sock_alloc_send_skb() (which uses GFP_KERNEL and can sleep) with alloc_skb() and charges the net-&g...

7.8CVSS6.6AI score0.13707EPSS
SaveExploits0References9Affected Software1
OSV
OSV
•added 2025/02/27 2:18 a.m.•20 views

CVE-2025-21759 ipv6: mcast: extend RCU protection in igmp6_send()

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6send igmp6send can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use...

7.8CVSS6.1AI score
SaveExploits0References7
Cvelist
Cvelist
•added 2024/07/16 11:44 a.m.•36 views

CVE-2022-48830 can: isotp: fix potential CAN frame reception race in isotp_rcv()

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix potential CAN frame reception race in isotprcv When receiving a CAN frame the current code logic does not consider concurrently receiving processes which do not show up in real world usage. Ziyang Xuan writes: The...

8.8CVSS0.00313EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2024/05/21 3:30 p.m.•41 views

CVE-2023-52772 af_unix: fix use-after-free in unix_stream_read_actor()

In the Linux kernel, the following vulnerability has been resolved: afunix: fix use-after-free in unixstreamreadactor syzbot reported the following crash 1 After releasing unix socket lock, u-oobskb can be changed by another thread. We must temporarily increase skb refcount to make sure this othe...

7.8CVSS7.5AI score0.00241EPSS
SaveExploits0References5
Rows per page
Query Builder