Lucene search
+L

1490 matches found

EUVD
EUVD
added 2025/12/08 3:31 a.m.6 views

EUVD-2025-201644

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate skb length for unknown CC opcode In hcicmdcompleteevt, if the command complete event has an unknown opcode, we assume the first byte of the remaining skb-data contains the return status. However,...

6.1AI score0.00267EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/08 2:15 a.m.5 views

DEBIAN-CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS5.3AI score0.0014EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/08 2:15 a.m.6 views

CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS0.0014EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 1:16 a.m.3 views

DEBIAN-CVE-2025-40301

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: validate skb length for unknown CC opcode In hcicmdcompleteevt, if the command complete event has an unknown opcode, we assume the first byte of the remaining skb-data contains the return status. However,...

7.6CVSS5.1AI score0.00267EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 1:16 a.m.8 views

UBUNTU-CVE-2025-40290

In the Linux kernel, the following vulnerability has been resolved: xsk: avoid data corruption on cq descriptor number Since commit 30f241fcf52a "xsk: Fix immature cq descriptor production", the descriptor number is stored in skb control block and xskcqsubmitaddrlocked relies on it to put the ume...

7.8CVSS5.7AI score0.00139EPSS
SaveExploits0References12
CVE
CVE
added 2025/12/08 12:46 a.m.33 views

CVE-2025-40301

The CVE-2025-40301 issue concerns the Linux kernel Bluetooth stack. In hci_cmd_complete_evt(), when an unknown command opcode is reported, the code may treat the first byte of remaining skb->data as the return status. If parameters were already pulled in hci_event_func(), skb may be empty, cau...

7.6CVSS6.2AI score0.00267EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.4 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 an unverified skb length that could lead to the use of uninitialized memory...

6.1AI score0.00267EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.11 views

PT-2025-49433

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's Bluetooth implementation within the hci cmd complete evt function. Specifically, the code does not validate the length of the socket buffer skb before...

3.2CVSS5.7AI score0.00267EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.8 views

PT-2025-49421

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.16.12+deb14-cloud-amd64 1 Description The Linux kernel contained a flaw in the xsk XDP socket subsystem related to descriptor number handling on completion queues. A commit 30f241fcf52a initially introduced an...

9.8CVSS6.3AI score0.00601EPSS
SaveExploits7References213
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.7 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 Linux kernel that stems from improper use of the skb control block, which could lead to null pointer dereferencing...

6.1AI score0.00139EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.11 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 ath11k not handling SKB correctly when booting in monitor mode, which could lead to a null pointer dereferen...

6AI score0.00193EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/06 9:51 p.m.25 views

CVE-2025-40282 Bluetooth: 6lowpan: reset link-local header on ipv6 recv path

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: reset link-local header on ipv6 recv path Bluetooth 6lowpan.c netdev has headerops, so it must set link-local header for RX skb, otherwise things crash, eg. with AFPACKET SOCKRAW Add missing skbresetmacheader...

8.8CVSS0.00273EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.11 views

SUSE CVE-2025-40253

In the Linux kernel, the following vulnerability has been resolved: s390/ctcm: Fix double-kfree The function 'mpcrcvdsweepreqmpcginfo' is called conditionally from function 'ctcmpcunpackskb'. It frees passed mpcginfo. After that a call to function 'kfree' in function 'ctcmpcunpackskb' frees it...

5.5CVSS6.5AI score0.00293EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2025/12/04 3:31 p.m.5 views

CVE-2025-40240 sctp: avoid NULL dereference when chunk data buffer is missing

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid NULL dereference when chunk data buffer is missing chunk-skb pointer is dereferenced in the if-block where it's supposed to be NULL only. chunk-skb can only be NULL if chunk-headskb is not. Check for fraglist instead...

7.5CVSS5.5AI score0.00587EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/04 3:31 p.m.18 views

CVE-2025-40240 sctp: avoid NULL dereference when chunk data buffer is missing

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid NULL dereference when chunk data buffer is missing chunk-skb pointer is dereferenced in the if-block where it's supposed to be NULL only. chunk-skb can only be NULL if chunk-headskb is not. Check for fraglist instead...

7.5CVSS6.6AI score
SaveExploits0References11
CVE
CVE
added 2025/12/04 3:31 p.m.47 views

CVE-2025-40240

The CVE CVE-2025-40240 is a Linux kernel SCTP vulnerability. The issue was a NULL dereference when processing a chunk data buffer that is missing; chunk->skb could be dereferenced in the if-block intended to handle NULL, unless frag_list is checked and the replacement of chunk->skb occurs j...

7.5CVSS6.3AI score0.00587EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/11/18 9:2 a.m.13 views

kernel: net: usb: smsc75xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be larger than the actual socket buffer length up to 9026 bytes. In such case the cloned skb passed up the network stack will leak kerne...

5.5CVSS6.7AI score0.00178EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/11/17 12:41 a.m.9 views

kernel: vsock/virtio: Validate length in packet header before skb_put()

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Validate length in packet header before skbput When receiving a vsock packet in the guest, only the virtqueue buffer size is validated prior to virtiovsockskbrxput. Unfortunately, virtiovsockskbrxput uses the length...

8.4CVSS5.8AI score0.00157EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/11/14 1:3 a.m.8 views

net: usb: lan78xx: Limit packet length to skb->len

...

5.5CVSS7.2AI score0.00187EPSS
SaveExploits0
CVE
CVE
added 2025/11/12 9:56 p.m.27 views

CVE-2025-40183

CVE-2025-40183 is a Linux kernel in-kernel bug in the eBPF networking path. The issue stems from the metadata_dst object allocated for vxlan-decapped traffic when using bpf_redirect_neigh(), which could leak because an existing dst entry was not dropped before attaching a new one, leading to pote...

7.5CVSS6AI score0.00587EPSS
SaveExploits1References7
Rows per page
Query Builder