CVE-2025-39686
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
05/09/2025
Last modified:
08/01/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
comedi: Make insn_rw_emulate_bits() do insn->n samples<br />
<br />
The `insn_rw_emulate_bits()` function is used as a default handler for<br />
`INSN_READ` instructions for subdevices that have a handler for<br />
`INSN_BITS` but not for `INSN_READ`. Similarly, it is used as a default<br />
handler for `INSN_WRITE` instructions for subdevices that have a handler<br />
for `INSN_BITS` but not for `INSN_WRITE`. It works by emulating the<br />
`INSN_READ` or `INSN_WRITE` instruction handling with a constructed<br />
`INSN_BITS` instruction. However, `INSN_READ` and `INSN_WRITE`<br />
instructions are supposed to be able read or write multiple samples,<br />
indicated by the `insn->n` value, but `insn_rw_emulate_bits()` currently<br />
only handles a single sample. For `INSN_READ`, the comedi core will<br />
copy `insn->n` samples back to user-space. (That triggered KASAN<br />
kernel-infoleak errors when `insn->n` was greater than 1, but that is<br />
being fixed more generally elsewhere in the comedi core.)<br />
<br />
Make `insn_rw_emulate_bits()` either handle `insn->n` samples, or return<br />
an error, to conform to the general expectation for `INSN_READ` and<br />
`INSN_WRITE` handlers.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 2.6.29 (including) | 5.15.190 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.1.149 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.103 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.12.44 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.16.4 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/7afba9221f70d4cbce0f417c558879cba0eb5e66
- https://git.kernel.org/stable/c/842f307a1d115b24f2bcb2415c4e344f11f55930
- https://git.kernel.org/stable/c/92352ed2f9ac422181e381c2430c2d0dfb46faa0
- https://git.kernel.org/stable/c/ab77e85bd3bc006ef40738f26f446a660813da44
- https://git.kernel.org/stable/c/ae8bc1f07bcb31b8636420e03d1f9c3df6219a2b
- https://git.kernel.org/stable/c/dc0a2f142d655700db43de90cb6abf141b73d908
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html



