VYPR

nnn

by Nnn

CVEs (4)

  • CVE-2026-65612MedAug 19, 2026
    risk 0.33cvss epss

    nnn does not sanitize the filename variable. An attacker can place a file with a crafted name on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim navigates to that file and opens it…

  • CVE-2026-65611MedAug 19, 2026
    risk 0.33cvss epss

    nnn does not sanitize the path variable. An attacker can create a directory on a shared filesystem, removable media, or inside an extracted archive whose name contains a single quote followed by shell syntax. If the victim enters that directory in nnn and uses the batch copy…

  • CVE-2026-65610LowAug 19, 2026
    risk 0.16cvss epss

    nnn stores homelen variable as uchar_t, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression (homelen - 1) is promoted to…

  • CVE-2026-65609LowAug 19, 2026
    risk 0.16cvss epss

    nnn is vulnerable to Out-of-Bound write vulnerability. Due to lack of validation of attacker-controlled length fields deserialized from a session file, a crafted session file can cause nnn to write data beyond the bounds of fixed-size global buffers when loaded with the -s…