Lucene search
+L

74961 matches found

CVE
CVE
added 2 days ago20 views

CVE-2026-68401

The CVE-2026-68401 entry concerns Linux kernel firmware: arm_ffa, specifically the ffa_setup_and_transmit() path. The issue is out-of-bounds writes: (1) Writing ep_mem_access->reserved can exceed bounds for FFA versions

5.3AI score0.00173EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-68401

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix out-of-bound writes in ffasetupandtransmit Sashiko locally reports multiple out-of-bound issues in ffasetupandtransmit: 1 Writing epmemaccess-reserved can write out of bounds for FFA versions 1.2 as...

5.3AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2 days ago3 views

CVE-2026-68401 firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix out-of-bound writes in ffasetupandtransmit Sashiko locally reports multiple out-of-bound issues in ffasetupandtransmit: 1 Writing epmemaccess-reserved can write out of bounds for FFA versions 1.2 as...

5.4AI score
SaveExploits0References6
OSV
OSV
added 2 days ago2 views

CVE-2026-68373 wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before subtracting the fixed management-body offset: len -= eloff; For both...

5.4AI score
SaveExploits0References8
CVE
CVE
added 2 days ago11 views

CVE-2026-68373

The CVE-2026-68373 entry documents a Linux kernel vulnerability in the wifi: at76c50x-usb driver, where at76_guess_freq() can underflow when processing beacon and probe response frames. If a frame is shorter than the 36-byte element offset (el_off), the subtraction len -= el_off causes an oversiz...

5.3AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-68373

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before subtracting the fixed management-body offset: len -= eloff; For both...

5.2AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-55559

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before subtracting the fixed management-body offset: len -= eloff; For both...

5.3AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago33 views

CVE-2026-68373 wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x-usb: avoid length underflow in at76guessfreq at76guessfreq checks only that the received frame is at least a bare 802.11 header 24 bytes before subtracting the fixed management-body offset: len -= eloff; For both...

0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago2 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
Debian CVE
Debian CVE
added 2 days ago7 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
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
CVE
CVE
added 2 days ago13 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
Debian CVE
Debian CVE
added 2 days ago4 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
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
CVE
CVE
added 2 days ago11 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 ago4 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
Debian CVE
Debian CVE
added 2 days ago4 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
CVE
CVE
added 2 days ago16 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
Rows per page
Query Builder