NONE · 0

CVE-2026-63935

In the Linux kernel, the following vulnerability has been resolved: iio: adc: nxp-sar-adc: fix division by zero in write_raw Add a validation check for the sampling frequency value before using it a...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: iio: adc: nxp-sar-adc: 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 or a negative value to the sampling_frequency sysfs attribute triggers a division by zero in the kernel. Also prevent unsigned integer underflow when the computed cycle count is smaller than NXP_SAR_ADC_CONV_TIME, which would wrap the u32 inpsamp to a huge value.

References

FAQ

What is CVE-2026-63935?

CVE-2026-63935 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: iio: adc: nxp-sar-adc: fix division by zero in write_raw Add a validation check for the sampling frequency value before using it a...

How severe is CVE-2026-63935?

CVSS scoring is not yet available for CVE-2026-63935. Check NVD for updates.

Is there a patch for CVE-2026-63935?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.