Katalog CVE

CVE-2026-68368

Niskie ryzyko· EPSS 10%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.20%

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

Streszczenie

W jądrze Linux w sterowniku usb: gadget: f_ncm funkcja ncm_unwrap_ntb() nie weryfikuje, czy datagram mieści się w zadeklarowanej długości bloku, co pozwala złośliwemu hostowi USB na odczyt poza zakresem pamięci jądra.

Ocena ryzyka

Złośliwy host USB może wykorzystać tę podatność do odczytu sąsiedniej pamięci jądra, co może prowadzić do wycieku poufnych informacji lub awarii systemu.

Rekomendacja

Zastosuj poprawkę jądra, która dodaje walidację granic dla nagłówków NTB i długości datagramów.

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: usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb() When unpacking host-supplied NTBs, ncm_unwrap_ntb() checks datagram length against frame_max but does not verify that the datagram fits within the declared block length. Additionally, when decoding multiple NTBs from a single socket buffer, subsequent block lengths are not checked against the actual remaining buffer data. With these checks missing, a malicious USB host can specify datagram offsets and lengths that point beyond the block, or supply secondary NTB headers declaring lengths larger than the buffer. skb_put_data() then copies adjacent kernel memory from skb_shared_info into the network skb. Fix this by verifying that sufficient buffer space remains for the NTB header before parsing, handling zero-length block declarations, ensuring that block lengths never exceed the remaining buffer space, and verifying that each datagram payload stays strictly within the block boundary.

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