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.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-10 11:17
Updated : 2026-09-03 17:51
NVD link : CVE-2026-72573
Mitre link : CVE-2026-72573
CVE.ORG link : CVE-2026-72573
JSON object : View
Products Affected
No product.
CWE
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
