CVE-2026-43427
Description
In the Linux kernel, the following vulnerability has been resolved: usb: class: cdc-wdm: fix reordering issue in read code path Quoting the bug report: Due to compiler optimization or CPU out-of-order execution, the desc->length update can be reordered before the memmove. If this happens, wdm_read() can see the new length and call copy_to_user() on uninitialized memory. This also violates LKMM data race rules [1]. Fix it by using WRITE_ONCE and memory barriers.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | fixed | 6.1.170-1 |
| debian | forky | fixed | 6.19.10-1 |
| debian | sid | fixed | 6.19.10-1 |
| debian | trixie | fixed | 6.12.85-1 |
| linux-kernel | affected | 5.10.253 | |
| linux-kernel | 2.6.26 | affected | |
| linux-kernel | 7.0 | affected | |
| debian | bullseye | fixed | 5.10.257-1 |
References
- https://git.kernel.org/stable/c/170e8daca24da6edb4be82ab01abf44e87af387b
- https://git.kernel.org/stable/c/276aef0fd2b92f41b920ac891c72cadeee957934
- https://git.kernel.org/stable/c/4ee3062bf2c9a722afef429826e8607eaf3fc6a0
- https://git.kernel.org/stable/c/638328ca9c17ae6511ad62198c57bae32ffa3c91
- https://git.kernel.org/stable/c/67ed312124bb1b61858778ac0b985b48961c862a
- https://git.kernel.org/stable/c/8df672bfe3ec2268c2636584202755898e547173
- https://git.kernel.org/stable/c/c8fa96ed021923dae147bcd9f9205b8df7b82360
- https://git.kernel.org/stable/c/e3c874b05901dc519054b5107d16620e6d2b5fea
- https://www.suse.com/security/cve/CVE-2026-43427.html
- https://security-tracker.debian.org/tracker/CVE-2026-43427
CWEs
CWE-125
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.