CyberRota
Back to database

CVE-2026-43427

HIGH · CVSS 7.1 EPSS 0.01%

Source: NVD + CISA KEV + EPSS · Published: 2026-05-08 · Last synced: 2026-06-07

CyberRota Analysis

Bellek tüketimine neden olabilir.

CVE
CVE-2026-43427
Severity
HIGH
CVSS
7.1
EPSS
0.01%
Linux

Original NVD 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.