mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1.3 KiB
1.3 KiB
CVE-2024-13985
Description
A command injection vulnerability in Dahua EIMS versions prior to 2240008 allows unauthenticated remote attackers to execute arbitrary system commands via the capture_handle.action interface. The flaw stems from improper input validation in the captureCommand parameter, which is processed without sanitization or authentication. By sending crafted HTTP requests, attackers can inject OS-level commands that are executed on the server, leading to full system compromise. Exploitation evidence was first observed by the Shadowserver Foundation on 2024-04-06 UTC.
POC
Reference
- https://blog.csdn.net/weixin_43567873/article/details/136636198
- https://pentest-tools.com/vulnerabilities-exploits/dahua-eims-remote-command-execution_23961
- https://s4e.io/tools/dahua-eims-remote-code-execution
- https://www.vulncheck.com/advisories/dahua-eims-rce
Github
No PoCs found on GitHub currently.