Cyber Resilience

CVE-2024-12563

High

Published: 18 March 2025

Published
18 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0007 21.8th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-12563 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability in S2Member (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 21.8th 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).

Deeper analysis

CVE-2024-12563 is a Local File Inclusion vulnerability (CWE-98) in the s2Member Pro plugin for WordPress, affecting all versions up to and including 250214. The flaw exists in the handling of the 'template' attribute, which allows improper inclusion of local files. It has 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 potential for significant confidentiality, integrity, and availability impacts.

Authenticated attackers with contributor-level permissions or higher can exploit this vulnerability over the network with low complexity and no user interaction required. By manipulating the 'template' attribute, they can include and execute arbitrary files on the server, leading to PHP code execution. This enables bypassing access controls, obtaining sensitive data, or achieving full remote code execution.

Mitigation details are available in the official s2Member changelog at https://s2member.com/changelog/ and the Wordfence threat intelligence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/d3326e9d-504f-444f-baf7-03989594f483?source=cve.

EU & UK References

Vulnerability details

The s2Member Pro plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 250214 via the 'template' attribute. This makes it possible for authenticated attackers, with contributor-level and above permissions, to include and execute…

more

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.

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

LFI vuln in public-facing WordPress plugin enables exploitation of public-facing apps (T1190), local file reads for sensitive data (T1005), and PHP code execution for RCE via web shells (T1100).

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

CVEs Like This One

CVE-2025-1771Shared CWE-98
CVE-2025-69072Shared CWE-98
CVE-2026-32364Shared CWE-98
CVE-2026-39681Shared CWE-98
CVE-2025-68537Shared CWE-98
CVE-2026-28079Shared CWE-98
CVE-2026-28061Shared CWE-98
CVE-2026-28048Shared CWE-98
CVE-2026-22516Shared CWE-98
CVE-2026-28120Shared CWE-98

Affected Assets

S2Member
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 Local File Inclusion vulnerability by requiring validation of the 'template' attribute to block arbitrary local file paths and prevent PHP code execution.

prevent

Ensures timely identification, reporting, and patching of the flaw in s2Member Pro plugin versions up to 250214, eliminating the vulnerability.

prevent

Limits exploitation impact by enforcing least privilege, restricting contributor-level and higher access to only necessary permissions and reducing users able to abuse the 'template' attribute.

References