VYPR
Low severityNVD Advisory· Published Oct 17, 2025· Updated Apr 15, 2026

CVE-2025-62654

CVE-2025-62654

Description

Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in The Wikimedia Foundation MediaWiki QuizGame extension allows Stored XSS.This issue affects MediaWiki QuizGame extension: 1.39, 1.43, 1.44.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Stored XSS vulnerability in MediaWiki QuizGame extension due to system messages used as raw HTML without sanitization.

Vulnerability

The MediaWiki QuizGame extension suffers from a stored cross-site scripting (XSS) vulnerability because it inserts several system messages into the page as raw HTML without proper sanitization. The unsafe usage occurs in the LightBox.setText function and in API responses for actions quizgame and quizgamevote [1]. Multiple system messages (e.g., quizgame-lightbox-correct, quizgame-ajax-already-answered) are concatenated with HTML or set as innerHTML directly [1].

Exploitation

An attacker who can edit these system messages (typically a user with interface-admin or sysop rights in MediaWiki) can inject arbitrary JavaScript. When other users view QuizGame pages, the injected script executes in their browsers [1]. No authentication is required for the victim to be affected, and the attack can be stored persistently.

Impact

Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's session. This can lead to session hijacking, data theft, or defacement of the wiki [1].

Mitigation

As of the publication date, no patch is available. The vulnerability affects QuizGame versions 1.39, 1.43, and 1.44 [1]. Administrators should limit the ability to edit system messages to trusted users and consider disabling the extension until a fix is released.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.