CVE-2024-55956: In Cleo Harmony before 5.8.0.24, VLTrader before 5.8.0.24, and LexiCom before 5.8.0.24, an unauthenticated...
In Cleo Harmony before 5.8.0.24, VLTrader before 5.8.0.24, and LexiCom before 5.8.0.24, an unauthenticated user can import and execute arbitrary Bash or PowerShell commands on the host system by leveraging the default settings of the Autorun directory.
Security readout for executives and security teams
Plain-English summary
This flaw lets an unauthenticated remote attacker make vulnerable Cleo file-transfer software run operating-system commands. Successful compromise could expose transferred data, alter files, disrupt services, and provide control of the host. The CVSS score is 9.8, and CISA lists the vulnerability as known exploited.
Executive priority
Immediate priority. Identify and upgrade affected systems, restrict exposure, and investigate vulnerable or previously exposed hosts for compromise. Because exploitation is documented, upgrading alone does not establish that an earlier intrusion did not occur. Assign coordinated vulnerability-management and incident-response ownership with prompt executive tracking.
Technical view
CVE-2024-55956 is a CWE-77 command-injection vulnerability involving default Autorun directory settings. It affects Cleo Harmony, VLTrader, and LexiCom versions before 5.8.0.24. A network attacker needs no credentials or user interaction to import and execute arbitrary Bash or PowerShell commands with high confidentiality, integrity, and availability impact.
Likely exposure
Exposure exists where Harmony, VLTrader, or LexiCom earlier than 5.8.0.24 is deployed, especially when reachable from untrusted networks. The bundle does not identify affected CPEs, deployment prevalence, or whether particular configurations eliminate exposure, so organizations must verify their own versions and Autorun settings.
Exploitation context
Active exploitation is supported by CISA's Known Exploited Vulnerabilities listing and the cited Huntress threat advisory. The supplied evidence does not quantify affected organizations, attribute every campaign, or establish that exploitation remains limited to any specific sector. Treat exposed vulnerable systems as potential incident-response cases, not merely patching tasks.
Researcher notes
The supplied CVE description establishes unauthenticated network command execution through default Autorun behavior and a 9.8 CVSS v3.1 rating. Product scope is explicit, but structured affected-product data is incomplete and contains no CPEs. Researchers should rely on Cleo guidance for authoritative configuration and remediation details and avoid assuming undocumented version or platform conditions.
Mitigation direction
Upgrade affected Cleo products to version 5.8.0.24 or later following Cleo's security guidance.
Restrict untrusted network access to affected file-transfer services until remediation is verified.
Review Cleo's current advisory for any additional configuration changes or compensating controls.
Isolate systems showing suspicious activity and begin incident response before returning them to service.
Validation and detection
Inventory all Harmony, VLTrader, and LexiCom installations and record their exact versions.
Confirm every affected installation runs version 5.8.0.24 or later.
Review Autorun activity, imported files, spawned processes, and relevant Bash or PowerShell execution records.
Check for unexpected accounts, persistence, altered configurations, or outbound connections indicating host compromise.
Verify network controls prevent unnecessary untrusted access to the Cleo services.
The source record changed after analysis: Material source record changed after analysis.
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-77: 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.
Exploitation: activeAutomatable: 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-77 · source CWE mapping
Improper Neutralization of Special Elements used in a Command ('Command Injection')
Improper Neutralization of Special Elements used in a Command ('Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.