VYPR

sed

by GNU

CVEs (4)

  • CVE-2026-9155HigJun 25, 2026
    risk 0.57cvss 8.8epss 0.01

    OS Command Injection vulnerability in Rapid7 InsightConnect Sed Plugin on Linux allows authenticated attackers to execute arbitrary OS commands via the expression parameter due to insufficient input validation.

  • CVE-2026-9154HigJun 25, 2026
    risk 0.46cvss 7.1epss 0.00

    Arbitrary File Write vulnerability in Rapid7 InsightConnect Sed Plugin on Linux allows authenticated attackers to write attacker-controlled content to arbitrary file paths via the expression parameter.

  • CVE-2026-9153MedJun 25, 2026
    risk 0.42cvss 6.5epss 0.00

    Arbitrary File Read vulnerability in Rapid7 InsightConnect Sed Plugin on Linux allows authenticated attackers to read arbitrary files via the expression parameter due to insufficient input validation.

  • CVE-2026-5958LowApr 20, 2026
    risk 0.14cvss epss 0.00

    When sed is invoked with both -i (in-place edit) and --follow-symlinks, the function open_next_file() performs two separate, non-atomic filesystem operations on the same path: 1. resolves symlink to its target and stores the resolved path for determining when output is…