🛡️ AZL-66860 — kernel (CVE-2025-38687)

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

CVE-2025-38687 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved:

comedi: fix race between polling and detaching

syzbot reports a use-after-free in comedi in the below link, which is

due to comedi gladly removing the allocated async area even though poll

requests are still active on the wait_queue_head inside of it. This can

cause a use-after-free when the poll entries are later triggered or

removed, as the memory for the wait_queue_head has been freed. We need

to check there are no tasks queued on any of the subdevices' wait queues

before allowing the device to be detached by the COMEDI_DEVCONFIG

ioctl.

Tasks will read-lock dev->attach_lock before adding themselves to the

subdevice wait queue, so fix the problem in the COMEDI_DEVCONFIG ioctl

handler by write-locking dev->attach_lock before checking that all of

the subdevices are safe to be deleted. This includes testing for any

sleepers on the subdevices' wait queues. It remains locked until the

device has been detached. This requires the comedi_device_detach()

function to be refactored slightly, moving the bulk of it into new

function comedi_device_detach_locked().

Note that the refactor of comedi_device_detach() results in

comedi_device_cancel_all() now being called while dev->attach_lock

is write-locked, which wasn't the case previously, but that does not

matter.

Thanks to Jens Axboe for diagnosing the problem and co-developing this

patch.

Affected software

AZL-66860 is recorded against 1 package.

  • kernel (fixed in 6.6.104.2-1)

Timeline and source

Published on 4 September 2025 and last revised on 21 April 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

nvd.nist.gov (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2025-09-04
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 6.6.104.2-1

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-66860?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-66860 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesAzure LinuxAzure Linux Undated