Cyber Resilience

CVE-2024-12749

HighPublic PoC

Published: 29 January 2025

Published
29 January 2025
Modified
11 May 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.0176 83.0th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-12749 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Raiserweb Competition Form. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Drive-by Compromise (T1189); ranked in the top 17.0% of CVEs by exploit likelihood; 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-15 (Information Output Filtering) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-12749 is a reflected cross-site scripting (XSS) vulnerability in the Competition Form WordPress plugin through version 2.0. The plugin fails to sanitize and escape a parameter before outputting it back in the page, allowing malicious scripts to be injected and executed in a user's browser. This issue is classified under CWE-79 and 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 its network accessibility and potential scope change.

An attacker can exploit this vulnerability remotely without authentication by crafting a malicious URL containing the unsanitized parameter and tricking a targeted user, such as a high-privilege administrator, into interacting with it, typically via a phishing link or social engineering. Successful exploitation executes arbitrary JavaScript in the victim's browser context, potentially enabling session hijacking, data theft, or further actions limited by the low confidentiality, integrity, and availability impacts outlined in the CVSS score.

Advisories are available from WPScan at https://wpscan.com/vulnerability/478316b9-9f47-4aa6-92c6-03879f16a3e5/, which documents the vulnerability details but does not specify patch availability in the provided information. Security practitioners should update the plugin beyond version 2.0 where possible and implement content security policies to mitigate XSS risks.

EU & UK References

Vulnerability details

The Competition Form WordPress plugin through 2.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

T1189 Drive-by Compromise Initial Access
Adversaries may gain access to a system through a user visiting a website over the normal course of browsing.
T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
Why these techniques?

Reflected XSS enables crafted malicious links (phishing) that execute JS in browser context upon interaction, directly mapping to drive-by compromise and spearphishing link delivery.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-23857Shared CWE-79
CVE-2025-24598Shared CWE-79
CVE-2025-32123Shared CWE-79
CVE-2025-22568Shared CWE-79
CVE-2025-67964Shared CWE-79
CVE-2025-14343Shared CWE-79
CVE-2024-56032Shared CWE-79
CVE-2026-24752Shared CWE-79
CVE-2025-24656Shared CWE-79
CVE-2025-23652Shared CWE-79

Affected Assets

raiserweb
competition form
≤ 2.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates reflected XSS by requiring filtering of output to prevent injection of malicious scripts into web pages.

prevent

Addresses the unsanitized input parameter by enforcing validation of inputs to reject malicious payloads before processing.

prevent

Ensures timely remediation of the plugin flaw through identification, reporting, and correction of vulnerabilities like this XSS issue.

References