Cyber Posture

CVE-2026-3067

MediumPublic PoC

Published: 24 February 2026

Published
24 February 2026
Modified
24 February 2026
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0012 29.9th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.9th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

hummerrisk
hummerrisk
≤ 1.5.0

CVEs Like This One

CVE-2026-3066Same product: Hummerrisk Hummerrisk
CVE-2026-3064Same product: Hummerrisk Hummerrisk
CVE-2026-3065Same product: Hummerrisk Hummerrisk
CVE-2024-36512Shared CWE-22
CVE-2025-14727Shared CWE-22
CVE-2025-36236Shared CWE-22
CVE-2025-7360Shared CWE-22
CVE-2025-7712Shared CWE-22
CVE-2024-39786Shared CWE-22
CVE-2025-64057Shared CWE-22

References