Cyber Resilience

CVE-2025-55169

CriticalPublic PoC

Published: 12 August 2025

Published
12 August 2025
Modified
14 August 2025
KEV Added
Patch
CVSS Score v4 10.0 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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.0188 83.5th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-55169 is a critical-severity Path Traversal (CWE-22) vulnerability in Wegia Wegia. Its CVSS base score is 10.0 (Critical).

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

Deeper analysis

WeGIA is an open source web manager focused on Portuguese-language support for charitable institutions. Prior to version 3.4.8, a path traversal vulnerability existed in the html/socio/sistema/download_remessa.php endpoint. The flaw, tracked under CWE-22 and CWE-287, permits unauthorized retrieval of arbitrary local files on the server, including the config.php file that stores database credentials.

An unauthenticated remote attacker can exploit the issue over the network without user interaction or credentials. Successful exploitation grants direct access to sensitive configuration data, enabling database compromise and potential full control over the application and its underlying data stores. The vulnerability carries a CVSS 4.0 score of 10.0.

The project has released version 3.4.8 to address the flaw, with the fix documented in the associated GitHub commit, issue tracker, and security advisory. The EPSS score remains low and unchanged at 0.0188, indicating no material increase in observed exploitation interest since disclosure.

EU & UK References

Vulnerability details

WeGIA is an open source web manager with a focus on the Portuguese language and charitable institutions. Prior to version 3.4.8, a path traversal vulnerability was discovered in the WeGIA application, html/socio/sistema/download_remessa.php endpoint. This vulnerability could allow an attacker to…

more

gain unauthorized access to local files in the server and sensitive information stored in config.php. config.php contains information that could allow direct access to the database. This issue has been patched in version 3.4.8.

CWE(s)

Related Threats

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

Affected Assets

wegia
wegia
≤ 3.4.8

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-287

Detects unauthorized successful logons resulting from improper authentication implementations.

addresses: CWE-287

Documented procedures ensure personnel are trained on authentication mechanisms, tangibly lowering the risk of improper authentication being exploited.

addresses: CWE-287

Security awareness training instructs users on secure authentication practices and avoiding credential compromise.

addresses: CWE-287

Training on authentication mechanisms and best practices decreases the occurrence of improper authentication.

addresses: CWE-287

Non-repudiation requires strong authentication mechanisms to irrefutably attribute performed actions to specific individuals or processes.

addresses: CWE-287

Session content review can reveal authentication bypasses or failures in session establishment.

addresses: CWE-287

Review of authentication-related audit records can detect improper authentication mechanisms or bypasses.

addresses: CWE-287

Assessments check authentication mechanisms for correct implementation and effectiveness, reducing successful authentication bypass attempts.

References