🔐 CVE Alert

CVE-2026-18370

UNKNOWN 0.0

Heap-based buffer overflow in entr

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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

CWE CWE-122
Vendor eradman
Product entr
Published Aug 10, 2026
Stay Ahead of the Next One

Get instant alerts for eradman entr

Be the first to know when new unknown vulnerabilities affecting eradman entr are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

eradman / entr
0 ≤ 5.8

References

NVD ↗ CVE.org ↗ EPSS Data ↗
cert.pl: https://cert.pl/en/posts/2026/08/CVE-2026-18370 eradman.com: https://eradman.com/entrproject/ github.com: https://github.com/eradman/entr/commit/2467fe0aa5f2b1b074110a9186ef51d35809c9a4

Credits

Michał Majchrowicz (AFINE Team) Marcin Wyczechowski (AFINE Team)