Cyber Resilience

CVE-2019-25293

HighPublic PoC

Published: 06 February 2026

Published
06 February 2026
Modified
15 April 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.0013 2.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2019-25293 is a high-severity Unquoted Search Path or Element (CWE-428) vulnerability. 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 2.7th 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-6 (Configuration Settings) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2019-25293 is an unquoted service path vulnerability in BlueStacks App Player version 2.4.44.62.57, specifically affecting the BstHdLogRotatorSvc service. The issue arises from an unquoted path to C:\Program Files (x86)\Bluestacks\HD-LogRotatorService.exe, classified as CWE-428, with 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). Published on 2026-02-06, it enables local attackers to potentially execute arbitrary code.

Local attackers with low privileges can exploit the unquoted service path by placing malicious executables in locations that the Windows service control manager resolves before the legitimate binary. Successful exploitation allows privilege escalation, granting high confidentiality, integrity, and availability impacts.

Advisories and resources, including an exploit PoC at https://www.exploit-db.com/exploits/47582 and a detailed advisory at https://www.vulncheck.com/advisories/blue-stacks-app-player-bsthdlogrotatorsvc-unquote-service-path, document the issue. The BlueStacks website at https://www.bluestacks.com provides additional context from the vendor.

EU & UK References

Vulnerability details

BlueStacks App Player 2.4.44.62.57 contains an unquoted service path vulnerability in the BstHdLogRotatorSvc service that allows local attackers to potentially execute arbitrary code. Attackers can exploit the unquoted path in C:\Program Files (x86)\Bluestacks\HD-LogRotatorService.exe to inject malicious executables and escalate privileges.

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.
Why these techniques?

Unquoted service path (CWE-428) directly enables path interception by placing a malicious executable in an earlier-resolved directory, hijacking service execution for local privilege escalation.

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

CVEs Like This One

CVE-2020-36928Shared CWE-428
CVE-2023-54336Shared CWE-428
CVE-2020-37048Shared CWE-428
CVE-2019-25306Shared CWE-428
CVE-2020-36979Shared CWE-428
CVE-2020-36929Shared CWE-428
CVE-2020-37017Shared CWE-428
CVE-2021-47859Shared CWE-428
CVE-2019-25309Shared CWE-428
CVE-2021-47790Shared CWE-428

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces secure configuration settings for services, directly preventing unquoted service path vulnerabilities like the one in BstHdLogRotatorSvc by requiring quoted paths in executable specifications.

preventrecover

Requires identification, reporting, and timely correction of flaws such as CVE-2019-25293's unquoted service path, including configuration fixes or patches for BlueStacks.

prevent

Applies least privilege to service accounts, limiting the impact of privilege escalation achieved by exploiting the unquoted path in HD-LogRotatorService.exe.

References