Skip to main content

Muucmf CVE-2026-4846

| EUVDEUVD-2026-16120 LOW
Cross-site Scripting (XSS) (CWE-79)
2026-03-26 VulDB
2.1
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.1 LOW
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
P
Scope
X

Lifecycle Timeline

6
Severity Changed
Apr 29, 2026 - 01:11 NVD
MEDIUM LOW
CVSS changed
Apr 29, 2026 - 01:11 NVD
5.3 (MEDIUM) 2.1 (LOW)
PoC Detected
Mar 30, 2026 - 13:26 vuln.today
Public exploit code
EUVD ID Assigned
Mar 26, 2026 - 06:00 euvd
EUVD-2026-16120
Analysis Generated
Mar 26, 2026 - 06:00 vuln.today
CVE Published
Mar 26, 2026 - 05:31 nvd
MEDIUM 5.3

DescriptionCVE.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.

Share

CVE-2026-4846 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy