CVE-2026-30478
Published: 09 April 2026
Summary
CVE-2026-30478 is a high-severity Uncontrolled Search Path Element (CWE-427) vulnerability. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Dynamic-link Library Injection (T1055.001); ranked at the 2.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 CM-10 (Software Usage Restrictions) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the DLL injection vulnerability by applying patches or updates to GatewayGeo MapServer version 5.
Restricts execution of unauthorized software, preventing the crafted executable required to trigger DLL injection and privilege escalation.
Deploys anti-malware mechanisms to scan for and block the malicious DLL and crafted executable exploited in this local privilege escalation attack.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE explicitly describes a DLL Injection vulnerability enabling local privilege escalation via a crafted executable on Windows, directly mapping to T1055.001 (Dynamic-link Library Injection) for code injection and T1068 (Exploitation for Privilege Escalation) as the resulting impact.
NVD Description
A Dynamic-link Library Injection vulnerability in GatewayGeo MapServer for Windows version 5 allows attackers to escalate privileges via a crafted executable.
Deeper analysisAI
CVE-2026-30478 is a Dynamic-link Library (DLL) Injection vulnerability, classified under CWE-427, affecting GatewayGeo MapServer for Windows version 5. Published on 2026-04-09T18:16:58.847, it carries a CVSS v3.1 base score of 8.8 (AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H). The issue enables attackers to escalate privileges by leveraging a crafted executable.
A local attacker with low privileges (PR:L) can exploit this vulnerability with low attack complexity (AC:L) and no user interaction (UI:N). Exploitation requires local access (AV:L) but results in a high scope change (S:C), yielding high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), typically allowing escalation to higher privileges.
Mitigation guidance and additional details are available in advisories from the vendor site at https://ms4w.com and a research repository at https://github.com/penjaminTester/Research/tree/main/CVE-2026-30478.
Details
- CWE(s)