Cyber Posture

CVE-2025-3671

High

Published: 16 August 2025

Published
16 August 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0020 42.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-3671 is a high-severity Path Traversal (CWE-22) vulnerability in Codecanyon (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 42.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates LFI by requiring validation and sanitization of user inputs like the unsanitized 'page' parameter to block path traversal attacks.

prevent

Ensures timely identification, reporting, and patching of the specific LFI flaw in the WPGYM plugin, eliminating the vulnerability.

prevent

Limits exploitation impact by enforcing least privilege, restricting Subscriber-level access to the vulnerable plugin endpoints and chained privilege escalation paths.

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

LFI enables direct exploitation of public-facing WordPress plugin (T1190), arbitrary code execution via uploaded web shells (T1505.003), and chained privilege escalation to Super Admin (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

The WPGYM - Wordpress Gym Management System plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 67.7.0 via the 'page' parameter. This makes it possible for authenticated attackers, with Subscriber-level access and above,…

more

to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included. The Local File Inclusion exploit can be chained to include various dashboard view files in the plugin. One in particular reported by the researcher can be leveraged to update the password of Super Administrator accounts in Multisite environments making privilege escalation possible.

Deeper analysisAI

CVE-2025-3671 is a Local File Inclusion (LFI) vulnerability, classified under CWE-22, affecting the WPGYM - WordPress Gym Management System plugin for WordPress in all versions up to and including 67.7.0. The flaw arises from inadequate sanitization of the 'page' parameter, enabling the inclusion and execution of arbitrary files on the server. With 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), it poses a high risk due to its potential for remote exploitation with low complexity and limited privileges.

Authenticated attackers with Subscriber-level access or higher can exploit this vulnerability over the network without user interaction. Successful exploitation allows inclusion and execution of arbitrary PHP code from included files, bypassing access controls, exfiltrating sensitive data, or achieving remote code execution by leveraging uploadable "safe" file types like images. The LFI can be chained with plugin dashboard view files, notably enabling privilege escalation in WordPress Multisite environments by updating Super Administrator account passwords.

Advisories and further details are available from Wordfence at https://www.wordfence.com/threat-intel/vulnerabilities/id/6536d19f-a042-4404-b0c9-91aacd7768f7?source=cve and the plugin's CodeCanyon page at https://codecanyon.net/item/-wpgym-wordpress-gym-management-system/13352964. No specific patch or mitigation details are outlined in the CVE description.

Details

CWE(s)

Affected Products

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

CVEs Like This One

CVE-2025-40737Shared CWE-22
CVE-2025-40738Shared CWE-22
CVE-2025-3740Shared CWE-22
CVE-2024-55415Shared CWE-22
CVE-2026-25732Shared CWE-22
CVE-2026-34414Shared CWE-22
CVE-2026-36760Shared CWE-22
CVE-2025-67684Shared CWE-22
CVE-2026-32727Shared CWE-22
CVE-2019-25471Shared CWE-22

References