Description
A security vulnerability has been detected in HummerRisk up to 1.5.0. Affected by this issue is some unknown functionality of the file ResourceCreateService.java of the component Cloud Task Scheduler. Such manipulation of the argument regionId leads to command injection. The attack may be launched remotely. The exploit has been disclosed publicly 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: 19.5% Moderate
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability resides in the Cloud Task Scheduler component of HummerRisk; the regionId parameter in ResourceCreateService.java allows an attacker to inject and execute arbitrary system commands. The flaw is linked to CWE-74 and CWE-77, indicating that user‑supplied input is neither properly validated nor safely incorporated into a command execution. The base score of 5.3 denotes moderate severity, while an EPSS score of 19% indicates that active exploitation attempts are reasonably likely. The vulnerability is not listed in CISA’s KEV catalog. Attackers would need network access to the task‑scheduler endpoint and the ability to supply crafted regionId parameters. Based on the description, the likely attack vector is remote over the network, inferred from the statement that the attack may be launched remotely, although the exact endpoint is not explicitly detailed.

Affected Systems

The affected application is HummerRisk, versions up to and including 1.5.0. The flaw exists in the Cloud Task Scheduler module, so any deployment running these vulnerable releases may be impacted.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, and the EPSS score of 19% suggests that active exploitation attempts are moderately likely. The vulnerability requires only remote access to the Cloud Task Scheduler API and manipulation of the regionId parameter, which, if not input‑validated, can result in arbitrary system command execution on the host. Because the flaw is not listed in the CISA KEV catalog, it has not yet been catalogued as a known exploited vulnerability, but the publicly disclosed exploit demonstrates the feasibility of attack. Remote attackers with permission to access the endpoint—whether via open port, exposed API, or misconfigured network—can exploit this weakness. Therefore, the overall risk is moderate to high in environments where the API is exposed to untrusted sources.

Generated by OpenCVE AI on July 22, 2026 at 16:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict network access to the HummerRisk Cloud Task Scheduler API using firewall rules or VPN to limit exposure to trusted IP addresses
  • Sanitize and validate the regionId input on the server side before incorporating it into any command execution, removing shell metacharacters or otherwise disallowing dangerous characters of command execution attempts and monitor these logs with intrusion detection systems to detect anomalous activity
  • Check the HummerRisk vendor website or contact vendor support for an official patch or update, and apply the fix as soon as it becomes available

Generated by OpenCVE AI on July 22, 2026 at 16:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 25 Feb 2026 12: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 security vulnerability has been detected in HummerRisk up to 1.5.0. Affected by this issue is some unknown functionality of the file ResourceCreateService.java of the component Cloud Task Scheduler. Such manipulation of the argument regionId leads to command injection. The attack may be launched remotely. The exploit has been disclosed publicly and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title HummerRisk Cloud Task Scheduler ResourceCreateService.java 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-24T19:30:05.511Z

Reserved: 2026-02-23T18:50:55.689Z

Link: CVE-2026-3064

cve-icon Vulnrichment

Updated: 2026-02-24T19:26:11.643Z

cve-icon NVD

Status : Analyzed

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

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

Link: CVE-2026-3064

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-22T17:00:14Z

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')