Katalog CVE

CVE-2026-18370

ŚrednieCVSS 4.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.13%

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

Streszczenie

entr jest podatny na przepełnienie bufora na stercie w funkcji run_utility() z powodu błędnego obliczenia rozmiaru przy użyciu strlcpy(), co może prowadzić do uszkodzenia pamięci i awarii procesu.

Ocena ryzyka

Lokalny atakujący może spowodować awarię procesu i odmowę usługi, a w skrajnych przypadkach uszkodzić pamięć, co może umożliwić dalsze ataki.

Rekomendacja

Zaktualizuj entr do wersji zawierającej poprawkę (commit 2467fe0) i unikaj uruchamiania entr z niezaufanymi argumentami.

Oryginalny opis (angielski, źródło NVD)

entr is vulnerable to Heap-based buffer overflow in run_utility() function. The function allocates a fixed-size heap buffer using malloc(ARG_MAX) and copies command-line arguments into it. It advances the destination pointer based on the return value of strlcpy(), which returns the total length of the source string rather than the number of bytes written. When the buffer is exactly filled, the remaining size underflows as an unsigned size_t, causing subsequent copies to write out of bounds. This can be triggered by supplying command-line arguments whose combined length fills the buffer, or via the /_ substitution feature which expands a short token into a longer pathname at runtime. The local attacker can cause memory corruption, process abort, and denial of service.  This issue was fixed in commit 2467fe0

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