Cyber Resilience

CVE-2024-13146

HighPublic PoC

Published: 26 March 2025

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

Summary

CVE-2024-13146 is a high-severity CSRF (CWE-352) vulnerability in Fs-Code Booknetic. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Local Account (T1136.001); ranked at the 23.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2024-13146 is a Cross-Site Request Forgery (CSRF) vulnerability, classified under CWE-352, affecting the Booknetic WordPress plugin in versions before 4.1.5. The flaw arises from the absence of CSRF checks during the creation of Staff accounts, enabling unauthorized modifications through forged requests. Published on 2025-03-26 with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H), it poses a high-severity risk to WordPress sites using the vulnerable plugin.

An attacker can exploit this vulnerability remotely without privileges by crafting a malicious webpage or link that, when visited by a logged-in administrator, triggers a CSRF attack to create arbitrary Staff members. This grants the added accounts potentially elevated permissions within the Booknetic system, leading to high impacts on confidentiality, integrity, and availability. User interaction from the admin is required, but the low complexity and network accessibility make it practical for phishing or social engineering campaigns targeting site owners.

The WPScan advisory at https://wpscan.com/vulnerability/19cb40dd-53b0-46db-beb0-1841e385ce09/ details the issue, with mitigation achieved by updating to Booknetic version 4.1.5 or later, which introduces the necessary CSRF protections. Security practitioners should prioritize patching affected WordPress installations and advise admins to enable general CSRF defenses like token validation.

EU & UK References

Vulnerability details

The Booknetic WordPress plugin before 4.1.5 does not have CSRF check when creating Staff accounts, which could allow attackers to make logged in admin add arbitrary Staff members via a CSRF attack

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1136.001 Local Account Persistence
Adversaries may create a local account to maintain access to victim systems.
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?

CSRF vulnerability enables exploitation of a public-facing WordPress application (T1190) to create arbitrary local WordPress staff accounts with login and plugin manage permissions (T1136.001) without proper authentication checks.

CVEs Like This One

CVE-2020-36908Shared CWE-352
CVE-2025-25967Shared CWE-352
CVE-2024-13852Shared CWE-352
CVE-2025-59891Shared CWE-352
CVE-2026-3589Shared CWE-352
CVE-2024-37102Shared CWE-352
CVE-2024-37450Shared CWE-352
CVE-2025-23558Shared CWE-352
CVE-2025-68722Shared CWE-352
CVE-2025-31440Shared CWE-352

Affected Assets

fs-code
booknetic
≤ 4.1.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CSRF by requiring session authenticity mechanisms like anti-CSRF tokens to validate state-changing requests such as staff account creation.

prevent

Ensures validation of inputs including CSRF tokens during staff account creation to prevent forged requests from succeeding.

prevent

Provides timely remediation of the specific flaw by patching the Booknetic plugin to version 4.1.5 or later, adding required CSRF protections.

References