Katalog CVE

CVE-2026-64275

ŚrednieCVSS 5.5
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 sterowniku touchpada Elan I2C brakuje walidacji wartości x_traces i y_traces, co może prowadzić do dzielenia przez zero i paniki jądra. Ponadto, w logice raportowania dotyku występuje niedomiar arytmetyczny, gdy szerokość jest mniejsza niż 90, co powoduje raportowanie ogromnej liczby całkowitej bez znaku.

Ocena ryzyka

Podatność może spowodować panikę jądra (DoS) lub raportowanie nieprawidłowych danych dotyku do przestrzeni użytkownika, co może być wykorzystane do ataku.

Rekomendacja

Zastosuj łatkę jądra Linux, która dodaje sprawdzenia zerowych wartości x_traces/y_traces oraz klampuje szerokość do minimum 0.

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: Input: elan_i2c - prevent division by zero and arithmetic underflow The Elan I2C touchpad driver queries the device for its physical dimensions and trace counts to calculate the device resolution and width. However, if the device firmware or device tree provides invalid zero values for x_traces or y_traces, it results in a fatal division-by-zero exception leading to a kernel panic during device probe. Add checks to ensure these parameters are non-zero before performing the division. If invalid trace values are detected, fall back to a safe default of 1. Additionally, prevent an arithmetic underflow in the touch reporting logic. Previously, if the calculated or fallback width was smaller than ETP_FWIDTH_REDUCE (90), the subtraction would underflow, resulting in a massive unsigned integer being reported to userspace. Clamp the adjusted width to a minimum of 0 to safely handle small physical dimensions and fallback scenarios. Completing the probe with safe fallback values ensures the sysfs nodes are created, keeping the firmware update path intact so a recovery firmware can be flashed to the device.

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