Muucmf T6 CMS contains Reflected XSS in /admin/config/list.html?name=
Muucmf T6 CMS contains Reflected XSS in /admin/config/list.html?name=
1. Description:
Reflected Cross-Site Scripting (XSS) in MuuCmf T6 v1.9.5.20260309 allows a remote attacker to execute arbitrary JavaScript code in the context of the user’s browser session via the name parameter to the /admin/config/list.html endpoint.
Vulnerability: Reflected XSS
CVSS score: 8.8 (High)
Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
2. Ananlysis
In the muucmf-master\app\admin\view\config\list.html file, line 30 the value of input tag is using input from user without filter or santitize and the data is reflected in website leak to XSS vulnerability.
3. POC
Inject XSS payload to endpoint http://127.0.0.1/admin/config/list.html?name= and the payload will execute.
Video demo:
This post is licensed under CC BY 4.0 by the author.

