Katalog CVE

CVE-2023-53570

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.16%

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

Streszczenie

W jądrze Linuxa zidentyfikowano podatność związana z przepełnieniem całkowitym w funkcji nl80211_parse_mbssid_elems(). Umożliwia to atakującemu, który ma odpowiednie uprawnienia, na wprowadzenie 256 lub więcej elementów, co prowadzi do przepełnienia bufora na stercie.

Ocena ryzyka

Podatność ta może prowadzić do poważnych problemów z bezpieczeństwem, w tym do wykonania złośliwego kodu w kontekście systemu, co zagraża integralności i dostępności systemu.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji, która zawiera poprawkę eliminującą tę podatność, oraz monitorowanie uprawnień procesów korzystających z interfejsu nl80211.

Powiązane podatności

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

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems() nl80211_parse_mbssid_elems() uses a u8 variable num_elems to count the number of MBSSID elements in the nested netlink attribute attrs, which can lead to an integer overflow if a user of the nl80211 interface specifies 256 or more elements in the corresponding attribute in userspace. The integer overflow can lead to a heap buffer overflow as num_elems determines the size of the trailing array in elems, and this array is thereafter written to for each element in attrs. Note that this vulnerability only affects devices with the wiphy->mbssid_max_interfaces member set for the wireless physical device struct in the device driver, and can only be triggered by a process with CAP_NET_ADMIN capabilities. Fix this by checking for a maximum of 255 elements in attrs.

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