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

CVE-2023-53570

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.16%

5th percentile - higher than 5% of all known CVEs

Summary

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.

Risk Assessment

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.

Recommendation

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.

Related vulnerabilities

Original NVD description (English source)

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.

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