CVE-2025-7363
BaseFortify
Publication date: 2025-07-08
Last updated on: 2025-07-10
Assigner: wikimedia-foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability is a stored Cross-Site Scripting (XSS) issue in the TitleIcon extension for MediaWiki. It occurs through the #titleicon_unicode parser function, where user input is wrapped in an HtmlArmor object without proper sanitization and then rendered directly into the page header. This allows attackers to inject arbitrary JavaScript code into the page.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary JavaScript in the context of the affected MediaWiki site. This can lead to theft of user credentials, session hijacking, defacement, or distribution of malware, compromising the security and integrity of the website and its users.