LiveActive security incident?Get immediate response
CVE Record

CVE-2013-10053: ZPanel <= 10.0.0.2 htpasswd Module Username Command Execution

A remote command execution vulnerability exists in ZPanel version 10.0.0.2 in its htpasswd module. When creating .htaccess files, the inHTUsername field is passed unsanitized to a system() call that invokes the system’s htpasswd binary. By injecting shell metacharacters into the username field, an authenticated attacker can execute arbitrary system commands. Exploitation requires a valid ZPanel account—such as one in the default Users, Resellers, or Administrators groups—but no elevated privileges.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

ZPanel 10.0.0.2 has an authenticated remote command execution flaw in the htpasswd feature. A normal ZPanel account could abuse username handling to run operating-system commands on the hosting server. This is high business risk for any internet-accessible legacy ZPanel deployment.

Executive priority

Treat this as urgent for any remaining ZPanel estate. Authenticated compromise of a hosting control panel can lead to server takeover, customer site impact, and data exposure. If ZPanel is not present, no action beyond documentation is needed.

Technical view

The htpasswd module passes the inHTUsername value unsanitized into a system() call invoking the host htpasswd binary. The issue is classified as CWE-78 command injection with CVSS 4.0 score 8.7. Exploitation requires ZPanel authentication but no elevated role.

Likely exposure

Exposure is most likely in legacy ZPanel 10.0.0.2 deployments with the control panel reachable by users, resellers, or administrators. The supplied structured affected data is incomplete or inconsistent, so confirm versions directly against vendor and advisory records.

Exploitation context

The bundle cites a public Metasploit module and a third-party advisory, so exploitation knowledge is public. The CVE is not marked KEV, and the provided sources do not prove active exploitation in the wild.

Researcher notes

Evidence supports authenticated command injection in ZPanel 10.0.0.2 via htpasswd username handling. Public exploit material exists, but active exploitation is not established. The affected-version metadata in the bundle is weak, so exposure validation should rely on deployed version checks and advisory confirmation.

Mitigation direction

  • Identify and retire or isolate any ZPanel 10.0.0.2 installations.
  • Restrict ZPanel access to trusted networks and required users only.
  • Disable or block htpasswd functionality until vendor guidance is confirmed.
  • Review ZPanel accounts, especially low-privilege users with panel access.
  • Check vendor or trusted advisory guidance for fixed versions or supported migration paths.

Validation and detection

  • Inventory hosting control panels and confirm whether ZPanel is present.
  • Verify exact ZPanel version and htpasswd module availability.
  • Review web and panel logs for suspicious htpasswd or .htaccess creation activity.
  • Confirm whether ordinary users, resellers, or administrators can access the vulnerable workflow.
  • Compare local code or packages against trusted advisory details without using exploit payloads.
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
cve · low confidence lookup

CVE-2013-10053 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
High
CVSS
8.7 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
3Timeline events
1ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total

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
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2013-10053Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ZPanel ProjectZPanel0unaffected
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.