Lucene search
+L

254 matches found

EUVD
EUVD
added 2026/07/27 8:10 p.m.8 views

EUVD-2026-49591

In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix out-of-bounds read in genelinkrxfixup genelinkrxfixup splits an aggregated RX frame into its individual packets, using a per-packet length taken from device-supplied data. That length is only bounded by...

5.9AI score0.00274EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/27 8:10 p.m.10 views

CVE-2026-64540

In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix out-of-bounds read in genelinkrxfixup genelinkrxfixup splits an aggregated RX frame into its individual packets, using a per-packet length taken from device-supplied data. That length is only bounded by...

8.1CVSS5.8AI score0.00274EPSS
SaveExploits0
CVE
CVE
added 2026/07/27 8:10 p.m.27 views

CVE-2026-64540

The CVE-2026-64540 issue affects the Linux kernel usbnet driver for GeneLink GL620A. A vulnerability in genelink_rx_fixup() could allow an out-of-bounds read by splitting an aggregated RX frame and using per-packet lengths that aren’t checked against the received data, enabling a malicious GL620A...

8.1CVSS5.9AI score0.00274EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/07/27 6:02 a.m.16 views

CVE-2026-64351

A flaw was found in the Linux kernel's USB Kalmia driver. An attacker with a specially crafted USB device could exploit an out-of-bounds read vulnerability in the kalmiarxfixup function. This occurs due to an incorrect calculation of the USB packet length when processing short bulk-IN frames,...

5.5CVSS6AI score0.00185EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/27 12:00 a.m.31 views

CVE-2026-64233

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: hold opts-lock across XU walks in uvcfunctionbind uvcfunctionbind walks &opts-extensionunits twice without holding opts-lock: - directly, for the iExtension string-descriptor fixup loop; - indirectly, four times...

5.5CVSS5.4AI score0.00114EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/27 12:00 a.m.12 views

UBUNTU-CVE-2026-64233

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: hold opts-lock across XU walks in uvcfunctionbind uvcfunctionbind walks &opts-extensionunits twice without holding opts-lock: - directly, for the iExtension string-descriptor fixup loop; - indirectly, four times...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/07/27 12:00 a.m.11 views

PT-2026-65215

In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix out-of-bounds read in genelink rx fixup genelink rx fixup splits an aggregated RX frame into its individual packets, using a per-packet length taken from device-supplied data. That length is only bounded by GL...

5.9AI score0.00274EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2026/07/26 8:03 a.m.5 views

net: usb: kalmia: bound RX frame length in kalmia_rx_fixup()

...

5.5CVSS5.2AI score0.00185EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 10:17 a.m.10 views

UBUNTU-CVE-2026-64431

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid calling postwritemstfixup for invalid indexblock ntfsicxibsyncwrite calls postwritemstfixup when ntfsibwrite returns an error, intending to restore the buffer after a failed write. However, ntfsibwrite returns an erro...

7.8CVSS5.8AI score0.00123EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/25 8:51 a.m.12 views

EUVD-2026-48775

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid calling postwritemstfixup for invalid indexblock ntfsicxibsyncwrite calls postwritemstfixup when ntfsibwrite returns an error, intending to restore the buffer after a failed write. However, ntfsibwrite returns an erro...

5.9AI score0.00123EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/25 8:51 a.m.25 views

CVE-2026-64431

Summary of CVE-2026-64431 (Linux kernel NTFS driver): A memory corruption vulnerability arises when post_write_mst_fixup() is called for an invalid index_block after ntfs_ib_write() returns an error. The root cause is that ntfs_icx_ib_sync_write() treated any error as a write failure and invoked ...

7.8CVSS5.9AI score0.00123EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.18 views

CVE-2026-64431

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid calling postwritemstfixup for invalid indexblock ntfsicxibsyncwrite calls postwritemstfixup when ntfsibwrite returns an error, intending to restore the buffer after a failed write. However, ntfsibwrite returns an erro...

7.8CVSS5.9AI score0.00123EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.20 views

CVE-2026-64351

In the Linux kernel, the following vulnerability has been resolved: net: usb: kalmia: bound RX frame length in kalmiarxfixup kalmiarxfixup computes usbpacketlength = skb-len - 2 KALMIAHEADERLENGTH as a u16, guarded only by a pre-loop check that skb-len is at least KALMIAHEADERLENGTH, which is 6. ...

5.8AI score0.00185EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:50 a.m.31 views

CVE-2026-64351

CVE-2026-64351 affects the Linux kernel USB Kalmia driver (kalmia_rx_fixup). The bug computes usb_packet_length as skb->len - (2 * KALMIA_HEADER_LENGTH) without ensuring both framing headers are present on every loop iteration. This can allow a short bulk-IN frame to underflow usb_packet_lengt...

5.8AI score0.00185EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.14 views

EUVD-2026-48895

In the Linux kernel, the following vulnerability has been resolved: net: usb: kalmia: bound RX frame length in kalmiarxfixup kalmiarxfixup computes usbpacketlength = skb-len - 2 KALMIAHEADERLENGTH as a u16, guarded only by a pre-loop check that skb-len is at least KALMIAHEADERLENGTH, which is 6. ...

5.8AI score0.00185EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-64431

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid calling postwritemstfixup for invalid indexblock ntfsicxibsyncwrite calls...

7.8CVSS5.8AI score0.00123EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 4:16 p.m.9 views

DEBIAN-CVE-2026-64233

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: hold opts-lock across XU walks in uvcfunctionbind uvcfunctionbind walks &opts-extensionunits twice without holding opts-lock: - directly, for the iExtension string-descriptor fixup loop; - indirectly, four times...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.11 views

CVE-2026-64233

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: hold opts-lock across XU walks in uvcfunctionbind uvcfunctionbind walks &opts-;extensionunits twice without holding opts-lock: - directly, for the iExtension string-descriptor fixup loop; - indirectly, four...

5.7AI score0.00114EPSS
SaveExploits0References6Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/19 5:35 p.m.10 views

SUSE CVE-2026-63799

In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Fix OOB clearbit when CID is MMCIDUNSET in fixup path In mmcidfixupcpustotasks, when rq-curr has the target mm and mmcid.active is set, the CID is checked with cidintransit before setting the transition bit. In per-C...

5.3CVSS5.6AI score0.00165EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 12:02 p.m.17 views

CVE-2026-63799

In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Fix OOB clearbit when CID is MMCIDUNSET in fixup path In mmcidfixupcpustotasks, when rq-curr has the target mm and mmcid.active is set, the CID is checked with cidintransit before setting the transition bit. In per-C...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0
Rows per page
Query Builder