Lucene search
+L

1771 matches found

OSV
OSV
added 2025/12/16 4:16 p.m.10 views

UBUNTU-CVE-2025-68302

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: fix potential NULL dereference in sxgberx Currently, when skb is null, the driver prints an error and then dereferences skb on the next line. To fix this, let's add a 'break' after the error message to switch to...

7.5CVSS5.8AI score0.00451EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.16 views

CVE-2025-68301

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

9.8CVSS6.1AI score0.00467EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.9 views

CVE-2025-68304

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

8.8CVSS5.5AI score0.00233EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/12/16 3:30 p.m.11 views

EUVD-2025-203704

In the Linux kernel, the following vulnerability has been resolved: net: usb: qmiwwan: initialize MAC header offset in qmimuxrxfixup Raw IP packets have no MAC header, leaving skb-macheader uninitialized. This can trigger kernel panics on ARM64 when xfrm or other subsystems access the offset due ...

6AI score0.00611EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/16 3:30 p.m.11 views

EUVD-2025-203637

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: RX, Fix generating skb from non-linear xdpbuff for striding RQ XDP programs can change the layout of an xdpbuff through bpfxdpadjusttail and bpfxdpadjusthead. Therefore, the driver cannot assume the size of the linear...

5.9AI score0.00543EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/16 3:06 p.m.7 views

CVE-2025-68304 Bluetooth: hci_core: lookup hci_conn on RX path on protocol side

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: lookup hciconn on RX path on protocol side The hdev lock/lookup/unlock/use pattern in the packet RX path doesn't ensure hciconn is not concurrently modified/deleted. This locking appears to be leftover from...

8.8CVSS6.6AI score
SaveExploits0References5
CVE
CVE
added 2025/12/16 3:06 p.m.44 views

CVE-2025-68304

CVE-2025-68304 concerns the Linux kernel Bluetooth path. The issue occurs in the RX path of HCI protocol handling where the hci_conn object may be concurrently modified/deleted while still being looked up, enabling a use-after-free in certain code paths. The bug was addressed by moving the lookup...

8.8CVSS6.3AI score0.00233EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/16 3:06 p.m.42 views

CVE-2025-68302

CVE-2025-68302 concerns the Linux kernel driver net/sxgbe (sxgbe_main.c). The issue is a potential NULL dereference in sxgbe_rx() when skb is NULL, where an error is printed and skb is dereferenced on the next line. The fix adds a break after the error to switch to sxgbe_rx_refill(), mirroring th...

7.5CVSS6.3AI score0.00451EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/16 3:06 p.m.8 views

CVE-2025-68302 net: sxgbe: fix potential NULL dereference in sxgbe_rx()

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: fix potential NULL dereference in sxgberx Currently, when skb is null, the driver prints an error and then dereferences skb on the next line. To fix this, let's add a 'break' after the error message to switch to...

7.5CVSS6.5AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/12/16 3:06 p.m.7 views

CVE-2025-68301 net: atlantic: fix fragment overflow handling in RX path

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

5.4AI score0.00467EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/16 3:06 p.m.41 views

CVE-2025-68301 net: atlantic: fix fragment overflow handling in RX path

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix fragment overflow handling in RX path The atlantic driver can receive packets with more than MAXSKBFRAGS 17 fragments when handling large multi-descriptor packets. This causes an out-of-bounds write in...

9.8CVSS0.00467EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.10 views

CVE-2025-40350

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: RX, Fix generating skb from non-linear xdpbuff for striding RQ XDP programs can change the layout of an xdpbuff through bpfxdpadjusttail and bpfxdpadjusthead. Therefore, the driver cannot assume the size of the linear...

9.8CVSS6.1AI score0.00543EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/16 2:15 p.m.17 views

UBUNTU-CVE-2025-40350

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: RX, Fix generating skb from non-linear xdpbuff for striding RQ XDP programs can change the layout of an xdpbuff through bpfxdpadjusttail and bpfxdpadjusthead. Therefore, the driver cannot assume the size of the linear...

9.8CVSS5.7AI score0.00543EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2025/12/16 1:43 p.m.50 views

CVE-2025-68192 net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixup

In the Linux kernel, the following vulnerability has been resolved: net: usb: qmiwwan: initialize MAC header offset in qmimuxrxfixup Raw IP packets have no MAC header, leaving skb-macheader uninitialized. This can trigger kernel panics on ARM64 when xfrm or other subsystems access the offset due ...

9.8CVSS0.00611EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/16 1:30 p.m.39 views

CVE-2025-40350 net/mlx5e: RX, Fix generating skb from non-linear xdp_buff for striding RQ

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: RX, Fix generating skb from non-linear xdpbuff for striding RQ XDP programs can change the layout of an xdpbuff through bpfxdpadjusttail and bpfxdpadjusthead. Therefore, the driver cannot assume the size of the linear...

9.8CVSS0.00543EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/16 12:00 a.m.25 views

PT-2025-51708

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Bluetooth implementation within the Linux kernel, specifically in the hci core component. The issue relates to improper locking mechanisms when handling Bluetooth...

9.8CVSS6.3AI score0.00677EPSS
SaveExploits8References216
Positive Technologies
Positive Technologies
added 2025/12/16 12:00 a.m.28 views

PT-2025-51607

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel's imon driver contains issues that can lead to hung tasks due to indefinitely holding a device lock. Specifically, the usb rx callback intf0 function can repeatedly...

5.3AI score0.0021EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/16 12:00 a.m.15 views

PT-2025-51605

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.12.34-gbe78e49cb433 Description The Linux kernel contains a flaw within the USB qmi wwan component related to the initialization of the MAC header offset in the qmimux rx fixup function. Raw IP packets lack a M...

5.3AI score0.00611EPSS
SaveExploits0
OSV
OSV
added 2025/12/12 11:09 a.m.23 views

OESA-2025-2802 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in ncirxwork syzbot reported the following uninit-value access issue 1 ncirxwork parses received packet from ndev-rxq. It should be...

7.8CVSS6AI score0.00975EPSS
SaveExploits4References96
SUSE CVE
SUSE CVE
added 2025/12/10 12:26 a.m.8 views

SUSE CVE-2025-40337

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Correctly handle Rx checksum offload errors The stmmacrx function would previously set skb-ipsummed to CHECKSUMUNNECESSARY if hardware checksum offload CoE was enabled and the packet was of a known IP ethertype...

5.5CVSS6.5AI score0.00481EPSS
SaveExploits0References21
Rows per page
Query Builder