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