Cyber Posture

CVE-2026-30919

HighPublic PoC

Published: 10 March 2026

Published
10 March 2026
Modified
13 March 2026
KEV Added
Patch
CVSS Score 7.6 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L
EPSS Score 0.0004 13.3th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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 13.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Threat & Defense at a Glance

What attackers do: exploitation maps to Browser Session Hijacking (T1185) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

MITRE ATT&CK Enterprise TechniquesAI

T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

facilemanager
facilemanager
≤ 6.0.4

CVEs Like This One

CVE-2026-30918Same product: Facilemanager Facilemanager
CVE-2026-27070Shared CWE-79
CVE-2026-4108Shared CWE-79
CVE-2025-23429Shared CWE-79
CVE-2025-26585Shared CWE-79
CVE-2026-32277Shared CWE-79
CVE-2026-34560Shared CWE-79
CVE-2025-0475Shared CWE-79
CVE-2025-23845Shared CWE-79
CVE-2025-63611Shared CWE-79

References