Lucene search
+L

9551 matches found

CVE
CVE
added 2026/07/19 2:55 p.m.62 views

CVE-2026-63935

The CVE-2026-63935 entry concerns the Linux kernel IIO ADC driver for the NXP SAR ADC. A division-by-zero occurs in write_raw when a user writes zero or negative values to the sampling_frequency sysfs attribute; the fix adds a validation check to prevent using such values as a divisor. The patch ...

5.4AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.30 views

CVE-2026-63935 iio: adc: nxp-sar-adc: fix division by zero in write_raw

In the Linux kernel, the following vulnerability has been resolved: iio: adc: nxp-sar-adc: fix division by zero in writeraw Add a validation check for the sampling frequency value before using it as a divisor. A user writing zero or a negative value to the samplingfrequency sysfs attribute trigge...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 2:55 p.m.9 views

EUVD-2026-45708

In the Linux kernel, the following vulnerability has been resolved: iio: adc: nxp-sar-adc: fix division by zero in writeraw Add a validation check for the sampling frequency value before using it as a divisor. A user writing zero or a negative value to the samplingfrequency sysfs attribute trigge...

5.4AI score0.00189EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63935

In the Linux kernel, the following vulnerability has been resolved: iio: adc: nxp-sar-adc: fix division by zero in writeraw Add a validation check for the sampling frequency value before using it as a divisor. A user writing zero or a negative value to the samplingfrequency sysfs attribute trigge...

5.2AI score0.00189EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:55 p.m.11 views

EUVD-2026-45688

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: fix out-of-bounds read in HCP header parsing Both nfchcirecvfromllc and ncihcidatareceivedcb read packet-header from skb-data at function entry without first checking that the buffer holds at least one byte. A malicious...

5.6AI score0.00345EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 2:55 p.m.12 views

EUVD-2026-45669

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: composite: fix integer underflow in WebUSB GETURL handling The WebUSB GETURL handler in compositesetup narrows landingpagelength to fit the host-supplied wLength using landingpagelength = wlength -...

5.3AI score0.002EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63896 usb: gadget: composite: fix integer underflow in WebUSB GET_URL handling

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: composite: fix integer underflow in WebUSB GETURL handling The WebUSB GETURL handler in compositesetup narrows landingpagelength to fit the host-supplied wLength using landingpagelength = wlength -...

5.2AI score0.002EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.27 views

CVE-2026-63896

The CVE-2026-63896 entry documents a Linux kernel flaw in usb: gadget: composite: GET_URL handling for WebUSB, where landing_page_length is miscomputed as an unsigned difference when wLength

5.3AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.8 views

CVE-2026-63896

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: composite: fix integer underflow in WebUSB GETURL handling The WebUSB GETURL handler in compositesetup narrows landingpagelength to fit the host-supplied wLength using landingpagelength = wlength -...

5.2AI score0.002EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.28 views

CVE-2026-63896 usb: gadget: composite: fix integer underflow in WebUSB GET_URL handling

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: composite: fix integer underflow in WebUSB GETURL handling The WebUSB GETURL handler in compositesetup narrows landingpagelength to fit the host-supplied wLength using landingpagelength = wlength -...

0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 2:55 p.m.9 views

EUVD-2026-45665

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Reject dirlen length u16 widened to sizet. Two distinct OOB conditions follow when entry-length uuid, ... which always reads 4 dwords from diroffset. tbpropertyentryvalid only enforces diroffset +...

5.4AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.29 views

CVE-2026-63892 thunderbolt: property: Reject dir_len < 4 to prevent size_t underflow

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Reject dirlen length u16 widened to sizet. Two distinct OOB conditions follow when entry-length uuid, ... which always reads 4 dwords from diroffset. tbpropertyentryvalid only enforces diroffset +...

0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63892 thunderbolt: property: Reject dir_len < 4 to prevent size_t underflow

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Reject dirlen length u16 widened to sizet. Two distinct OOB conditions follow when entry-length uuid, ... which always reads 4 dwords from diroffset. tbpropertyentryvalid only enforces diroffset +...

5.3AI score0.0022EPSS
SaveExploits0References11
CVE
CVE
added 2026/07/19 2:55 p.m.22 views

CVE-2026-63892

CVE-2026-63892 affects the Linux kernel thunderbolt property parsing. The non-root path in __tb_property_parse_dir() may read beyond the end of a property block when entry-&gt;length length and the code copies 4 dwords from dir_offset regardless of dir_len. This creates two OOB conditions: (1) a ...

5.4AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.12 views

CVE-2026-63892

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: property: Reject dirlen length u16 widened to sizet. Two distinct OOB conditions follow when entry-length uuid, ... which always reads 4 dwords from diroffset. tbpropertyentryvalid only enforces diroffset +...

5.2AI score0.0022EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:54 p.m.5 views

CVE-2026-63883 serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ

In the Linux kernel, the following vulnerability has been resolved: serial: qcomgeni: fix kfifo underflow when flush precedes DMA completion IRQ When uartflushbuffer runs before the DMA completion IRQ is delivered, the following race can occur all steps serialized by uartportlock: 1. DMA starts:...

7.3CVSS5.5AI score0.00159EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:54 p.m.31 views

CVE-2026-63883 serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ

In the Linux kernel, the following vulnerability has been resolved: serial: qcomgeni: fix kfifo underflow when flush precedes DMA completion IRQ When uartflushbuffer runs before the DMA completion IRQ is delivered, the following race can occur all steps serialized by uartportlock: 1. DMA starts:...

7.3CVSS0.00159EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/19 2:54 p.m.15 views

CVE-2026-63883

The CVE relates to the Linux kernel serial driver for Qualcomm GENI: a kfifo underflow race when uart_flush_buffer() runs before the DMA completion IRQ. The race sequence can cause stale DMA data to be submitted due to kfifo_len() being reset to 0 while tx_remaining is nonzero, leading to an inco...

7.3CVSS5.5AI score0.00159EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/19 2:54 p.m.6 views

CVE-2026-63883

In the Linux kernel, the following vulnerability has been resolved: serial: qcomgeni: fix kfifo underflow when flush precedes DMA completion IRQ When uartflushbuffer runs before the DMA completion IRQ is delivered, the following race can occur all steps serialized by uartportlock: 1. DMA starts:...

7.3CVSS5.4AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 2:18 p.m.17 views

CVE-2026-63868

The CVE-2026-63868 issue affects the Linux kernel network code (net: garp) where the on-wire attribute length (ga-&gt;len) is used alongside the header to compute dlen. The subtraction dlen = sizeof(*ga) - ga-&gt;len underflows, leading to a truncated data length passed to garp_attr_lookup() and ...

5.4AI score0.00165EPSS
SaveExploits0References8
Rows per page
Query Builder