Lucene search
+L

22004 matches found

OSV
OSV
added 2025/12/08 1:16 a.m.10 views

UBUNTU-CVE-2025-40292

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 "virtio-net: use mtu size as buffer length for big packets", when guest gso is off, the allocated size for big packets is not MAXSKBFRAGS PAGESIZE...

8.4CVSS5.9AI score0.00166EPSS
SaveExploits0References23
OSV
OSV
added 2025/12/08 1:16 a.m.8 views

UBUNTU-CVE-2025-40294

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix OOB access in parseadvmonitorpattern In the parseadvmonitorpattern function, the value of the 'length' variable is currently limited to HCIMAXEXTADLENGTH251. The size of the 'value' array in the mgmtadvpatter...

5.7AI score0.00197EPSS
SaveExploits0References23
OSV
OSV
added 2025/12/08 1:16 a.m.7 views

UBUNTU-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.7AI score0.00265EPSS
SaveExploits0References23
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.7 views

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.00265EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.37 views

CVE-2025-40301 Bluetooth: hci_event: validate skb length for unknown CC opcode

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.6CVSS0.00265EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/08 12:46 a.m.41 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.00265EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 12:46 a.m.7 views

CVE-2025-40301 Bluetooth: hci_event: validate skb length for unknown CC opcode

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.6CVSS6.6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.17 views

CVE-2025-40294

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix OOB access in parseadvmonitorpattern In the parseadvmonitorpattern function, the value of the 'length' variable is currently limited to HCIMAXEXTADLENGTH251. The size of the 'value' array in the mgmtadvpatter...

5.2AI score0.00197EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.40 views

CVE-2025-40294 Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix OOB access in parseadvmonitorpattern In the parseadvmonitorpattern function, the value of the 'length' variable is currently limited to HCIMAXEXTADLENGTH251. The size of the 'value' array in the mgmtadvpatter...

0.00197EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 12:46 a.m.22 views

CVE-2025-40294 Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix OOB access in parseadvmonitorpattern In the parseadvmonitorpattern function, the value of the 'length' variable is currently limited to HCIMAXEXTADLENGTH251. The size of the 'value' array in the mgmtadvpatter...

6.3AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/12/08 12:46 a.m.9 views

CVE-2025-40294 Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix OOB access in parseadvmonitorpattern In the parseadvmonitorpattern function, the value of the 'length' variable is currently limited to HCIMAXEXTADLENGTH251. The size of the 'value' array in the mgmtadvpatter...

5.3AI score0.00197EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/08 12:46 a.m.43 views

CVE-2025-40294

CVE-2025-40294 concerns the Linux kernel Bluetooth MGMT path (parse_adv_monitor_pattern). The vulnerability stems from an OOB read when copying the patterns array: length is capped at 251 while the corresponding value buffer is only 31 bytes, allowing out-of-bounds access if pattern[i].length exc...

6AI score0.00197EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.12 views

CVE-2025-40292

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 "virtio-net: use mtu size as buffer length for big packets", when guest gso is off, the allocated size for big packets is not MAXSKBFRAGS PAGESIZE...

8.4CVSS5.4AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 12:46 a.m.7 views

CVE-2025-40292 virtio-net: fix received length check in big packets

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 "virtio-net: use mtu size as buffer length for big packets", when guest gso is off, the allocated size for big packets is not MAXSKBFRAGS PAGESIZE...

8.4CVSS6.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.36 views

CVE-2025-40292 virtio-net: fix received length check in big packets

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 "virtio-net: use mtu size as buffer length for big packets", when guest gso is off, the allocated size for big packets is not MAXSKBFRAGS PAGESIZE...

8.4CVSS0.00166EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/08 12:46 a.m.44 views

CVE-2025-40292

The CVE-2025-40292 issue is in the Linux kernel virtio-net receive path. When guest GSO is off, the allocation size for large packets is now MTU-dependent (not MAX_SKB_FRAGS * PAGE_SIZE) and tracked in vi->big_packets_num_skbfrags. If the host’s announced RX buffer length is incorrect, a lengt...

8.4CVSS6.2AI score0.00166EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.14 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.00265EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/08 12:00 a.m.5 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.00265EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.8 views

PT-2025-49425

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the virtio-net component of the Linux kernel related to the handling of received packet lengths in large packets. A change introduced by commit 4959aebba8c0 altered how...

4.3CVSS6.2AI score0.00166EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53761

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - USB: usbtmc: Fix direction for 0-length ioctl control messages The syzbot fuzzer found a problem in the usbtmc driver: When a user submits an ioctl for a 0-leng...

6.2AI score0.00187EPSS
SaveExploits0References3
Rows per page
Query Builder