CVE-2024-22729 is a critical command injection vulnerability identified in the NETIS SYSTEMS MW5360 V1.0.1.3031 router. This vulnerability is present on the login page, specifically through the password parameter. The flaw arises from improper handling and lack of sanitization of user input, allowing attackers to inject and execute arbitrary commands on the device.
Exploitation Details
The vulnerability can be exploited remotely without requiring any authentication or user interaction. An attacker can craft a malicious request to the login page, injecting commands via the password parameter. This can lead to full compromise of the device, allowing the attacker to execute arbitrary commands with the same privileges as the web server process.
Impact
The impact of this vulnerability is severe, with a CVSS score of 9.8. Successful exploitation can result in complete control over the affected device, leading to potential data breaches, network compromise, and further attacks on connected systems. The confidentiality, integrity, and availability of the device are all rated as high impact.
A public exploit for this vulnerability exists and has been integrated into the Metasploit framework, making it easily accessible for attackers. The exploit module exploit/linux/http/netis_unauth_rce_cve_2024_22729 can be used to leverage this vulnerability.
Conditions for Exploitation