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

CVE-2023-53232

High
Published: Translated: NVD NIST

Summary

W jądrze Linuxa zidentyfikowano podatność w sterowniku MT7921, która prowadziła do paniki jądra z powodu dostępu do nieprzydzielonego eeprom.data. Problem ten wynikał z nieusunięcia odpowiedniego kodu po wcześniejszej aktualizacji.

Risk Assessment

Dostęp do nieprzydzielonej pamięci może prowadzić do poważnych awarii systemu, co zagraża stabilności i bezpieczeństwu całej infrastruktury IT.

Recommendation

Zaleca się aktualizację jądra Linuxa do najnowszej wersji, aby usunąć problem z dostępem do eeprom.data oraz rozważyć eliminację funkcji mt7921_mcu_parse_eeprom.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix kernel panic by accessing unallocated eeprom.data The MT7921 driver no longer uses eeprom.data, but the relevant code has not been removed completely since commit 16d98b548365 ("mt76: mt7921: rely on mcu_get_nic_capability"). This could result in potential invalid memory access. To fix the kernel panic issue in mt7921, it is necessary to avoid accessing unallocated eeprom.data which can lead to invalid memory access. Furthermore, it is possible to entirely eliminate the mt7921_mcu_parse_eeprom function and solely depend on mt7921_mcu_parse_response to divide the RxD header. [2.702735] BUG: kernel NULL pointer dereference, address: 0000000000000550 [2.702740] #PF: supervisor write access in kernel mode [2.702741] #PF: error_code(0x0002) - not-present page [2.702743] PGD 0 P4D 0 [2.702747] Oops: 0002 [#1] PREEMPT SMP NOPTI [2.702755] RIP: 0010:mt7921_mcu_parse_response+0x147/0x170 [mt7921_common] [

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