Lucene search
+L

6598 matches found

OSV
OSV
added 2026/07/24 4:16 p.m.10 views

DEBIAN-CVE-2026-64236

In the Linux kernel, the following vulnerability has been resolved: i2c: davinci: fix division by zero on missing clock-frequency When the 'clock-frequency' property is missing from the device tree, the driver falls back to DAVINCII2CDEFAULTBUSFREQ. However, this macro was defined in kHz 100,...

5.5CVSS5.7AI score0.00113EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/24 3:27 p.m.26 views

CVE-2026-64236

The CVE-2026-64236 issue affects the Linux kernel i2c/davinci driver: if the device-tree clock-frequency is missing, the driver falls back to DAVINCI_I2C_DEFAULT_BUS_FREQ. The macro was defined in kHz (100), but the property is in Hz, causing the probe to divide by 1000 and produce dev->bus_fr...

5.5CVSS5.8AI score0.00113EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/24 3:27 p.m.15 views

EUVD-2026-48645

In the Linux kernel, the following vulnerability has been resolved: i2c: davinci: fix division by zero on missing clock-frequency When the 'clock-frequency' property is missing from the device tree, the driver falls back to DAVINCII2CDEFAULTBUSFREQ. However, this macro was defined in kHz 100,...

5.8AI score0.00113EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:27 p.m.8 views

CVE-2026-64236 i2c: davinci: fix division by zero on missing clock-frequency

In the Linux kernel, the following vulnerability has been resolved: i2c: davinci: fix division by zero on missing clock-frequency When the 'clock-frequency' property is missing from the device tree, the driver falls back to DAVINCII2CDEFAULTBUSFREQ. However, this macro was defined in kHz 100,...

5.8AI score
SaveExploits0References6
NVD
NVD
added 2026/07/24 3:19 p.m.15 views

CVE-2026-7007

The Zephyr ext2 file system validates the on-disk superblock in ext2verifydisksuperblock subsys/fs/ext2/ext2impl.c before completing a mount. The validator checked the magic number, block size, revision and feature flags, but did not verify that the on-disk fields sblockspergroup and...

4.6CVSS0.00164EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/24 1:48 p.m.9 views

CVE-2026-7007 Division by zero in Zephyr ext2 superblock parsing allows DoS via crafted filesystem image

The Zephyr ext2 file system validates the on-disk superblock in ext2verifydisksuperblock subsys/fs/ext2/ext2impl.c before completing a mount. The validator checked the magic number, block size, revision and feature flags, but did not verify that the on-disk fields sblockspergroup and...

4.6CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/24 1:48 p.m.45 views

CVE-2026-7007 Division by zero in Zephyr ext2 superblock parsing allows DoS via crafted filesystem image

The Zephyr ext2 file system validates the on-disk superblock in ext2verifydisksuperblock subsys/fs/ext2/ext2impl.c before completing a mount. The validator checked the magic number, block size, revision and feature flags, but did not verify that the on-disk fields sblockspergroup and...

4.6CVSS0.00164EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/07/24 1:48 p.m.13 views

CVE-2026-7007

The Zephyr ext2 file system validates the on-disk superblock in ext2verifydisksuperblock subsys/fs/ext2/ext2impl.c before completing a mount. The validator checked the magic number, block size, revision and feature flags, but did not verify that the on-disk fields sblockspergroup and...

4.6CVSS5.9AI score0.00164EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.17 views

PT-2026-64351

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A division-by-zero issue exists in the i2c davinci driver. When the clock-frequency property is missing from the device tree, the driver uses the DAVINCI I2C DEFAULT BUS FREQ macro...

5.7AI score0.00113EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.16 views

PT-2026-64305

Name of the Vulnerable Software and Affected Versions Zephyr affected versions not specified Description The ext2 file system fails to verify that the on-disk superblock fields s blocks per group and s inodes per group are non-zero during the mount process in the ext2 verify disk superblock...

