Cyber Resilience

CVE-2024-37770

CriticalPublic PoCRCE

Published: 10 July 2024

Published
10 July 2024
Modified
01 July 2025
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.1102 93.6th percentile
Risk Priority 25 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-37770 is a critical-severity Code Injection (CWE-94) vulnerability in B1Ackc4T 14Finger. Its CVSS base score is 9.1 (Critical).

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

Deeper analysis

14Finger v1.1 contains a remote command execution vulnerability in its fingerprint function, tracked as CVE-2024-37770. The flaw is categorized under CWE-94 and permits arbitrary command execution when an attacker supplies a crafted payload. It carries a CVSS 3.1 score of 9.1, reflecting network-accessible attack vectors that require no authentication or user interaction.

An unauthenticated remote attacker can send a malicious payload directly to the affected fingerprint component, resulting in execution of arbitrary operating-system commands with impacts on confidentiality and integrity. The vulnerability affects any deployment running the unpatched 14Finger v1.1 service exposed to the network.

Public references consist of GitHub issues and proof-of-concept repositories that document the issue but provide no vendor advisory, patch details, or mitigation guidance. The associated EPSS score stands at 0.1102 with no indicated rise from a lower baseline.

EU & UK References

Vulnerability details

14Finger v1.1 was discovered to contain a remote command execution (RCE) vulnerability in the fingerprint function. This vulnerability allows attackers to execute arbitrary commands via a crafted payload.

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?

Unauthenticated RCE via command injection in public-facing fingerprint function enables exploitation of public-facing applications (T1190) and arbitrary command execution using command and scripting interpreters (T1059).

Affected Assets

b1ackc4t
14finger
1.1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References