Lucene search
K

6175 matches found

UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.4 views

CVE-2023-54136

In the Linux kernel, the following vulnerability has been resolved: serial: sprd: Fix DMA buffer leak issue Release DMA buffer when probe returns failure to avoid memory leak...

6AI score0.00173EPSS
Exploits0References8
OSV
OSV
added 2025/12/24 1:16 p.m.1 views

UBUNTU-CVE-2025-68746

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Fix timeout handling When the CPU that the QSPI interrupt handler runs on typically CPU 0 is excessively busy, it can lead to rare cases of the IRQ thread not running before the transfer timeout is reached...

5.7AI score0.00176EPSS
Exploits0References34
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.4 views

CVE-2025-68746

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Fix timeout handling When the CPU that the QSPI interrupt handler runs on typically CPU 0 is excessively busy, it can lead to rare cases of the IRQ thread not running before the transfer timeout is reached...

5.9AI score0.00176EPSS
Exploits0References32
OSV
OSV
added 2025/12/24 1:16 p.m.2 views

UBUNTU-CVE-2022-50767

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufxopsdestroy function to .fbdestroy of fbops, and in this function, there is krefput that finally calls...

5.9AI score0.00211EPSS
Exploits0References10
OSV
OSV
added 2025/12/24 1:16 p.m.7 views

UBUNTU-CVE-2023-54136

In the Linux kernel, the following vulnerability has been resolved: serial: sprd: Fix DMA buffer leak issue Release DMA buffer when probe returns failure to avoid memory leak...

6AI score0.00173EPSS
Exploits0References9
OSV
OSV
added 2025/12/24 1:15 p.m.1 views

UBUNTU-CVE-2022-50733

In the Linux kernel, the following vulnerability has been resolved: usb: idmouse: fix an uninit-value in idmouseopen In idmousecreateimage, if any ftipcommand fails, it will go to the reset label. However, this leads to the data in bulkinbufferHEADER..IMGSIZE uninitialized. And the check for vali...

5.7AI score0.00239EPSS
Exploits0References11
CVE
CVE
added 2025/12/24 1:6 p.m.9 views

CVE-2023-54136

CVE-2023-54136 concerns a memory leak in the Linux kernel’s serial driver for sprd when _probe() returns failure. The fix releases the DMA buffer to avoid leaks. Connected Astra Linux entry confirms the same vulnerability and the fix across kernel lines (linux-5.10, linux-5.15, linux-6.1). The im...

6.3AI score0.00173EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/12/24 1:6 p.m.26 views

CVE-2023-54136 serial: sprd: Fix DMA buffer leak issue

In the Linux kernel, the following vulnerability has been resolved: serial: sprd: Fix DMA buffer leak issue Release DMA buffer when probe returns failure to avoid memory leak...

0.00173EPSS
Exploits0References7
OSV
OSV
added 2025/12/24 1:6 p.m.5 views

CVE-2023-54136 serial: sprd: Fix DMA buffer leak issue

In the Linux kernel, the following vulnerability has been resolved: serial: sprd: Fix DMA buffer leak issue Release DMA buffer when probe returns failure to avoid memory leak...

6.6AI score0.00173EPSS
Exploits0References10
CVE
CVE
added 2025/12/24 1:6 p.m.10 views

CVE-2023-54118

CVE-2023-54118 affects the Linux kernel driver sc16is7xx: the GPIO controller for the serial driver is initialized too early in probe, creating a race where another device could access GPIO lines before initialization completes, leading to an Oops on access (example trace shown). The issue is fix...

5.9AI score0.00175EPSS
Exploits0References5
OSV
OSV
added 2025/12/24 1:5 p.m.4 views

CVE-2022-50767 fbdev: smscufx: Fix several use-after-free bugs

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: Fix several use-after-free bugs Several types of UAFs can occur when physically removing a USB device. Adds ufxopsdestroy function to .fbdestroy of fbops, and in this function, there is krefput that finally calls...

6.4AI score0.00211EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/12/24 1:5 p.m.23 views

CVE-2022-50750 drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure

In the Linux kernel, the following vulnerability has been resolved: drm/panel/panel-sitronix-st7701: Remove panel on DSI attach failure In case mipidsiattach fails, call drmpanelremove to avoid memory leak...

0.00211EPSS
Exploits0References6
CVE
CVE
added 2025/12/24 1:5 p.m.8 views

CVE-2022-50740

CVE-2022-50740 is referenced in multiple advisories as a Linux kernel vulnerability affecting the wifi/ath9k driver (hif_usb) where a memory leak of urbs occurs in ath9k_hif_usb_dealloc_tx_urbs(). The root cause is that usb_get_urb() is followed by usb_free_urb()/usb_put_urb() not being called in...

6AI score0.00239EPSS
Exploits0References9
NVD
NVD
added 2025/12/24 11:15 a.m.5 views

CVE-2022-50709

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: avoid uninit memory read in ath9khtcrxmsg syzbot is reporting uninit value at ath9khtcrxmsg 1, for ioctlUSBRAWIOCTLEPWRITE can call ath9khifusbrxstream with pktlen = 0 but ath9khifusbrxstream uses devallocskbpktlen +...

0.00181EPSS
Exploits0References8
NVD
NVD
added 2025/12/24 11:15 a.m.4 views

CVE-2022-50704

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free during usb config switch In the process of switching USB config from rndis to other config, if the hardware does not support the -pullup callback, or the hardware encounters a low probability fault...

0.0017EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.5 views

CVE-2025-68352

In the Linux kernel, the following vulnerability has been resolved: spi: ch341: fix out-of-bounds memory access in ch341transferone Discovered by Atuin - Automated Vulnerability Discovery Engine. The 'len' variable is calculated as 'min32, trans-len + 1', which includes the 1-byte command header...

5.7AI score0.00168EPSS
Exploits0References11
CVE
CVE
added 2025/12/24 10:55 a.m.12 views

CVE-2023-54022

CVE-2023-54022: In the Linux kernel, ALSA usb-audio: Fix potential memory leaks at error path for UMP open. The issue arose because free_midi_urbs() only iterated ep->num_urbs while ep->num_entries hadn’t been updated during allocation/init errors in alloc_midi_urbs(), allowing leaked eleme...

6AI score0.00145EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.29 views

CVE-2023-54022 ALSA: usb-audio: Fix potential memory leaks at error path for UMP open

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks at error path for UMP open The allocation and initialization errors at allocmidiurbs that is called at MIDI 2.0 / UMP device are supposed to be handled at the caller side by invoking...

0.00145EPSS
Exploits0References2
OSV
OSV
added 2025/12/24 10:55 a.m.4 views

CVE-2022-50704 USB: gadget: Fix use-after-free during usb config switch

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free during usb config switch In the process of switching USB config from rndis to other config, if the hardware does not support the -pullup callback, or the hardware encounters a low probability fault...

6.3AI score0.0017EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.2 views

PT-2025-52979

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s ALSA subsystem related to USB audio handling. Specifically, the issue involves potential memory leaks within the error handling path during the openin...

6.1AI score0.00145EPSS
Exploits0
Rows per page
Query Builder