CVE-2022-50789
8.4SOUND4 Ltd. · IMPACT/FIRST/PULSE/Eco
A command injection vulnerability in SOUND4 products allows unauthenticated attackers to execute arbitrary system commands via a crafted HTTP POST request to the dns.php script.
Executive summary
A critical command injection vulnerability in various SOUND4 Ltd. products allows unauthenticated remote code execution, posing a severe risk to system integrity.
Vulnerability
The application is susceptible to OS Command Injection via the dns.php script, which fails to properly sanitize input. Although the vulnerability allows authenticated users to create malicious files, unauthenticated attackers can leverage this mechanism through a single HTTP POST request to trigger code execution.
Business impact
Successful exploitation grants an attacker the ability to execute arbitrary commands on the underlying host operating system. This level of access typically results in a total compromise of the affected appliance, potentially leading to unauthorized data exfiltration, lateral movement within the network, or permanent denial of service. The high CVSS score of 8.4 reflects the significant potential for impact on confidentiality, integrity, and availability.
Remediation
Immediate Action: Contact the vendor immediately to obtain firmware or software patches, as no public fix is currently identified. If an update is unavailable, restrict network access to the management interface of the affected devices.
Proactive Monitoring: Monitor server access logs for unusual HTTP POST requests directed at the dns.php file. Review system logs for unexpected file creation activities in the /tmp directory, specifically targeting files with the .dns.pid extension.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block or sanitize POST requests containing suspicious shell metacharacters sent to the dns.php endpoint. Ensure the device is isolated behind a firewall to prevent direct exposure to untrusted networks.
Exploitation status
Public Exploit Available: Yes, a published PoC exists, attributed to the technical documentation provided in the Packet Storm Security reference.
Analyst recommendation
Given the availability of public proof-of-concept code and the high severity of command injection, this vulnerability represents a significant threat. Administrators must prioritize the isolation of affected devices from the public internet and coordinate with SOUND4 Ltd. support to verify if a patch or mitigation is available for their specific deployment. Failure to secure these endpoints could lead to a complete system compromise.
Sources
Originally found and disclosed by LiquidWorm as Gjoko Krstic of Zero Science Lab, per the CVE Program record.
- Zero Science Lab Disclosure (ZSL-2022-5733) Third-party advisory
- Packet Storm Security Exploit Details Exploit / PoC
- IBM X-Force Vulnerability Exchange Entry Vulnerability database entry
- SOUND4 Product Homepage
- VulnCheck Advisory: SOUND4 IMPACT/FIRST/PULSE/Eco <=2.x Conditional Command Injection via dns.php Third-party advisory