Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionCVE.org
A vulnerability has been found in dameng100 muucmf 1.9.5.20260309. The affected element is an unknown function of the file channel/admin.Account/autoReply.html. Such manipulation of the argument keyword leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
A stored cross-site scripting (XSS) vulnerability exists in dameng100 muucmf version 1.9.5.20260309 and potentially earlier versions, affecting the autoReply.html administrative interface in the channel/admin.Account module. An unauthenticated attacker can inject malicious JavaScript through the 'keyword' parameter, which is reflected in the response without proper sanitization, allowing session hijacking, credential theft, or malware distribution to administrative users. A public proof-of-concept exploit is available, and the vendor has not responded to disclosure notifications, indicating no official patch is currently available.
Technical ContextAI
The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), a foundational web application flaw where user-supplied input is rendered into HTML/JavaScript context without adequate output encoding or input validation. The affected application is dameng100 muucmf (cpe:2.3:a:dameng100:muucmf:*:*:*:*:*:*:*:*), a web-based management framework. The vulnerable endpoint channel/admin.Account/autoReply.html processes the 'keyword' parameter in the context of administrative account reply configuration, likely storing or reflecting user input into dynamically generated HTML or JavaScript. Because the attack requires user interaction (UI:R in CVSS vector), the XSS is triggered when an administrator clicks a malicious link or visits a crafted page containing the payload, rather than being purely stored XSS that executes automatically.
RemediationAI
Immediate action is necessary given the lack of vendor response. First, contact dameng100 directly through alternative channels (phone, partner support) to inquire about patch availability or a timeline for a security release. In the interim, implement network-level protections: restrict administrative access to the muucmf management console to trusted IP ranges using a firewall or reverse proxy, enforce HTTPS with HSTS and Certificate Pinning to prevent man-in-the-middle attacks that might deliver the XSS payload, and disable or rename the vulnerable autoReply.html endpoint if not actively used. Second, apply input validation at the application level by implementing strict whitelist-based filtering on the 'keyword' parameter (alphanumeric characters only, no special HTML/JavaScript characters) and output encoding (HTML entity encoding) for all reflections. Third, deploy a Web Application Firewall (WAF) rule to block requests containing common XSS payloads (script tags, event handlers). Finally, audit logs for exploitation attempts and monitor administrative accounts for unauthorized activity. If a patch is eventually released, prioritize immediate deployment.
SQL injection in dameng100 muucmf 1.9.5.20260309 allows remote unauthenticated attackers to compromise database confiden
Muucmf 1.9.5.20260309 contains a cross-site scripting (XSS) vulnerability in the /admin/extend/list.html endpoint where
A reflected cross-site scripting (XSS) vulnerability exists in dameng100 muucmf version 1.9.5.20260309 within the /admin
A reflected cross-site scripting (XSS) vulnerability exists in Dameng100 MUUCMF version 1.9.5.20260309 within the Member
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-16120