Katalog CVE

CVE-2025-39998

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.16%

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

Streszczenie

W jądrze Linux w funkcji target_lu_gp_members_show w pliku target_core_configfs.c występuje podatność na przepełnienie bufora. Funkcja snprintf może zwrócić wartość większą niż rozmiar bufora (256 bajtów), co prowadzi do przepełnienia podczas kopiowania przez memcpy.

Ocena ryzyka

Atakujący może wykorzystać tę podatność do przepełnienia bufora, co może prowadzić do awarii systemu lub potencjalnie do wykonania dowolnego kodu.

Rekomendacja

Należy zastosować łatkę z jądra Linux, która dodaje sprawdzenie wartości zwracanej przez snprintf przed wywołaniem memcpy.

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: scsi: target: target_core_configfs: Add length check to avoid buffer overflow A buffer overflow arises from the usage of snprintf to write into the buffer "buf" in target_lu_gp_members_show function located in /drivers/target/target_core_configfs.c. This buffer is allocated with size LU_GROUP_NAME_BUF (256 bytes). snprintf(...) formats multiple strings into buf with the HBA name (hba->hba_group.cg_item), a slash character, a devicename (dev-> dev_group.cg_item) and a newline character, the total formatted string length may exceed the buffer size of 256 bytes. Since snprintf() returns the total number of bytes that would have been written (the length of %s/%sn ), this value may exceed the buffer length (256 bytes) passed to memcpy(), this will ultimately cause function memcpy reporting a buffer overflow error. An additional check of the return value of snprintf() can avoid this buffer overflow.

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