Cyber Resilience

CVE-2025-4524

CriticalPublic PoC

Published: 21 May 2025

Published
21 May 2025
Modified
29 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.1543 94.8th percentile
Risk Priority 29 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, ranked in the top 5.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Madara responsive WordPress theme for manga sites is affected by a local file inclusion vulnerability in all versions through 2.2.2. The flaw exists in the handling of the template parameter and permits inclusion of arbitrary server-side files, which in turn allows execution of PHP code contained in those files. The issue is tracked as CVE-2025-4524 and carries a CVSS 3.1 base score of 9.8.

Unauthenticated remote attackers can exploit the vulnerability over the network without any user interaction or credentials. Successful exploitation can bypass access controls, disclose sensitive information, or lead to arbitrary code execution on the host, particularly when an attacker can first upload a file containing PHP and then include it via the vulnerable parameter.

Public references include the vendor product page, a detailed Wordfence threat-intelligence entry, and a working exploit on Exploit-DB, indicating that both advisory information and proof-of-concept code are readily available. The current EPSS score of 0.1543 with a recorded peak of 0.1646 shows moderate exploitation probability but no pronounced post-disclosure climb.

EU & UK References

Vulnerability details

The Madara – Responsive and modern WordPress theme for manga sites theme for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.2.2 via the 'template' parameter. This makes it possible for unauthenticated attackers to…

more

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.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

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

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References