CyberRota
Back to database

CVE-2026-43342

MEDIUM · CVSS 4.7 EPSS 0.01%

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

CyberRota Analysis

Detaylı analiz gerekiyor.

CVE
CVE-2026-43342
Severity
MEDIUM
CVSS
4.7
EPSS
0.01%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_rndis: Protect RNDIS options with mutex The class/subclass/protocol options are suspectible to race conditions as they can be accessed concurrently through configfs. Use existing mutex to protect these options. This issue was identified during code inspection.