Lucene search
+L

5151 matches found

OSV
OSV
added 6 days ago6 views

UBUNTU-CVE-2026-68356

In the Linux kernel, the following vulnerability has been resolved: watchdog: airoha: Prevent division by zero when clock frequency is zero clkgetrate can return 0 when the clock provider is not properly configured or the clock is unmanaged. The driver uses wdtfreq as a divisor directly in...

5.3AI score0.00166EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago7 views

UBUNTU-CVE-2026-68403

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: initialize SDIO data work before cleanup brcmfsdioprobe stores the newly allocated bus in sdiodev-bus before allocating the ordered workqueue. If that allocation fails, the function jumps to fail and calls...

5.2AI score0.00168EPSS
SaveExploits0References7
OSV
OSV
added 6 days ago4 views

UBUNTU-CVE-2026-68210

In the Linux kernel, the following vulnerability has been resolved: media: stm32: dcmi: unregister notifier on probe failure dcmigraphinit registers the async notifier before dcmiprobe toggles the reset line. If resetcontrolassert or resetcontroldeassert fails afterwards, probe returns through...

7.8CVSS5.2AI score0.00175EPSS
SaveExploits0References7
OSV
OSV
added 6 days ago7 views

UBUNTU-CVE-2026-68359

In the Linux kernel, the following vulnerability has been resolved: hwmon: nzxt-smart2 Stop device IO before calling hidhwstop Calling hidhwstop does not stop the device IO. This results in a race condition between hidinputreport and the point immediately following the execution of hiddeviceiosta...

5.5AI score0.00225EPSS
SaveExploits0References7
OSV
OSV
added 6 days ago4 views

UBUNTU-CVE-2026-68221

In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: npcm-video: fix memory leaks in probe and remove npcmvideoprobe allocates the npcmvideo structure with kzallocobj but never frees it on any probe error path or in npcmvideoremove, leaking the allocation on every...

5.3AI score0.00209EPSS
SaveExploits0References6
OSV
OSV
added 6 days ago4 views

UBUNTU-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...

8.4CVSS5.2AI score0.00182EPSS
SaveExploits0References7
OSV
OSV
added 6 days ago3 views

UBUNTU-CVE-2026-68215

In the Linux kernel, the following vulnerability has been resolved: media: radio-si476x: Unregister v4l2device on probe failure si476xradioprobe registers radio-v4l2dev before allocating the V4L2 controls and before registering the video device. If any of those later steps fails, probe returns...

5.2AI score0.00209EPSS
SaveExploits0References7
OSV
OSV
added 6 days ago4 views

UBUNTU-CVE-2026-68212

In the Linux kernel, the following vulnerability has been resolved: media: saa7134: Fix a possible memory leak in saa7134videoinit1 In saa7134videoinit1, the return value of the first saa7134pgtablealloc is not checked. If it fails, the function continues as if successful, leaving the driver with...

5.2AI score0.00209EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 6 days ago3 views

CVE-2026-68327

In the Linux kernel, the following vulnerability has been resolved: wan: wanxl: Only reset hardware after BAR mapping wanxlpciinitone stores the freshly allocated card in driver data before the PLX BAR is mapped. Several early probe failures then unwind through wanxlpciremoveone, including failur...

5.4AI score0.00168EPSS
SaveExploits0References6
OSV
OSV
added 6 days ago4 views

UBUNTU-CVE-2026-68207

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: unwind v4l2 device registration on probe error If the vpetop resource is missing, vpeprobe returns -ENODEV after v4l2deviceregister has succeeded. Probe failures do not call the driver's remove callback, so the v4...

5.2AI score0.00209EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 6 days ago8 views

CVE-2026-68084

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: fix location monitor leak in tsi148 bridge tsi148probe allocates a location monitor resource and links it into tsi148bridge-lmresources. The probe error path frees this list, but tsi148remove only frees the dma,...

5.3AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added 6 days ago4 views

UBUNTU-CVE-2026-68091

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: stop hardware after post-start probe failures wacomparseandregister starts HID hardware before registering inputs and initializing pad LEDs/remotes. Those later steps can fail, but their error paths currently release...

8.8CVSS5.2AI score0.00266EPSS
SaveExploits0References10
CVE
CVE
added 6 days ago30 views

CVE-2026-68403

The CVE concerns the Linux kernel driver brcmfmac SDIO path. In brcmf_sdio_probe(), the newly allocated bus is stored in sdiodev->bus before the ordered workqueue is initialized. If allocation fails, the path can reach brcmf_sdio_remove(), which unconditionally cancels bus->datawork. The bu...

5.3AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 6 days ago30 views

CVE-2026-68395

CVE-2026-68395 pertains to the Linux kernel’s SATA DWC 460ex driver. The issue was that sata_dwc_enable_interrupts() was executed before the IRQ handler and related initialization (platform_get_irq(), ata_host_activate()), leaving the SATA controller’s interrupt mask enabled without a registered ...

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 6 days ago24 views

CVE-2026-68373

Summary: CVE-2026-68373 affects the Linux kernel Wi‑Fi driver at76c50x-usb. A length underflow in at76_guess_freq() can occur when processing truncated beacon/probe response frames, where el_off (36) is subtracted after a minimal 802.11 header check, causing an oversized IE length that leads to a...

8.1CVSS5.3AI score0.00268EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago4 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...

8.1CVSS5.4AI score
SaveExploits0References8
EUVD
EUVD
added 6 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.00268EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago36 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...

8.1CVSS0.00268EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago4 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...

8.4CVSS5.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 6 days ago33 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...

8.4CVSS0.00182EPSS
SaveExploits0References5
Rows per page
Query Builder