LiveActive security incident?Get immediate response
CVE Record

CVE-2013-10037: WebTester 5.x install2.php Unauthenticated Command Execution

An OS command injection vulnerability exists in WebTester version 5.x via the install2.php installation script. The parameters cpusername, cppassword, and cpdomain are passed directly to shell commands without sanitization. A remote unauthenticated attacker can exploit this flaw by sending a crafted HTTP POST request, resulting in arbitrary command execution on the underlying system with web server privileges.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

WebTester has a critical flaw in its installer script that can let an unauthenticated remote attacker run operating-system commands as the web server. This is highest priority if WebTester is still deployed and the installer path is reachable. The source bundle does not identify active exploitation or a named vendor patch.

Executive priority

Prioritize immediate discovery and containment for any public WebTester deployment. A reachable vulnerable installer can lead to server compromise without credentials, while remediation evidence is incomplete in the provided sources.

Technical view

CVE-2013-10037 is CWE-78 command injection in WebTester install2.php. cpusername, cppassword, and cpdomain are passed to shell commands without sanitization. CVSS 4.0 is 9.3. The bundle names WebTester 5.0 and describes 5.x, but default affected status is unknown.

Likely exposure

Exposure is likely limited to organizations still running Eppler Software WebTester 5.0 or related 5.x installations, especially if install2.php remains present and reachable over the network. Internet-facing legacy web servers are the main concern.

Exploitation context

Public exploit references exist, including Exploit-DB and Metasploit entries cited in the bundle. However, KEV is false and the provided sources do not state confirmed active exploitation. Treat reachable installations as urgent because exploitation requires no authentication.

Researcher notes

Focus validation on version evidence, installer script reachability, and log review. Avoid assuming broader affected versions beyond 5.0 or described 5.x. The public exploit references increase operational risk, but active exploitation is not established by the bundle.

Mitigation direction

  • Check vendor or project guidance; the bundle does not name a patch.
  • Remove or block access to install2.php when installation is complete.
  • Restrict WebTester access to trusted networks only.
  • Retire or replace unsupported WebTester deployments where remediation is unavailable.
  • Review WAF or IPS coverage using cited third-party advisories.

Validation and detection

  • Inventory systems for Eppler Software WebTester 5.0 or 5.x.
  • Confirm whether install2.php exists and is externally reachable.
  • Review web logs for unexpected POST requests to install2.php.
  • Verify the installer path is removed, blocked, or access-controlled.
  • Document affected hosts, exposure, and compensating controls.
Prepared
Confidence
medium
Sources
7

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-2013-10037 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
6Source 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-2013-10037Attack 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
Eppler SoftwareWebTester5.0unknown
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.