
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68258 is a denial-of-service vulnerability in the Linux kernel's comedi subsystem, specifically in the multiq3 driver's multiq3_attach() function. The flaw arises from insufficient validation of configuration options passed via open() or COMEDI_DEVCONFIG ioctl operations, allowing a crafted large value for the number of encoder channels to cause a prolonged task timeout (observed at 143+ seconds in syzbot testing). It affects the Linux kernel across multiple stable branches and was disclosed on December 16, 2025. The CVSS category estimate is Medium (Feedly).
The root cause is improper input validation (CWE-20) in multiq3_attach(), where the it->options[2] parameter — used to set s->n_chan (number of encoder channels) — is not bounded before use. If an excessively large value is supplied, the driver iterates through multiq3_encoder_reset() calls for each channel, blocking the calling task for minutes and causing a kernel task timeout. The issue was discovered by the syzbot fuzzer, which crafted a malicious COMEDI_DEVCONFIG ioctl payload to trigger the condition. The fix enforces a maximum of 4 encoder chips (8 channels total) to prevent unbounded looping (Feedly).
Successful exploitation causes a local denial of service by blocking kernel tasks for extended periods (143+ seconds observed), effectively hanging the affected device and any tasks waiting on the associated mutex. The impact is limited to availability — there is no evidence of memory corruption, privilege escalation, or data exposure. The vulnerability primarily affects systems with the multiq3 COMEDI driver loaded, which is uncommon in general-purpose deployments but relevant in industrial/data acquisition environments (Feedly).
The Linux kernel maintainers have released patches across multiple stable branches (commits 4cde9a7, 8dc2f02, 049f145, 543f4c3, 8952bc1) that enforce a maximum of 4 encoder chips (8 channels) in multiq3_attach(). Downstream distributions including Debian (linux 6.1.162-1, linux 5.10.249-1), Ubuntu (USN-8096-x, USN-8094-x, USN-8152-1, USN-8179-x, USN-8184-1, USN-8185-x, USN-8203-1, USN-8258-1, USN-8260-1, USN-8265-1), and Amazon Linux 2 (ALAS2KERNEL-5.10-2026-113) have issued updated kernel packages. Administrators should apply the relevant kernel update for their distribution; no configuration-based workaround is available beyond unloading the multiq3 kernel module if the hardware is not in use (Feedly, Ubuntu USN-8096-1, Debian LTS).
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."