Vulnerability Description
Nginx Proxy Manager versions 2.9.14 through 2.15.1, fixed in commit a5db5ed, contain an authenticated remote code execution vulnerability via OS command injection in the setupCertbotPlugins() function in backend/setup.js, allowing attackers with certificates:manage permission to execute arbitrary commands by storing a malicious payload in the dns_provider_credentials field. The user-controlled dns_provider_credentials value is interpolated directly into a shell command executed via child_process.exec() without sanitization or escaping, causing the injected command to execute upon backend restart.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/NginxProxyManager/nginx-proxy-manager/commit/a5db5ed156355e30
- https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5498
- https://www.vulncheck.com/advisories/nginx-proxy-manager-authenticated-rce-via-s
FAQ
What is CVE-2026-40519?
CVE-2026-40519 is a vulnerability with a CVSS score of 7.5 (HIGH). Nginx Proxy Manager versions 2.9.14 through 2.15.1, fixed in commit a5db5ed, contain an authenticated remote code execution vulnerability via OS command injection in the setupCertbotPlugins() function...
How severe is CVE-2026-40519?
CVE-2026-40519 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-40519?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.