Cyber Resilience

CVE-2025-2505

Critical

Published: 20 March 2025

Published
20 March 2025
Modified
15 April 2026
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.0044 63.6th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2505 is a critical-severity Path Traversal (CWE-22) vulnerability in Wordpress (inferred from references). Its CVSS base score is 9.8 (Critical).

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

Deeper analysis

The Age Gate plugin for WordPress is vulnerable to local PHP file inclusion in all versions through 3.5.3. The flaw, tracked as CWE-22, resides in the handling of the lang parameter within the plugin's Settings.php component and permits an attacker to supply an arbitrary file path that the server will include and execute.

Unauthenticated remote attackers can exploit the issue over the network without any user interaction or credentials. Successful exploitation allows inclusion of attacker-controlled PHP files, which can be used to bypass access controls, read sensitive data, or obtain code execution on the server when combined with the ability to upload files such as images that the web server will interpret as PHP.

Public references point to a WordPress plugin changeset that addresses the vulnerability and to a detailed Wordfence advisory that recommends updating the Age Gate plugin to a fixed release.

EPSS for the CVE rose from a low baseline to a peak of 0.0201 before receding to the current value of 0.0044, indicating a temporary increase in observed exploitation interest after disclosure.

EU & UK References

Vulnerability details

The Age Gate plugin for WordPress is vulnerable to Local PHP File Inclusion in all versions up to, and including, 3.5.3 via the 'lang' parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary PHP files on…

more

the server, allowing the execution of 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.

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.
Why these techniques?

The CVE describes an unauthenticated remote file inclusion vulnerability in a public-facing WordPress plugin that enables arbitrary PHP code execution over the network, directly mapping to exploitation of public-facing applications for initial access and code execution.

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

CVEs Like This One

CVE-2025-64075Shared CWE-22
CVE-2024-53537Shared CWE-22
CVE-2024-36512Shared CWE-22
CVE-2025-0493Shared CWE-22
CVE-2025-70231Shared CWE-22
CVE-2026-43888Shared CWE-22
CVE-2025-15031Shared CWE-22
CVE-2026-25785Shared CWE-22
CVE-2025-11366Shared CWE-22
CVE-2026-1810Shared CWE-22

Affected Assets

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

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the improper handling of the 'lang' parameter by requiring validation of inputs to block path traversal and arbitrary PHP file inclusion.

prevent

Requires timely application of the available patch (changeset 3258075) to remediate the LFI vulnerability in the Age Gate plugin's Settings.php.

preventdetect

Boundary protection via web application firewalls can inspect and block malicious 'lang' parameter payloads attempting LFI exploitation over network interfaces.

References