CVE-2025-68335
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
22/12/2025
Last modified:
19/01/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()<br />
<br />
Syzbot identified an issue [1] in pcl818_ai_cancel(), which stems from<br />
the fact that in case of early device detach via pcl818_detach(),<br />
subdevice dev->read_subdev may not have initialized its pointer to<br />
&struct comedi_async as intended. Thus, any such dereferencing of<br />
&s->async->cmd will lead to general protection fault and kernel crash.<br />
<br />
Mitigate this problem by removing a call to pcl818_ai_cancel() from<br />
pcl818_detach() altogether. This way, if the subdevice setups its<br />
support for async commands, everything async-related will be<br />
handled via subdevice&#39;s own ->cancel() function in<br />
comedi_device_detach_locked() even before pcl818_detach(). If no<br />
support for asynchronous commands is provided, there is no need<br />
to cancel anything either.<br />
<br />
[1] Syzbot crash:<br />
Oops: general protection fault, probably for non-canonical address 0xdffffc0000000005: 0000 [#1] SMP KASAN PTI<br />
KASAN: null-ptr-deref in range [0x0000000000000028-0x000000000000002f]<br />
CPU: 1 UID: 0 PID: 6050 Comm: syz.0.18 Not tainted syzkaller #0 PREEMPT(full)<br />
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/18/2025<br />
RIP: 0010:pcl818_ai_cancel+0x69/0x3f0 drivers/comedi/drivers/pcl818.c:762<br />
...<br />
Call Trace:<br />
<br />
pcl818_detach+0x66/0xd0 drivers/comedi/drivers/pcl818.c:1115<br />
comedi_device_detach_locked+0x178/0x750 drivers/comedi/drivers.c:207<br />
do_devconfig_ioctl drivers/comedi/comedi_fops.c:848 [inline]<br />
comedi_unlocked_ioctl+0xcde/0x1020 drivers/comedi/comedi_fops.c:2178<br />
vfs_ioctl fs/ioctl.c:51 [inline]<br />
__do_sys_ioctl fs/ioctl.c:597 [inline]<br />
...
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/5caa40e7c6a43e08e3574f990865127705c22861
- https://git.kernel.org/stable/c/877adccfacb32687b90714a27cfb09f444fdfa16
- https://git.kernel.org/stable/c/88d99ca5adbd01ff088f5fb2ddeba5755e085e52
- https://git.kernel.org/stable/c/935ad4b3c325c24fff2c702da403283025ffc722
- https://git.kernel.org/stable/c/a51f025b5038abd3d22eed2ede4cd46793d89565
- https://git.kernel.org/stable/c/b2a5b172dc05be6c4f2c5542c1bbc6b14d60ff16
- https://git.kernel.org/stable/c/d948c53dec36dafe182631457597c49c1f1df5ea



