Cyber Resilience

CVE-2024-13891

HighPublic PoC

Published: 13 March 2025

Published
13 March 2025
Modified
29 April 2025
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0014 33.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13891 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Scheduler Schedule. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious Link (T1204.001); ranked at the 33.3th 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 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2024-13891 is a reflected cross-site scripting (XSS) vulnerability, classified under CWE-79, affecting the Schedule WordPress plugin in versions through 1.0.0. The plugin fails to sanitize and escape a parameter before outputting it back in the page, enabling malicious script injection. It carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), indicating high severity due to network accessibility and scope change.

An unauthenticated attacker can exploit this vulnerability remotely by tricking a targeted user, such as a high-privilege administrator, into interacting with a maliciously crafted link or input. Successful exploitation executes arbitrary JavaScript in the victim's browser context, potentially allowing session hijacking, data theft, or further site compromise, with low impacts on confidentiality, integrity, and availability.

Mitigation details are available in the WPScan advisory at https://wpscan.com/vulnerability/58c8b73c-3a29-4a66-9b2e-f24b5c2769ac/.

EU & UK References

Vulnerability details

The Schedule WordPress plugin through 1.0.0 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

Reflected XSS enables arbitrary JavaScript execution in browser via malicious crafted link, directly mapping to user execution through malicious link and JavaScript scripting.

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

CVEs Like This One

CVE-2025-26583Shared CWE-79
CVE-2026-24943Shared CWE-79
CVE-2025-22711Shared CWE-79
CVE-2025-23736Shared CWE-79
CVE-2025-23885Shared CWE-79
CVE-2025-23624Shared CWE-79
CVE-2025-23888Shared CWE-79
CVE-2025-68894Shared CWE-79
CVE-2025-23492Shared CWE-79
CVE-2025-23798Shared CWE-79

Affected Assets

scheduler
schedule
1.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the failure to escape output parameters, preventing reflected XSS script injection in web pages.

prevent

Requires validation of unsanitized input parameters to block malicious script payloads before reflection.

prevent

Ensures timely remediation of flaws like this plugin's XSS vulnerability through identification, reporting, and patching.

References