
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-38480 is a vulnerability discovered in the Linux kernel's Comedi driver subsystem, specifically affecting the handling of INSN_READ and INSN_WRITE instructions on digital subdevices. The vulnerability was disclosed on July 28, 2025, and affects various Linux distributions including Ubuntu, Debian, and Red Hat systems (NVD, Debian).
The vulnerability exists in the insn_rw_emulate_bits() function of the Comedi driver. When handling INSN_READ and INSN_WRITE instructions on digital subdevices (COMEDI_SUBD_DI, COMEDI_SUBD_DO, and COMEDI_SUBD_DIO), the function incorrectly assumes that data[0] contains valid data from user memory. However, when insn->n is 0, which is allowed for these instructions, data[0] may contain uninitialized or invalid data from a different instruction in the array handled by do_insnlist_ioctl() (NVD).
The vulnerability can result in incorrect values being written to digital output channels or digital input/output channels configured as outputs. These incorrect values may be reflected in the internal saved state of the channel, potentially affecting the reliability and accuracy of the device's operation (NVD).
The vulnerability has been fixed by modifying the insn_rw_emulate_bits() function to return 0 early if insn->n is 0, before accessing data[0]. This change ensures proper handling of empty instruction cases and corrects the return value to reflect the actual number of data samples processed (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."