Katalog CVE

CVE-2026-43490

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.41%

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

Streszczenie

W jądrze Linux w systemie plików ksmbd stwierdzono podatność polegającą na braku walidacji długości SID w dziedziczonych wpisach ACE. Nieprawidłowo sformułowany wpis ACE może reklamować więcej podjednostek (subauthorities) niż faktycznie zawiera, co prowadzi do odczytu poza zakresem pamięci przez funkcję compare_sids() oraz potencjalnego przepełnienia bufora podczas obliczania rozmiaru dziedziczonego ACE.

Ocena ryzyka

Atakujący może wykorzystać tę podatność do odczytu danych poza przydzielonym buforem lub spowodowania awarii systemu (DoS) poprzez dostarczenie specjalnie spreparowanego deskryptora zabezpieczeń.

Rekomendacja

Należy niezwłocznie zaktualizować jądro Linux do wersji zawierającej poprawkę walidującą liczbę podjednostek SID oraz długość SID przed użyciem w procesie dziedziczenia ACE.

Powiązane podatności

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

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate inherited ACE SID length smb_inherit_dacl() walks the parent directory DACL loaded from the security descriptor xattr. It verifies that each ACE contains the fixed SID header before using it, but does not verify that the variable-length SID described by sid.num_subauth is fully contained in the ACE. A malformed inheritable ACE can advertise more subauthorities than are present in the ACE. compare_sids() may then read past the ACE. smb_set_ace() also clamps the copied destination SID, but used the unchecked source SID count to compute the inherited ACE size. That could advance the temporary inherited ACE buffer pointer and nt_size accounting past the allocated buffer. Fix this by validating the parent ACE SID count and SID length before using the SID during inheritance. Compute the inherited ACE size from the copied SID so the size matches the bounded destination SID. Reject the inherited DACL if size accumulation would overflow smb_acl.size or the security descriptor allocation size.

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