VYPR

entr

by Eradman

CVEs (1)

  • CVE-2026-18370MedAug 10, 2026
    risk 0.31cvss epss

    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…