Cyber Resilience

CVE-2019-25647

HighPublic PoC

Published: 24 March 2026

Published
24 March 2026
Modified
25 March 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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.0080 51.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25647 is a high-severity Unrestricted Upload of File with Dangerous Type (CWE-434) vulnerability in Phreesoft Phreebookserp. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 48.2% of CVEs by exploit likelihood; 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).

Deeper analysis

CVE-2019-25647 is a remote code execution vulnerability affecting PhreeBooks ERP version 5.2.3, specifically in the image manager component. The flaw allows authenticated attackers to upload arbitrary PHP files by bypassing file extension controls, enabling subsequent execution of malicious code. It is classified under CWE-434 (Unrestricted Upload of File with Dangerous Type) and carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its network accessibility, low attack complexity, and potential for complete confidentiality, integrity, and availability impacts.

Authenticated attackers with low privileges can exploit this vulnerability remotely by accessing the image manager endpoint to upload PHP shells or backdoors disguised with allowable extensions. Successful exploitation grants attackers the ability to execute arbitrary system commands, establish reverse shell connections, and potentially achieve full server compromise, as the uploaded files can be triggered directly on the server.

References include a proof-of-concept exploit on Exploit-DB (46645), a detailed advisory from Vulncheck on the PhreeBooks ERP remote code execution via image manager, and project sites such as SourceForge and PhreeSoft, which may provide additional context or updates on patches, though specific mitigation steps are outlined in those advisories.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

PhreeBooks ERP 5.2.3 contains a remote code execution vulnerability in the image manager that allows authenticated attackers to upload and execute arbitrary PHP files by bypassing file extension controls. Attackers can upload malicious PHP files through the image manager endpoint…

more

and execute them to establish reverse shell connections and execute system commands.

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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

The vulnerability enables exploitation of a public-facing web application via unrestricted file upload in the image manager (T1190) and facilitates uploading/executing PHP web shells for RCE (T1100).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2019-25630Same product: Phreesoft Phreebookserp
CVE-2025-22654Shared CWE-434
CVE-2025-11948Shared CWE-434
CVE-2025-67260Shared CWE-434
CVE-2025-28915Shared CWE-434
CVE-2023-53956Shared CWE-434
CVE-2025-6058Shared CWE-434
CVE-2021-47819Shared CWE-434
CVE-2025-7852Shared CWE-434
CVE-2026-4883Shared CWE-434

Affected Assets

phreesoft
phreebookserp
5.2.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of information inputs like uploaded files to block arbitrary PHP uploads that bypass extension controls.

preventdetect

Deploys malicious code protection at system entry points such as the image manager to scan and eradicate uploaded PHP shells or backdoors.

prevent

Directly mitigates the image manager RCE flaw through timely identification, testing, and deployment of patches for PhreeBooks ERP.

References