4.6CVSS5.3AI score0.00164EPSS
SaveExploits1References7
NVD
NVD
added 2026/07/21 10:17 p.m.14 views

CVE-2026-10679

The DesignWare SPI driver drivers/spi/spidw.c computed the SPI BAUDR clock divider as info-clockfrequency / config-frequency without validating config-frequency. spitransceive is a Zephyr syscall and its verify handler drivers/spi/spihandlers.c copies the caller-supplied spiconfig from userspace...

5.5CVSS0.0013EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/21 9:45 p.m.9 views

CVE-2026-63931

A flaw was found in the Linux kernel's iio: chemical: scd30 driver. A local user can trigger a denial of service DoS by writing a zero fractional part to the samplingfrequency sysfs attribute. This action leads to a division-by-zero error within the kernel, causing the system to crash...

5.3AI score0.00211EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 9:30 p.m.12 views

CVE-2026-10679 Divide-by-zero in DesignWare SPI driver reachable from spi_transceive syscall (local DoS)

The DesignWare SPI driver drivers/spi/spidw.c computed the SPI BAUDR clock divider as info-clockfrequency / config-frequency without validating config-frequency. spitransceive is a Zephyr syscall and its verify handler drivers/spi/spihandlers.c copies the caller-supplied spiconfig from userspace...

3.3CVSS5.2AI score
SaveExploits0References5
EUVD
EUVD
added 2026/07/21 9:30 p.m.18 views

EUVD-2026-46448

The DesignWare SPI driver drivers/spi/spidw.c computed the SPI BAUDR clock divider as info-clockfrequency / config-frequency without validating config-frequency. spitransceive is a Zephyr syscall and its verify handler drivers/spi/spihandlers.c copies the caller-supplied spiconfig from userspace...

3.3CVSS5.3AI score0.0013EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/21 9:30 p.m.35 views

CVE-2026-10679 Divide-by-zero in DesignWare SPI driver reachable from spi_transceive syscall (local DoS)

The DesignWare SPI driver drivers/spi/spidw.c computed the SPI BAUDR clock divider as info-clockfrequency / config-frequency without validating config-frequency. spitransceive is a Zephyr syscall and its verify handler drivers/spi/spihandlers.c copies the caller-supplied spiconfig from userspace...

3.3CVSS0.0013EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/21 9:30 p.m.46 views

CVE-2026-10679

The CVE-2026-10679 issue affects Zephyr’s DesignWare SPI driver (drivers/spi/spi_dw.c). The root cause is that the BAUDR clock divider was computed as info->clock_frequency / config->frequency without validating frequency, allowing a userspace thread with SPI access to pass frequency = 0, t...

5.5CVSS5.3AI score0.0013EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/21 3:07 p.m.9 views

CVE-2026-63935

A flaw was found in the Linux kernel's NXP SAR Analog-to-Digital Converter ADC module. A local user can trigger a division-by-zero error by providing a zero or negative value to the samplingfrequency sysfs attribute. This vulnerability can lead to a denial of service DoS due to the kernel crashin...

5.5CVSS5.3AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 2:12 p.m.8 views

CVE-2026-63933

A flaw was found in the Linux kernel's adis16260 gyroscope driver. A local user can trigger a division-by-zero error by writing a zero value to the samplingfrequency sysfs attribute. This can lead to a kernel panic, resulting in a system crash and a Denial of Service DoS...

5.3AI score0.00211EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.12 views

SUSE CVE-2026-63931

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: fix division by zero in writeraw Add a zero check for val2 before using it as a divisor when setting the sampling frequency. A user writing a zero fractional part to the samplingfrequency sysfs attribute...

5.5CVSS5.3AI score0.00211EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.12 views

SUSE CVE-2026-63933

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: adis16260: 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 to the samplingfrequency sysfs attribute triggers a division by zero...

5.5CVSS5.3AI score0.00211EPSS
SaveExploits0References5
Rows per page
Query Builder