Lucene search
+L

14057 matches found

NVD
NVD
added 2025/12/24 1:16 p.m.10 views

CVE-2023-54066

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861i2cmasterxfer In gl861i2cmasterxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally...

0.00197EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.12 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...

7.8CVSS5.9AI score0.00141EPSS
SaveExploits0References33
OSV
OSV
added 2025/12/24 1:16 p.m.8 views

UBUNTU-CVE-2023-54085

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix NULL pointer dereference on fastopen early fallback In case of early fallback to TCP, subflowsynrecvsock deletes the subflow context before returning the newly allocated sock to the caller. The fastopen path does not...

7.5CVSS5.7AI score0.00417EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.6 views

CVE-2023-54159

In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: fix kernel panic at qmu transfer done irq handler When handle qmu transfer irq, it will unlock @mtu-lock before give back request, if another thread handle disconnect event at the same time, and try to disable ep, it m...

5.7AI score0.002EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/24 1:15 p.m.9 views

CVE-2022-50717

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: add bounds check on Transfer Tag ttag is used as an index to get cmd in nvmettcphandleh2cdatapdu, add a bounds check to avoid out-of-bounds access...

9.8CVSS0.00792EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 1:15 p.m.15 views

UBUNTU-CVE-2022-50717

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: add bounds check on Transfer Tag ttag is used as an index to get cmd in nvmettcphandleh2cdatapdu, add a bounds check to avoid out-of-bounds access...

9.8CVSS6.2AI score0.00792EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.11 views

CVE-2022-50717

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: add bounds check on Transfer Tag ttag is used as an index to get cmd in nvmettcphandleh2cdatapdu, add a bounds check to avoid out-of-bounds access...

9.8CVSS5.9AI score0.00792EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:07 p.m.10 views

CVE-2023-54159 usb: mtu3: fix kernel panic at qmu transfer done irq handler

In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: fix kernel panic at qmu transfer done irq handler When handle qmu transfer irq, it will unlock @mtu-lock before give back request, if another thread handle disconnect event at the same time, and try to disable ep, it m...

6.3AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/24 1:07 p.m.36 views

CVE-2023-54159 usb: mtu3: fix kernel panic at qmu transfer done irq handler

In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: fix kernel panic at qmu transfer done irq handler When handle qmu transfer irq, it will unlock @mtu-lock before give back request, if another thread handle disconnect event at the same time, and try to disable ep, it m...

0.002EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/24 1:07 p.m.33 views

CVE-2023-54159

No public technical details about CVE-2023-54159 are provided in the connected documents. The materials mention the Linux kernel mtu3 issue but do not specify affected versions, exploit info, or fixes. Monitor for updates from vendors/security advisories.

6AI score0.002EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 1:07 p.m.35 views

CVE-2023-54152 can: j1939: prevent deadlock by moving j1939_sk_errqueue()

In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by moving j1939skerrqueue This commit addresses a deadlock situation that can occur in certain scenarios, such as when running data TP/ETP transfer and subscribing to the error queue while receiving a...

0.00195EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.35 views

CVE-2023-54093 media: anysee: fix null-ptr-deref in anysee_master_xfer

In the Linux kernel, the following vulnerability has been resolved: media: anysee: fix null-ptr-deref in anyseemasterxfer In anyseemasterxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally reach...

0.00214EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 1:06 p.m.27 views

CVE-2022-50774

In the Linux kernel, CVE-2022-50774 relates to the QAT crypto DMA mapping logic. When DMA API debug is enabled, add_dma_entry warned about overlapping mappings for in-place crypto self-tests, caused by using DMA_BIDIRECTIONAL for both input and output. The fix specifies correct DMA transfer direc...

6.1AI score0.00243EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/24 1:06 p.m.41 views

CVE-2022-50774 crypto: qat - fix DMA transfer direction

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix DMA transfer direction When CONFIGDMAAPIDEBUG is selected, while running the crypto self test on the QAT crypto algorithms, the function adddmaentry reports a warning similar to the one below, saying that...

0.00243EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.8 views

EUVD-2025-205102

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

6.3AI score0.0015EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/24 12:23 p.m.19 views

CVE-2023-54066

CVE-2023-54066 (Linux kernel) affects the media: dvb-usb-v2 driver for the gl861 device. In gl861_i2c_master_xfer, the user-controlled msg can have buf == NULL while len == 0, allowing prior checks on msg[i].buf to pass and potentially reach gl861_i2c_master_xfer with a NULL dereference. The vend...

6.1AI score0.00197EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 12:23 p.m.7 views

CVE-2023-54066 media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xfer

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861i2cmasterxfer In gl861i2cmasterxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally...

6.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.42 views

CVE-2022-50717 nvmet-tcp: add bounds check on Transfer Tag

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: add bounds check on Transfer Tag ttag is used as an index to get cmd in nvmettcphandleh2cdatapdu, add a bounds check to avoid out-of-bounds access...

9.8CVSS0.00792EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 12:22 p.m.27 views

CVE-2022-50717

CVE-2022-50717 — In the Linux kernel, nvmet-tcp did not bound-check the Transfer Tag when indexing into cmd in nvmet_tcp_handle_h2c_data_pdu(), potentially enabling out-of-bounds access. The fix adds a bounds check to Transfer Tag usage, mitigating a high-severity, network-exposed vulnerability (...

9.8CVSS6.2AI score0.00792EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:22 p.m.7 views

CVE-2022-50717 nvmet-tcp: add bounds check on Transfer Tag

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: add bounds check on Transfer Tag ttag is used as an index to get cmd in nvmettcphandleh2cdatapdu, add a bounds check to avoid out-of-bounds access...

9.8CVSS6.4AI score
SaveExploits0References9
Rows per page
Query Builder