CVE-2026-63933
Received Received - Intake

Division by Zero in Linux Kernel IIO Gyro ADIS16260 Driver

Vulnerability report for CVE-2026-63933, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux_kernel adis16260 *
linux kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a division by zero issue in the Linux kernel's IIO gyro driver for the ADIS16260 sensor. It occurs when a user writes a zero value to the sampling_frequency sysfs attribute, causing the kernel to attempt dividing by zero during processing.

Detection Guidance

This vulnerability can be detected by checking for attempts to write zero to the sampling_frequency sysfs attribute of the adis16260 gyro driver. Monitor kernel logs for division by zero errors related to this driver.

Impact Analysis

This vulnerability could cause a kernel crash or system instability if exploited. An attacker with local access could trigger a denial of service by writing zero to the sampling_frequency attribute.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a local denial-of-service issue in the Linux kernel's IIO gyro subsystem, caused by a division by zero when writing zero to a sysfs attribute. No data exposure or privacy impact is described.

Mitigation Strategies

Apply the Linux kernel patch that adds validation for the sampling_frequency value. Ensure the adis16260 driver is updated to prevent division by zero when zero is written to sampling_frequency.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63933. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart