CVE-2025-53484
9.8Wikimedia Foundation · Mediawiki SecurePoll extension
Improper neutralization of user-controlled inputs in the Mediawiki SecurePoll extension leads to Cross-Site Scripting (XSS) vulnerabilities in poll options and page name fields.
Executive summary
The Mediawiki SecurePoll extension contains critical XSS vulnerabilities that could allow unauthenticated attackers to execute arbitrary scripts in the context of a user's browser session.
Vulnerability
This is a Cross-Site Scripting (XSS) flaw (CWE-79) caused by improper input sanitization in the VotePage.php and ResultPage components, which can be triggered by an unauthenticated attacker.
Business impact
Successful exploitation allows for the execution of malicious scripts within the victim's browser, potentially leading to unauthorized data access, session hijacking, or the defacement of administrative interfaces. With a CVSS score of 9.8, this vulnerability poses a severe risk to the integrity and confidentiality of the platform, as it allows for trivial remote code execution within the client context.
Remediation
Immediate Action: Update the Mediawiki SecurePoll extension to version 1.39.13, 1.42.7, 1.43.2, or later immediately.
Proactive Monitoring: Audit web server access logs for anomalous requests containing script tags or encoded characters targeting the VotePage or ResultPage components.
Compensating Controls: Deploy a Web Application Firewall (WAF) with strict XSS filtering rules to intercept and block malicious payloads until the patch is applied.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the critical CVSS severity and the ease of exploitation, organizations utilizing the SecurePoll extension must prioritize these updates. Apply the patches provided by the Wikimedia Foundation immediately to prevent potential account takeover and unauthorized script execution.