Cyber Resilience

CVE-2025-50201

CriticalPublic PoCRCE

Published: 19 June 2025

Published
19 June 2025
Modified
02 July 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.3734 97.3th percentile
Risk Priority 42 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-50201 is a critical-severity OS Command Injection (CWE-78) vulnerability in Wegia Wegia. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 2.7% 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 a web manager for charitable institutions that was affected by an OS command injection vulnerability prior to version 3.4.2. The flaw exists in the /html/configuracao/debug_info.php endpoint, where the branch parameter is insufficiently sanitized before being concatenated into a shell command executed on the underlying operating system. The issue is tracked as CWE-78 and carries a CVSS 3.1 score of 9.8.

An unauthenticated attacker can supply a malicious branch value over the network to execute arbitrary operating-system commands under the privileges of the web-server user www-data, resulting in full compromise of confidentiality, integrity, and availability on the server.

The vulnerability was addressed in version 3.4.2, as documented in the project’s GitHub security advisory GHSA-52p5-5fmw-9hrf and the associated commit that hardened input handling for the affected endpoint.

EPSS for the CVE rose from a low baseline after disclosure to a peak of 0.5893 on 2025-12-11 before receding to the current value of 0.3734, indicating that exploitation interest increased several months after public release.

EU & UK References

Vulnerability details

WeGIA is a web manager for charitable institutions. Prior to version 3.4.2, an OS Command Injection vulnerability was identified in the /html/configuracao/debug_info.php endpoint. The branch parameter is not properly sanitized before being concatenated and executed in a shell command on…

more

the server's operating system. This flaw allows an unauthenticated attacker to execute arbitrary commands on the server with the privileges of the web server user (www-data). This issue has been patched in version 3.4.2.

CWE(s)

Related Threats

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

Affected Assets

wegia
wegia
≤ 3.4.2

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

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References