CVE-2026-30919
Published: 10 March 2026
Summary
CVE-2026-30919 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Facilemanager Facilemanager. Its CVSS base score is 7.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Browser Session Hijacking (T1185); ranked at the 16.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Deeper analysis
CVE-2026-30919 is a stored cross-site scripting (XSS) vulnerability, also known as persistent or second-order XSS, in the fmDNS module of facileManager, a modular suite of web applications designed for system administrators. The issue affects versions prior to 6.0.4, where the application receives data from untrusted sources and includes it in subsequent HTTP responses without proper sanitization, as documented under CWE-79. The vulnerability was published on 2026-03-10 with a CVSS v3.1 base score of 7.6 (AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L).
An authenticated attacker with low privileges (PR:L) can exploit this over the network (AV:N) with low attack complexity (AC:L), though it requires user interaction (UI:R) such as a victim viewing the injected content. Exploitation enables high confidentiality impact (C:H), such as stealing session cookies or sensitive data, high integrity impact (I:H) like modifying displayed content, and low availability impact (A:L), with unchanged scope (S:U).
The GitHub security advisory at https://github.com/facileManager/facileManager/security/advisories/GHSA-2339-h9qw-q6vf confirms the vulnerability is fixed in facileManager 6.0.4, recommending upgrade to this version as the primary mitigation.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-10430
Vulnerability details
facileManager is a modular suite of web apps built with the sysadmin in mind. Prior to 6.0.4 , stored XSS (also known as persistent or second-order XSS) occurs when an application receives data from an untrusted source and includes that…
more
data in its subsequent HTTP responses in an unsafe manner. This vulnerability was found in the fmDNS module. This vulnerability is fixed in 6.0.4.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Stored XSS directly enables browser session hijacking (T1185) and web session cookie theft (T1539) by allowing persistent injection of scripts that execute in other authenticated users' browsers, as explicitly noted by the cookie theft and content modification impacts.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents stored XSS by validating untrusted inputs from sources like the fmDNS module to block malicious script injection.
Filters information outputs in HTTP responses to neutralize injected scripts before they execute in victims' browsers.
Mandates timely flaw remediation, such as patching to version 6.0.4, to eliminate the specific stored XSS vulnerability.