CyberRota
← Ana sayfaya dön

CVE-2026-46018

MEDIUM · CVSS 5.5 EPSS %0.16

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-27T14:17:20.240 · Çekilme zamanı: 2026-06-25T12:11:24.530569+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46018
Severity
MEDIUM
CVSS
5.5
EPSS
%0.16
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: stop parsing UAC2 rates at MAX_NR_RATES parse_uac2_sample_rate_range() caps the number of enumerated rates at MAX_NR_RATES, but it only breaks out of the current rate loop. A malformed UAC2 RANGE response with additional triplets continues parsing the remaining triplets and repeatedly prints "invalid uac2 rates" while probe still holds register_mutex. Stop the whole parse once the cap is reached and return the number of rates collected so far.