Cyber Resilience

CVE-2025-0255

HighRCE

Published: 24 March 2025

Published
24 March 2025
Modified
11 April 2025
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0060 70.0th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-0255 is a high-severity OS Command Injection (CWE-78) vulnerability in Hcltechsw Hcl Launch. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 30.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-0255 is an OS command injection vulnerability (CWE-78) affecting HCL DevOps Deploy and HCL Launch. It enables a remote privileged authenticated attacker to execute arbitrary commands on the system by sending specially crafted input containing special elements. The vulnerability has a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for complete system compromise through network-accessible exploitation with low complexity.

A remote attacker with high privileges (such as an authenticated administrative user) can exploit this flaw without user interaction. Successful exploitation grants the attacker the ability to achieve high confidentiality, integrity, and availability impacts, including full arbitrary command execution on the underlying system.

HCL has published a support knowledge base article (KB0119060) detailing the issue, available at https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0119060, which security practitioners should consult for mitigation guidance and patch information.

EU & UK References

Vulnerability details

HCL DevOps Deploy / HCL Launch could allow a remote privileged authenticated attacker to execute arbitrary commands on the system by sending specially crafted input containing special elements.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

OS command injection (CWE-78) in network-accessible HCL DevOps app directly enables exploitation of public-facing applications for initial access (T1190) and arbitrary command execution via interpreters (T1059).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-60962Shared CWE-78
CVE-2025-23316Shared CWE-78
CVE-2026-30880Shared CWE-78
CVE-2025-64124Shared CWE-78
CVE-2024-58274Shared CWE-78
CVE-2026-34188Shared CWE-78
CVE-2025-0680Shared CWE-78
CVE-2026-5965Shared CWE-78
CVE-2025-50194Shared CWE-78
CVE-2026-44590Shared CWE-78

Affected Assets

hcltechsw
hcl devops deploy
8.1.0 · 8.0.0.0 — 8.0.1.5
hcltechsw
hcl launch
7.0.0.0 — 7.0.5.26 · 7.1.0.0 — 7.1.2.22 · 7.2.0.0 — 7.2.3.15

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the OS command injection vulnerability by requiring timely patching as detailed in HCL KB0119060.

prevent

Prevents command injection by validating specially crafted inputs containing special elements before they are processed by the system.

prevent

Limits damage from exploitation by enforcing least privilege on high-privilege accounts, reducing the impact of arbitrary command execution.

References