cbcvebase.
CVE-2020-7209
published 2020-02-13

CVE-2020-7209: LinuxKI v6.0-1 and earlier is vulnerable to an remote code execution which is resolved in release 6.0-2.

PriorityP188critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEV
Exploited in the wild
EPSS
98.85%
99.9th percentile
LinuxKI v6.0-1 and earlier is vulnerable to an remote code execution which is resolved in release 6.0-2.

Affected

2 ranges
VendorProductVersion rangeFixed in
hplinuxki< 6.0-26.0-2
hplinuxki

Detection & IOCsextracted from sources · hover to see the quote

path/linuxki/experimental/vis/kivis.php?type=kitrace&pid=15;echo BEGIN;<CMD>;echo END;
path/linuxki/experimental/vis/kivis.php?type=kitrace&pid=0;echo%20START;cat%20/etc/passwd;echo%20END;
  • The vulnerable parameter is 'pid' in kivis.php; attacker-controlled shell metacharacters (semicolons) are passed directly to shell_exec(). Monitor HTTP GET requests to /linuxki/experimental/vis/kivis.php containing semicolons or command separators in the 'pid' parameter.
  • Exploit traffic uses HTTP GET with type=kitrace and a pid value containing shell command injection (e.g., pid=0;echo START;...;echo END;). Alert on URL-encoded semicolons (%3B) or literal semicolons in the pid query parameter of kivis.php.
  • Nuclei template uses a regex match on 'root:.*:0:0:' in the HTTP response body to confirm successful /etc/passwd exfiltration via the RCE. Detect responses from kivis.php containing passwd-file patterns as evidence of exploitation.
  • ·The vulnerability affects LinuxKI v6.0-1 and earlier only; v6.0-2 is patched. Ensure version detection is part of any scanning or triage workflow.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.