Lucene search
+L

1268 matches found

OSV
OSV
added 2026/07/25 8:50 a.m.7 views

CVE-2026-64373 cpufreq: Fix hotplug-suspend race during reboot

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Fix hotplug-suspend race during reboot During system reboot, cpufreqsuspend is called via the kernelrestart - deviceshutdown path. Unlike the normal system suspend path, the reboot path does not call freezeprocesses, so...

5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.30 views

CVE-2026-64372 cpufreq: pcc: fix use-after-free and double free in _OSC evaluation

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pcc: fix use-after-free and double free in OSC evaluation pcccpufreqdoosc calls acpievaluateobject twice for the two-phase OSC negotiation. Between the two calls it freed output.pointer but left output.length unchanged...

7.8CVSS0.00126EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.13 views

CVE-2026-64372

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pcc: fix use-after-free and double free in OSC evaluation pcccpufreqdoosc calls acpievaluateobject twice for the two-phase OSC negotiation. Between the two calls it freed output.pointer but left output.length unchanged...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48916

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pcc: fix use-after-free and double free in OSC evaluation pcccpufreqdoosc calls acpievaluateobject twice for the two-phase OSC negotiation. Between the two calls it freed output.pointer but left output.length unchanged...

5.9AI score0.00126EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.8 views

SUSE 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.8AI score0.00155EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 4:16 p.m.6 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.7AI score0.00155EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 4:16 p.m.10 views

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

0.00155EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/24 3:27 p.m.10 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.00155EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 3:27 p.m.16 views

CVE-2026-64236

In CVE-2026-64236, the Linux kernel i2c/davinci driver was fixed to prevent a division-by-zero during probe when clock-frequency is missing from the device tree. The fallback DEFAULT_BUS_FREQ was defined in kHz as 100, but the device-tree property is in Hz. The probe divides the fallback value by...

5.8AI score0.00155EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:27 p.m.5 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
Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.14 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.00155EPSS
SaveExploits0
Ubuntu
Ubuntu
added 2026/07/23 8:6 a.m.17 views

USN-8596-1: Linux kernel (NVIDIA) vulnerabilities

It was discovered that some AMD processors did not properly clear data in the floating point divider unit during speculative execution. A local attacker could use this to expose sensitive information. CVE-2025-54505 It was discovered that some AMD Zen 2 processors did not properly isolate shared...

9.8CVSS7.7AI score0.00725EPSS
SaveExploits65
NVD
NVD
added 2026/07/21 10:17 p.m.11 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.5 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.8 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.13 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.28 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.36 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:7 p.m.6 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.6 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
Rows per page
Query Builder