CVE-2025-50475
Published: 31 July 2025
Summary
CVE-2025-50475 is a critical-severity OS Command Injection (CWE-78) vulnerability in Pastebin (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 34.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates the OS command injection by requiring validation of the hostname parameter to neutralize special elements before use in system commands.
Addresses the specific flaw in firmware version 3.1.6 through timely installation of security patches to remediate the vulnerability.
Restricts hostname inputs to safe, organization-defined formats, preventing crafted payloads that enable arbitrary command execution.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in network-exposed firmware handler directly enables remote exploitation of a public-facing device (T1190) and arbitrary Unix shell command execution as root (T1059.004).
NVD Description
An OS command injection vulnerability exists in Russound MBX-PRE-D67F firmware version 3.1.6, allowing unauthenticated attackers to execute arbitrary commands as root via crafted input to the hostname parameter in network configuration requests. This vulnerability stems from improper neutralization of special…
more
elements used in an OS command within the network configuration handler, enabling remote code execution with the highest privileges.
Deeper analysisAI
CVE-2025-50475 is an OS command injection vulnerability (CWE-78) affecting Russound MBX-PRE-D67F firmware version 3.1.6. The issue resides in the network configuration handler, where improper neutralization of special elements used in an OS command allows crafted input to the hostname parameter in network configuration requests to enable execution of arbitrary commands as root. Published on 2025-07-31, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), reflecting its critical severity due to remote code execution potential with highest privileges.
Unauthenticated attackers can exploit this vulnerability remotely over the network with low complexity and no user interaction required. By submitting specially crafted hostname values in network configuration requests, they achieve arbitrary command execution as root, granting full control over the affected device for confidentiality, integrity, and availability impacts.
Advisories providing further details, including potential mitigation steps, are available at the following references: https://drive.google.com/file/d/1ZmZHzJKU-nrhFXd9w94aiGXYYYldtmni/view?usp=sharing, https://pastebin.com/ic8hkC5V, and https://pastebin.com/raw/0U6F55G5.
Details
- CWE(s)