Description
A vulnerability was detected in HummerRisk up to 1.5.0. This affects the function CommandUtils.commonExecCmdWithResult of the file CloudTaskService.java of the component Cloud Task Dry-run. Performing a manipulation of the argument fileName results in command injection. Remote exploitation of the attack is possible. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-02-24
Score: 5.3 Medium
EPSS: 30.5% Moderate
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs in the CommandUtils.commonExecCmdWithResult of the CloudTaskService.java component used by the Cloud Task Dry. By supplying a crafted fileName argument, an attacker can inject arbitrary operating‑system commands into the underlying command‑execution routine. This leads to remote code execution and can compromise the confidentiality, integrity, and availability of the host system. The weakness corresponds to improper validation of quoted strings (CWE-74) and OS command injection (CWE-77).

Affected Systems

All installations of HummerRisk, version 1.5.0 and earlier, are vulnerable. In particular, the Cloud Task Dry-run component that contains CloudTaskService.java is affected. No additional version details are disclosed.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium severity vulnerability, while the EPSS score of 28% indicates a moderate likelihood of exploitation. The vulnerability is not listed in CISA’s KEV catalog. The description explicitly states that remote exploitation is possible, implying that the affected interface can be accessed over the network. This inference is drawn from the phrase ’Remote exploitation of the attack is possible’ rather than from concrete evidence of an exposed API. If the Cloud Task Dry-run functionality is accessible to untrusted users, the attacker can trigger execution, potentially taking control of the host or causing a denial of service.

Generated by OpenCVE AI on July 24, 2026 at 17:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check vendor for an official patch and apply it as soon as it becomes available.
  • Restrict network access to the Cloud Task Dry-run API by using firewall rules or network segmentation so that only trusted hosts can invoke the service.
  • If a patch is not yet available, sanitize the fileName argument by escaping or removing shell metacharacters before passing it to CommandUtils.commonExecCmdWithResult to mitigate command injection.

Generated by OpenCVE AI on July 24, 2026 at 17:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 28 Feb 2026 03:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 24 Feb 2026 21:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:hummerrisk:hummerrisk:*:*:*:*:*:*:*:*

Tue, 24 Feb 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Hummerrisk
Hummerrisk hummerrisk
Vendors & Products Hummerrisk
Hummerrisk hummerrisk

Tue, 24 Feb 2026 03:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in HummerRisk up to 1.5.0. This affects the function CommandUtils.commonExecCmdWithResult of the file CloudTaskService.java of the component Cloud Task Dry-run. Performing a manipulation of the argument fileName results in command injection. Remote exploitation of the attack is possible. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title HummerRisk Cloud Task Dry-run CloudTaskService.java CommandUtils.commonExecCmdWithResult command injection
Weaknesses CWE-74
CWE-77
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Hummerrisk Hummerrisk
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-02-28T02:11:08.525Z

Reserved: 2026-02-23T18:51:02.577Z

Link: CVE-2026-3065

cve-icon Vulnrichment

Updated: 2026-02-28T02:11:02.781Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-24T03:16:03.653

Modified: 2026-06-17T10:42:59.470

Link: CVE-2026-3065

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-24T17:15:03Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-77

    Improper Neutralization of Special Elements used in a Command ('Command Injection')