Cyber Resilience

CVE-2025-34119

HighPublic PoC

Published: 16 July 2025

Published
16 July 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/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.4530 97.7th percentile
Risk Priority 45 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-34119 is a high-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Githubusercontent (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 2.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

A remote file disclosure vulnerability affects EasyCafe Server version 2.2.14. The server component listening on TCP port 831 implements a custom protocol that accepts unauthenticated requests containing opcode 0x43, allowing an attacker to specify an absolute file path and retrieve the file contents if it exists and is readable by the server process. The flaw is associated with missing authentication requirements (CWE-306) and exposure of resources to the wrong sphere (CWE-668), resulting in a CVSS 4.0 score of 8.8.

Unauthenticated remote attackers can exploit the issue over the network without user interaction or credentials. By sending a crafted opcode 0x43 request, an attacker can read arbitrary files on the server, including system configuration files, password stores, and application data, thereby achieving high-impact confidentiality loss with limited integrity effects.

Public exploit code is available, including a Metasploit auxiliary scanner module and an Exploit-DB entry, and the current EPSS score of 0.4530 matches its recorded peak, indicating sustained exploitation interest since disclosure. No vendor patch or mitigation guidance is referenced in the available advisories.

EU & UK References

Vulnerability details

A remote file disclosure vulnerability exists in EasyCafe Server 2.2.14, exploitable by unauthenticated remote attackers via TCP port 831. The server listens for a custom protocol where opcode 0x43 can be used to request arbitrary files by absolute path. If…

more

the file exists and is accessible, its content is returned without authentication. This flaw allows attackers to retrieve sensitive files such as system configuration, password files, or application data.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Githubusercontent
inferred from references and description; NVD did not file a CPE for this CVE

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-306 CWE-668

Knowing every system allows confirmation that critical functions are not left without required authentication mechanisms.

addresses: CWE-306 CWE-668

Requires authentication gates on critical functions that must remain unavailable to anonymous public users.

addresses: CWE-306 CWE-668

Public components are isolated in separate subnetworks and critical internal functions are reachable only via controlled interfaces.

addresses: CWE-306

Requires established identification and authentication to unlock, mitigating missing authentication for continued system access.

addresses: CWE-306

Requiring identification and rationale for actions allowed without authentication ensures critical functions are not left unprotected by forcing review of authentication requirements.

addresses: CWE-306

Authorizing mobile device connections to organizational systems ensures authentication is performed for this critical access function.

addresses: CWE-668

Controls whether organization resources are exposed to external system spheres by permitting or prohibiting their use.

addresses: CWE-668

The control ensures information is not released into a security sphere where the recipient lacks matching access authorizations.

References