Lucene search
+L

1499 matches found

RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.4 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.8CVSS5.9AI score0.00275EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.15 views

kernel: GC's deletion of an SKB races with unix_stream_read_generic() leading to UAF

A use-after-free flaw was found in the Linux Kernel due to a race problem in the unix garbage collector's deletion of SKB races with unixstreamreadgeneric on the socket that the SKB is queued on...

7CVSS6.8AI score0.00224EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/28 1:15 p.m.2 views

DEBIAN-CVE-2022-48637

In the Linux kernel, the following vulnerability has been resolved: bnxt: prevent skb UAF after handing over to PTP worker When reading the timestamp is required bnxttxint hands over the ownership of the completed skb to the PTP worker. The skb should not be used afterwards, as the worker may run...

7.8CVSS5.7AI score0.00227EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/20 2:8 a.m.4 views

SUSE CVE-2024-26887

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: Fix memory leak This checks if CONFIGDEVCOREDUMP is enabled before attempting to clone the skb and also make sure btmtkprocesscoredump frees the skb passed following the same logic...

5.5CVSS7.6AI score0.00222EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.11 views

SUSE CVE-2024-26825

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: free rxdatareassembly skb on NCI device cleanup rxdatareassembly skb is stored during NCI data exchange for processing fragmented packets. It is dropped only when the last fragment is processed or when an NTF packet wit...

5.5CVSS6.3AI score0.00237EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.10 views

SUSE CVE-2024-26857

In the Linux kernel, the following vulnerability has been resolved: geneve: make sure to pull inner header in geneverx syzbot triggered a bug in geneverx 1 Issue is similar to the one I fixed in commit 8d975c15c0cd "ip6tunnel: make sure to pull inner header in ip6tnlrcv" We have to save...

5.5CVSS6.3AI score0.00601EPSS
SaveExploits0References21
OSV
OSV
added 2024/04/17 10:15 a.m.1 views

DEBIAN-CVE-2024-26825

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: free rxdatareassembly skb on NCI device cleanup rxdatareassembly skb is stored during NCI data exchange for processing fragmented packets. It is dropped only when the last fragment is processed or when an NTF packet wit...

5.5CVSS5.3AI score0.00237EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/04/11 2:31 a.m.7 views

SUSE CVE-2024-26750

In the Linux kernel, the following vulnerability has been resolved: afunix: Drop oobskb ref before purging queue in GC. syzbot reported another task hung in unixgc. 0 The current while loop assumes that all of the left candidates have oobskb and calling kfreeskboobskb releases the remaining...

5.5CVSS6.7AI score0.00224EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/04/11 2:30 a.m.13 views

SUSE CVE-2024-26804

In the Linux kernel, the following vulnerability has been resolved: net: iptunnel: prevent perpetual headroom growth syzkaller triggered following kasan splat: BUG: KASAN: use-after-free in skbflowdissect+0x19d1/0x7a50 net/core/flowdissector.c:1170 Read of size 1 at addr ffff88812fb4000e by task...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits0References20
OSV
OSV
added 2024/04/03 5:15 p.m.5 views

UBUNTU-CVE-2024-26739

In the Linux kernel, the following vulnerability has been resolved: net/sched: actmirred: don't override retval if we already lost the skb If we're redirecting the skb, and haven't called tcfmirredforward, yet, we need to tell the core to drop the skb by setting the retcode to SHOT. If we have...

7.8CVSS6.2AI score0.00278EPSS
SaveExploits0References16
OSV
OSV
added 2024/04/02 7:15 a.m.2 views

DEBIAN-CVE-2024-26676

In the Linux kernel, the following vulnerability has been resolved: afunix: Call kfreeskb for dead unixsk-oobskb in GC. syzbot reported a warning 0 in unixgc with a repro, which creates a socketpair and sends one socket's fd to itself using the peer. socketpairAFUNIX, SOCKSTREAM, 0, 3, 4 = 0...

5.5CVSS5.7AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/25 10:15 a.m.1 views

DEBIAN-CVE-2021-47162

In the Linux kernel, the following vulnerability has been resolved: tipc: skblinearize the head skb when reassembling msgs It's not a good idea to append the frag skb to a skb's fraglist if the fraglist already has skbs from elsewhere, such as this skb was created by pskbcopy where the fraglist w...

5.5CVSS5.7AI score0.00738EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/25 10:15 a.m.17 views

UBUNTU-CVE-2021-47162

In the Linux kernel, the following vulnerability has been resolved: tipc: skblinearize the head skb when reassembling msgs It's not a good idea to append the frag skb to a skb's fraglist if the fraglist already has skbs from elsewhere, such as this skb was created by pskbcopy where the fraglist w...

9.8CVSS6.2AI score0.00738EPSS
SaveExploits0References10
OSV
OSV
added 2024/03/25 9:15 a.m.3 views

DEBIAN-CVE-2021-47137

In the Linux kernel, the following vulnerability has been resolved: net: lantiq: fix memory corruption in RX ring In a situation where memory allocation or dma mapping fails, an invalid address is programmed into the descriptor. This can lead to memory corruption. If the memory allocation fails,...

9.8CVSS6AI score0.00597EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/25 9:15 a.m.9 views

UBUNTU-CVE-2021-47146

In the Linux kernel, the following vulnerability has been resolved: mld: fix panic in mldnewpack mldnewpack doesn't allow to allocate high order page, only order-0 allocation is allowed. If headroom size is too large, a kernel panic could occur in skbput. Test commands: ip netns del A ip netns de...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References12
OSV
OSV
added 2024/03/25 9:15 a.m.7 views

UBUNTU-CVE-2021-47137

In the Linux kernel, the following vulnerability has been resolved: net: lantiq: fix memory corruption in RX ring In a situation where memory allocation or dma mapping fails, an invalid address is programmed into the descriptor. This can lead to memory corruption. If the memory allocation fails,...

9.8CVSS6.6AI score0.00597EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/03/18 12:0 a.m.8 views

Linux kernel security vulnerabilities

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 ability of a program to spoof llcuisendmsg to allocate a skb with no margin...

5.5CVSS6.2AI score0.0024EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/03/18 12:0 a.m.4 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. The Linux kernel has a security vulnerability that stems from the presence of a skb leak...

5.5CVSS7AI score0.00639EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2024/03/16 7:0 a.m.5 views

net: prevent mss overflow in skb_segment()

...

5.5CVSS7.3AI score0.00231EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/06 4:34 a.m.5 views

SUSE CVE-2023-52532

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix TX CQE error handling For an unknown TX CQE error type probably from a newer hardware, still free the SKB, update the queue tail, etc., otherwise the accounting will be wrong. Also, TX errors can be triggered by...

5.5CVSS6.5AI score0.00231EPSS
SaveExploits0References18
Rows per page
Query Builder