Cyber Resilience

CVE-2022-50901

HighPublic PoC

Published: 13 January 2026

Published
13 January 2026
Modified
28 January 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.0023 13.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2022-50901 is a high-severity Unquoted Search Path or Element (CWE-428) vulnerability in Wondershare Dr.Fone. 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 13.1th 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 RA-5 (Vulnerability Monitoring and Scanning).

Deeper analysis

CVE-2022-50901 is an unquoted service path vulnerability in Wondershare Dr.Fone version 11.4.9, specifically affecting the DFWSIDService. The issue arises from an unquoted path in C:\Program Files (x86)\Wondershare\Wondershare Dr.Fone\, enabling local users to potentially execute arbitrary code. It carries a CVSS score of 8.4 (CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and maps to CWE-428.

Local attackers can exploit this vulnerability by injecting malicious executables into directories parsed before the legitimate service binary due to the unquoted path. No privileges are required (PR:N), and exploitation allows arbitrary code execution with LocalSystem privileges, resulting in high impacts on confidentiality, integrity, and availability.

Advisories and related resources, including a proof-of-concept exploit, are detailed at https://www.exploit-db.com/exploits/50755 and https://www.vulncheck.com/advisories/wondershare-drfone-dfwsidservice-unquoted-service-path, with the vendor site at https://www.wondershare.com/.

EU & UK References

Vulnerability details

Wondershare Dr.Fone 11.4.9 contains an unquoted service path vulnerability in the DFWSIDService that allows local users to potentially execute arbitrary code. Attackers can exploit the unquoted path in C:\Program Files (x86)\Wondershare\Wondershare Dr.Fone\ to inject malicious executables that would run with…

more

LocalSystem 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 in DFWSIDService directly enables path interception by placing malicious binaries in earlier-parsed directories, leading to code execution as LocalSystem.

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

CVEs Like This One

CVE-2022-50900Same product: Wondershare Dr.Fone
CVE-2022-50903Same vendor: Wondershare
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

Affected Assets

wondershare
dr.fone
11.4.9

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces secure configuration settings for services, including properly quoting executable paths to directly prevent hijacking via unquoted service paths in DFWSIDService.

prevent

Mandates identification, reporting, and correction of flaws like the unquoted service path in Wondershare Dr.Fone, preventing exploitation through timely remediation.

detect

Vulnerability scanning detects unquoted service path issues such as CVE-2022-50901 in DFWSIDService, enabling proactive remediation.

References