Katalog CVE

CVE-2025-68803

WysokieCVSS 8.0
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.37%

Percentyl 30 - wyżej niż 30% wszystkich znanych CVE

Streszczenie

W systemie Linux, w podsystemie NFSD, podczas tworzenia pliku przez klienta NFSv4 z ustawioną listą ACL (Access Control List) zawierającą nazwanego principala, serwer nie stosuje tej listy ACL. Zamiast tego, po utworzeniu pliku, klient otrzymuje domyślną listę ACL opartą na bitach trybu, co narusza specyfikację RFC 8881.

Ocena ryzyka

Organizacja może doświadczyć naruszenia kontroli dostępu, ponieważ uprawnienia zdefiniowane przez klienta NFSv4 podczas tworzenia pliku nie są egzekwowane. Może to prowadzić do nieautoryzowanego dostępu do danych lub nieprawidłowego działania aplikacji polegających na precyzyjnych uprawnieniach ACL.

Rekomendacja

Należy niezwłocznie zaktualizować jądro Linuksa do wersji zawierającej poprawkę dla CVE-2025-68803. Po aktualizacji wymagane jest ponowne uruchomienie serwera NFS.

Inne podatności w Linux kernel

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

In the Linux kernel, the following vulnerability has been resolved: NFSD: NFSv4 file creation neglects setting ACL An NFSv4 client that sets an ACL with a named principal during file creation retrieves the ACL afterwards, and finds that it is only a default ACL (based on the mode bits) and not the ACL that was requested during file creation. This violates RFC 8881 section 6.4.1.3: "the ACL attribute is set as given". The issue occurs in nfsd_create_setattr(), which calls nfsd_attrs_valid() to determine whether to call nfsd_setattr(). However, nfsd_attrs_valid() checks only for iattr changes and security labels, but not POSIX ACLs. When only an ACL is present, the function returns false, nfsd_setattr() is skipped, and the POSIX ACL is never applied to the inode. Subsequently, when the client retrieves the ACL, the server finds no POSIX ACL on the inode and returns one generated from the file's mode bits rather than returning the originally-specified ACL.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS