Cyber Resilience

CVE-2026-3067

MediumPublic PoC

Published: 24 February 2026

Published
24 February 2026
Modified
24 February 2026
KEV Added
Patch
CVSS Score v4 5.3 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/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0049 38.4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3067 is a medium-severity Path Traversal (CWE-22) vulnerability in Hummerrisk Hummerrisk. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 38.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

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

Deeper analysis

CVE-2026-3067 is a path traversal vulnerability (CWE-22) in HummerRisk versions up to 1.5.0. It affects the extractTarGZ and extractZip functions within the file hummer-common/hummer-common-core/src/main/java/com/hummer/common/core/utils/CommandUtils.java, part of the archive extraction component. The issue allows malicious manipulation during archive processing, enabling remote exploitation.

An attacker with low privileges (PR:L) can exploit this vulnerability over the network (AV:N) with low complexity (AC:L) and no user interaction (UI:N). Successful exploitation grants limited confidentiality (C:L), integrity (I:L), and availability (A:L) impacts in an unchanged scope (S:U), as scored at CVSS 6.3 (CVSS:3.1). The exploit has been publicly disclosed and may be actively used.

Advisories from VulDB and a GitHub issue (AnalogyC0de/public_exp/issues/11) detail the vulnerability but note no vendor response despite early contact. No patches or mitigations are mentioned in the available references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability has been found in HummerRisk up to 1.5.0. This issue affects the function extractTarGZ/extractZip of the file hummer-common/hummer-common-core/src/main/java/com/hummer/common/core/utils/CommandUtils.java of the component Archive Extraction. The manipulation leads to path traversal. The attack is possible to be carried out remotely.…

more

The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

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.
Why these techniques?

Path traversal (CWE-22) in archive extraction functions (extractTarGZ/extractZip) of network-accessible HummerRisk application enables remote exploitation of a public-facing application.

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

CVEs Like This One

CVE-2026-3064Same product: Hummerrisk Hummerrisk
CVE-2026-3066Same product: Hummerrisk Hummerrisk
CVE-2025-63721Same product: Hummerrisk Hummerrisk
CVE-2026-3065Same product: Hummerrisk Hummerrisk
CVE-2025-2505Shared CWE-22
CVE-2026-5841Shared CWE-22
CVE-2026-33242Shared CWE-22
CVE-2026-33292Shared CWE-22
CVE-2026-35605Shared CWE-22
CVE-2025-53632Shared CWE-22

Affected Assets

hummerrisk
hummerrisk
≤ 1.5.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly validates paths in tar.gz and zip archives to block path traversal sequences like '../' during extraction.

prevent

Restricts archive extraction inputs to whitelisted paths or formats, preventing processing of malicious traversal payloads.

prevent

Mandates timely remediation of the known path traversal flaw in extractTarGZ/extractZip functions, including workarounds if no vendor patch is available.

References