CVE-2026-43427
7.1 HIGHIn the Linux kernel, the following vulnerability has been resolved: usb: class: cdc-wdm: fix reordering issue in read code path Quoting...
Published: 2026-05-08 · Last updated: 2026-05-20
Severity and scoring
- CVSS
- 7.1 HIGH
- Vector
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
- CWE
- CWE-125
Affected products
| Vendor | Product |
|---|---|
| linux | linux_kernel |
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.
Source: NVD
References
- [NVD]https://nvd.nist.gov/vuln/detail/CVE-2026-43427
- [Patch]https://git.kernel.org/stable/c/170e8daca24da6edb4be82ab01abf44e87af387b
- [Patch]https://git.kernel.org/stable/c/276aef0fd2b92f41b920ac891c72cadeee957934
- [Patch]https://git.kernel.org/stable/c/4ee3062bf2c9a722afef429826e8607eaf3fc6a0
- [Patch]https://git.kernel.org/stable/c/638328ca9c17ae6511ad62198c57bae32ffa3c91
- [Patch]https://git.kernel.org/stable/c/67ed312124bb1b61858778ac0b985b48961c862a
- [Patch]https://git.kernel.org/stable/c/8df672bfe3ec2268c2636584202755898e547173
- [Patch]https://git.kernel.org/stable/c/c8fa96ed021923dae147bcd9f9205b8df7b82360
- [Patch]https://git.kernel.org/stable/c/e3c874b05901dc519054b5107d16620e6d2b5fea
Related CVEs
Same vendor
- CVE-2026-46273 — In the Linux kernel, the following vulnerability has been resolved: ibmveth: Disable GSO for packets with small MSS Some physical adapt... (8.6 HIGH)
- CVE-2026-46272 — In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode ... (4.7 MEDIUM)
- CVE-2026-46271 — In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: do WoW offloads only on primary link In case of multi... (7.8 HIGH)
- CVE-2026-46270 — In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: Fix use-after-free in power_supply_changed() ... (8.4 HIGH)
- CVE-2026-46269 — In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix NULL pointer dereference when parsing dev... (5.5 MEDIUM)
Same CWE
- CVE-2026-4367 — A flaw was found in libXpm (5.5 MEDIUM)
- CVE-2026-47963 — DNG SDK versions 1.7.1 2536 and earlier are affected by an out-of-bounds read vulnerability that could lead to disclosure of sensitive me... (5.5 MEDIUM)
- CVE-2026-47934 — DNG SDK versions 1.7.1 2536 and earlier are affected by an out-of-bounds read vulnerability that could lead to disclosure of sensitive me... (5.5 MEDIUM)
- CVE-2026-47927 — DNG SDK versions 1.7.1 2536 and earlier are affected by an out-of-bounds read vulnerability that could lead to disclosure of sensitive me... (5.5 MEDIUM)
- CVE-2026-47748 — stable-diffusion.cpp is a pure C/C++ library for running diffusion model (Stable Diffusion, Flux, Wan, Qwen Image, Z-Image, and more) inf... (5.5 MEDIUM)