LiveActive security incident?Get immediate response
CVE Record

CVE-2012-10041: WAN Emulator v2.3 Command Execution

WAN Emulator v2.3 contains two unauthenticated command execution vulnerabilities. The result.php script calls shell_exec() with unsanitized input from the pc POST parameter, allowing remote attackers to execute arbitrary commands as the www-data user. The system also includes a SUID-root binary named dosu, which is vulnerable to command injection via its first argument. An attacker can exploit both flaws in sequence to achieve full remote code execution and escalate privileges to root.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
description · low confidence lookup

Execution 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2012-10041Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
WAN EmulatorWAN Emulator2.3unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-78 · source CWE mapping

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.