VYPR

Glances

by Glances

CVEs (1)

  • CVE-2026-53925higJun 23, 2026
    risk 0.45cvss epss

    ### Summary The `secure_popen()` function in `glances/secure.py` interprets `>` (file redirection), `|` (pipe), and `&&` (command chaining) operators in command strings. These operators are applied without any validation on the target file path, piped command, or chained…