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

CVE-2022-48816

MediumCVSS 4.7
Published: Updated: Translated: NVD NIST

Summary

W jądrze Linuxa zidentyfikowano podatność, która pozwala na asynchroniczne ustawienie wskaźnika ->sock na NULL, jeśli nie jest utrzymywany mutex ->recv_mutex. Brak jego utrzymania może prowadzić do błędów podczas odczytu sysfs.

Risk Assessment

Organizacja może napotkać problemy z stabilnością systemu, co może prowadzić do awarii aplikacji lub całego systemu operacyjnego.

Recommendation

Zaleca się utrzymanie mutexa ->recv_mutex podczas odczytów sysfs, aby zminimalizować ryzyko wystąpienia błędów.

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against ->sock changing during sysfs read ->sock can be set to NULL asynchronously unless ->recv_mutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a ("SUNRPC: Check if the xprt is connected before handling sysfs reads") appears to attempt to fix this problem, but it only narrows the race window.

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