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

CVE-2026-31673

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Summary

W jądrze systemu Linux rozwiązano podatność dotyczącą odczytu danych UNIX_DIAG_VFS pod blokadą unix_state_lock. Problem polegał na tym, że referencja do gniazda nie była utrzymywana w odpowiedni sposób, co mogło prowadzić do nieprawidłowego dostępu do danych.

Risk Assessment

Podatność ta może prowadzić do niestabilności systemu oraz potencjalnego ujawnienia wrażliwych informacji, co stanowi zagrożenie dla bezpieczeństwa organizacji.

Recommendation

Zaleca się aktualizację jądra systemu Linux do najnowszej wersji, w której ta podatność została naprawiona, aby zapewnić stabilność i bezpieczeństwo systemu.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: af_unix: read UNIX_DIAG_VFS data under unix_state_lock Exact UNIX diag lookups hold a reference to the socket, but not to u->path. Meanwhile, unix_release_sock() clears u->path under unix_state_lock() and drops the path reference after unlocking. Read the inode and device numbers for UNIX_DIAG_VFS while holding unix_state_lock(), then emit the netlink attribute after dropping the lock. This keeps the VFS data stable while the reply is being built.

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