Lucene search
+L

75016 matches found

OSV
OSV
added 2 days ago3 views

CVE-2026-68371 usb: musb: omap2430: Do not put borrowed of_node in probe

In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Do not put borrowed ofnode in probe omap2430probe stores pdev-dev.ofnode in a local np variable. This is a borrowed pointer and the probe function does not take a reference to it. The success and error paths...

5.3AI score
SaveExploits0References8
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-55472

In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Do not put borrowed ofnode in probe omap2430probe stores pdev-dev.ofnode in a local np variable. This is a borrowed pointer and the probe function does not take a reference to it. The success and error paths...

5.3AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago31 views

CVE-2026-68371 usb: musb: omap2430: Do not put borrowed of_node in probe

In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Do not put borrowed ofnode in probe omap2430probe stores pdev-dev.ofnode in a local np variable. This is a borrowed pointer and the probe function does not take a reference to it. The success and error paths...

0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago8 views

CVE-2026-68371

In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Do not put borrowed ofnode in probe omap2430probe stores pdev-dev.ofnode in a local np variable. This is a borrowed pointer and the probe function does not take a reference to it. The success and error paths...

5.2AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2 days ago15 views

CVE-2026-68371

CVE-2026-68371 relates to the Linux kernel subsystem usb: musb: omap2430. The vulnerability arises when omap2430_probe() stores pdev->dev.of_node in a local np variable (a borrowed pointer) and erroneously calls of_node_put(np) on all paths. This drains a reference owned by the platform device...

5.3AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago32 views

CVE-2026-68369 usb: gadget: printer: fix infinite loop in printer_read()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: printer: fix infinite loop in printerread printerread uses the same variable for the requested copy size and the number of bytes actually copied to user space. copytouser returns the number of bytes not copied, so wh...

0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-55470

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: printer: fix infinite loop in printerread printerread uses the same variable for the requested copy size and the number of bytes actually copied to user space. copytouser returns the number of bytes not copied, so wh...

5.5AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-68369

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: printer: fix infinite loop in printerread printerread uses the same variable for the requested copy size and the number of bytes actually copied to user space. copytouser returns the number of bytes not copied, so wh...

5.4AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2 days ago13 views

CVE-2026-68369

The CVE affects the Linux kernel USB gadget printer driver (printer_read) where the code used the same variable for the requested copy size and the actual copied bytes. If copy_to_user fails to copy anything, the copied length becomes zero and RX data can cause an infinite loop because len/buf/cu...

5.5AI score0.002EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago6 views

CVE-2026-68369 usb: gadget: printer: fix infinite loop in printer_read()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: printer: fix infinite loop in printerread printerread uses the same variable for the requested copy size and the number of bytes actually copied to user space. copytouser returns the number of bytes not copied, so wh...

5.6AI score
SaveExploits0References8
CVE
CVE
added 2 days ago19 views

CVE-2026-68353

The CVE-2026-68353 entry describes a Linux kernel vulnerability in the ath6kl WiFi driver where the firmware-controlled num_msg field (u8, 0–255) could drive a loop in ath6kl_wmi_tx_complete_event_rx() past the WMI event buffer, enabling out-of-bounds reads up to 1020 bytes. The fix adds a check ...

5.4AI score0.00175EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-68353

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware nummsg in TX complete handler The firmware-controlled nummsg field u8, 0-255 drives the loop in ath6klwmitxcompleteeventrx without validation against the buffer length. This allows...

5.4AI score0.00175EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago10 views

EUVD-2026-55454

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware nummsg in TX complete handler The firmware-controlled nummsg field u8, 0-255 drives the loop in ath6klwmitxcompleteeventrx without validation against the buffer length. This allows...

5.4AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago28 views

CVE-2026-68353 wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware nummsg in TX complete handler The firmware-controlled nummsg field u8, 0-255 drives the loop in ath6klwmitxcompleteeventrx without validation against the buffer length. This allows...

0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago5 views

CVE-2026-68353 wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: fix OOB read from firmware nummsg in TX complete handler The firmware-controlled nummsg field u8, 0-255 drives the loop in ath6klwmitxcompleteeventrx without validation against the buffer length. This allows...

5.5AI score
SaveExploits0References8
OSV
OSV
added 2 days ago4 views

CVE-2026-68348 ASoC: tas2781: bound firmware description string parsing

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

5.5AI score
SaveExploits0References8
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55449

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

5.5AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-68348 ASoC: tas2781: bound firmware description string parsing

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago16 views

CVE-2026-68348

CVE-2026-68348 affects the Linux kernel ASoC TAS2781 firmware parser. The vulnerability arises when the parser reads variable-length description strings with strlen() before confirming a NUL terminator exists inside the firmware blob, which can allow the parser to walk past the end of the firmwar...

5.5AI score0.00175EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago7 views

CVE-2026-68348

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

5.4AI score0.00175EPSS
SaveExploits0
Rows per page
Query Builder