Security readout for executives and security teams
Plain-English summary
WAN Emulator v2.3 has unauthenticated command execution that can lead from web access to root-level control. The supplied sources identify public exploit references, but do not show confirmed active exploitation. Any reachable instance should be treated as urgent because compromise could give an attacker full control of the system.
Executive priority
Prioritize immediate discovery and containment. Even if deployments are rare, a reachable affected instance can become root-compromised without authentication. If the business no longer needs WAN Emulator v2.3, retirement is the cleanest path.
Technical view
The flaw is CWE-78 command injection. result.php passes unsanitized POST pc input to shell_exec(), enabling command execution as www-data. A SUID-root dosu binary is also described as injectable through its first argument, allowing privilege escalation to root when chained.
Likely exposure
Exposure appears limited to WAN Emulator v2.3 deployments, likely legacy systems. Risk is highest where the WAN Emulator web interface is internet-accessible or reachable from untrusted internal networks. The bundle does not identify other affected versions or products.
Exploitation context
The source bundle references Metasploit and Exploit-DB entries, so public exploit material exists. KEV is false and the provided sources do not establish active exploitation in the wild. Avoid assuming exploitation without local telemetry or new vendor intelligence.
Researcher notes
The evidence supports unauthenticated RCE plus local root escalation in WAN Emulator v2.3 only. The bundle does not provide a vendor patch, affected-version range beyond 2.3, CPEs, or confirmed exploitation status. Treat exploit references as public availability, not proof of active attacks.
Mitigation direction
- Inventory and remove WAN Emulator v2.3 where possible.
- Check vendor or project guidance for a fixed release or official mitigation.
- If still required, restrict access to trusted admin networks only.
- Take exposed instances offline until risk is resolved.
- Review compromised hosts for privilege escalation and rebuild if needed.
Validation and detection
- Search asset inventory for WAN Emulator or WANem v2.3.
- Confirm whether any web interface is reachable from untrusted networks.
- Check host file permissions for the described SUID-root dosu binary.
- Review web and system logs for unexpected command execution indicators.
- Verify segmentation blocks access except from trusted administration paths.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-78: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2012-10041 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Critical
- CVSS
- 9.3 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
9.3CriticalVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Source materials
- CVE List V5 sourceCVE List V5
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/linux/http/wanem_exec.rbCVE reference · exploit
- https://www.exploit-db.com/exploits/21190CVE reference · exploit
- https://sourceforge.net/projects/wanem/CVE reference · product
- https://www.vulncheck.com/advisories/wan-emulator-command-executionCVE reference · third-party-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
