CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-31532

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

W jądrze systemu Linux zidentyfikowano podatność związana z użyciem po zwolnieniu pamięci w funkcji raw_rcv(). Problem występuje, gdy raw_release() zwalnia zasoby, ale usunięcie odbiornika jest opóźnione, co prowadzi do sytuacji, w której raw_rcv() może nadal działać na zwolnionych zasobach.

Risk Assessment

Ta podatność może prowadzić do nieprzewidywalnych zachowań systemu, w tym do awarii aplikacji lub potencjalnego wycieku danych, co stanowi zagrożenie dla stabilności i bezpieczeństwa systemu.

Recommendation

Zaleca się aktualizację jądra systemu Linux do najnowszej wersji, w której ta podatność została naprawiona, aby zminimalizować ryzyko związane z użyciem po zwolnieniu pamięci.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: can: raw: fix ro->uniq use-after-free in raw_rcv() raw_release() unregisters raw CAN receive filters via can_rx_unregister(), but receiver deletion is deferred with call_rcu(). This leaves a window where raw_rcv() may still be running in an RCU read-side critical section after raw_release() frees ro->uniq, leading to a use-after-free of the percpu uniq storage. Move free_percpu(ro->uniq) out of raw_release() and into a raw-specific socket destructor. can_rx_unregister() takes an extra reference to the socket and only drops it from the RCU callback, so freeing uniq from sk_destruct ensures the percpu area is not released until the relevant callbacks have drained. [mkl: applied manually]

Vulnerability data from NVD (NIST) · CISA KEV · EPSS