Cyber Resilience

CVE-2019-25308

HighPublic PoC

Published: 11 February 2026

Published
11 February 2026
Modified
26 February 2026
KEV Added
Patch
CVSS Score v4 8.5 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
EPSS Score 0.0022 12.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25308 is a high-severity Unquoted Search Path or Element (CWE-428) vulnerability in Mikogo Mikogo. Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception by Unquoted Path (T1574.009); ranked at the 12.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.

The strongest mitigations our analysis identified are NIST 800-53 CM-2 (Baseline Configuration) and CM-6 (Configuration Settings).

Deeper analysis

CVE-2019-25308 is an unquoted service path vulnerability in the Mikogo-Service Windows service configuration within Mikogo version 5.2.2.150317. This issue, mapped to CWE-428, allows attackers to exploit the unquoted path by placing executable files in specific locations, enabling code injection and execution with LocalSystem privileges. The vulnerability carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

A local attacker with low privileges can exploit this vulnerability with minimal complexity and no user interaction required. By dropping malicious executables in the expected unquoted path directories, the attacker tricks the service into executing their code upon startup or restart, achieving high-impact confidentiality, integrity, and availability effects, including potential full system compromise under LocalSystem context.

Advisories, including the Vulncheck advisory on the Mikogo-Service unquoted service path and an Exploit-DB entry (47510) demonstrating the exploit, highlight the configuration flaw but do not specify patches or vendor mitigations in the available references. A Tucows preview page for Mikogo provides additional software context. Security practitioners should verify service path configurations and consider removing or updating legacy Mikogo installations.

EU & UK References

Vulnerability details

Mikogo 5.2.2.150317 contains an unquoted service path vulnerability in the Mikogo-Service Windows service configuration. Attackers can exploit the unquoted path to inject and execute malicious code with LocalSystem privileges by placing executable files in specific path locations.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1574.009 Path Interception by Unquoted Path Stealth
Adversaries may execute their own malicious payloads by hijacking vulnerable file path references.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Unquoted service path misconfiguration directly enables path interception by unquoted path (T1574.009) for local privilege escalation to LocalSystem (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2022-50914Shared CWE-428
CVE-2020-36982Shared CWE-428
CVE-2020-36987Shared CWE-428
CVE-2021-47825Shared CWE-428
CVE-2020-37059Shared CWE-428
CVE-2020-36953Shared CWE-428
CVE-2022-50935Shared CWE-428
CVE-2021-47864Shared CWE-428
CVE-2020-37060Shared CWE-428
CVE-2021-47845Shared CWE-428

Affected Assets

mikogo
mikogo
5.2.150317

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

CM-6 mandates secure configuration settings for Windows services, including properly quoted binary paths, directly preventing exploitation of unquoted service path vulnerabilities like CVE-2019-25308.

prevent

SI-2 requires identification, reporting, and correction of system flaws such as the unquoted path in Mikogo-Service, eliminating the vulnerability through timely remediation.

prevent

CM-2 establishes and maintains baseline configurations that specify secure service paths without unquoted vulnerabilities, ensuring Mikogo-Service is deployed correctly.

References