SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-63933

UNKNOWN · CVSS N/A EPSS 0.21%

Source: NVD + CISA KEV + EPSS · Published 2026-07-19 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of the ADIS16260 gyroscope driver, where a division by zero can occur if a user sets the sampling frequency to zero via the sysfs attribute. This flaw can lead to a kernel panic, potentially causing system instability or crashes. Linux system administrators and developers working with the affected driver should prioritize applying the fix to prevent exploitation and ensure system reliability.

CVE
CVE-2026-63933
Severity
UNKNOWN
CVSS
N/A
EPSS
0.21%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: adis16260: fix division by zero in write_raw Add a validation check for the sampling frequency value before using it as a divisor. A user writing zero to the sampling_frequency sysfs attribute triggers a division by zero in the kernel.