Vulnerability Description
An OS command injection vulnerability in 4xmen/pm2panel (all versions) allows an authenticated remote attacker to execute arbitrary system commands on the host. The pm2panel.js handler at line 188 passes the unsanitized req.query.id parameter directly to exec('pm2 restart ' + id) without input validation or shell escaping, enabling command chaining via semicolons or other shell metacharacters.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-72573?
CVE-2026-72573 is a vulnerability with a CVSS score of 8.8 (HIGH). An OS command injection vulnerability in 4xmen/pm2panel (all versions) allows an authenticated remote attacker to execute arbitrary system commands on the host. The pm2panel.js handler at line 188 pas...
How severe is CVE-2026-72573?
CVE-2026-72573 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72573?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.