cve/2024/CVE-2024-36123.md

18 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2024-06-07 04:52:01 +00:00
### [CVE-2024-36123](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36123)
![](https://img.shields.io/static/v1?label=Product&message=mediawiki-skins-Citizen&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%202.16.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen)
### Description
Citizen is a MediaWiki skin that makes extensions part of the cohesive experience. The page `MediaWiki:Tagline` has its contents used unescaped, so custom HTML (including Javascript) can be injected by someone with the ability to edit the MediaWiki namespace (typically those with the `editinterface` permission, or sysops). This vulnerability is fixed in 2.16.0.
### POC
#### Reference
- https://github.com/StarCitizenTools/mediawiki-skins-Citizen/security/advisories/GHSA-jhm6-qjhq-5mf9
#### Github
No PoCs found on GitHub currently.