CyberRota
← Ana sayfaya dön

CVE-2026-46180

HIGH · CVSS 7.8 EPSS %0.14

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-28T10:16:33.643 · Çekilme zamanı: 2026-06-27T06:04:48.442409+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46180
Severity
HIGH
CVSS
7.8
EPSS
%0.14
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task Watchdog task might end between send_sig() and kthread_stop() calls, what results in the use-after-free issue. Fix this by increasing watchdog task reference count before calling send_sig() and dropping it by switching to kthread_stop_put().