Cyber Resilience

CVE-2022-50930

HighPublic PoC

Published: 13 January 2026

Published
13 January 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 3.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2022-50930 is a high-severity Unquoted Search Path or Element (CWE-428) vulnerability in Emerson PAC Machine (inferred from references). 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 3.2th 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

Emerson PAC Machine Edition 9.80 is affected by CVE-2022-50930, an unquoted service path vulnerability in the TrapiServer service. This flaw, classified under CWE-428, arises from an improperly quoted executable path in the service configuration, enabling local users to potentially execute arbitrary code with elevated privileges. The vulnerability carries a CVSS v3.1 base score of 8.4 (AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), highlighting its high severity due to the potential for complete system compromise.

A local attacker with access to the system can exploit this vulnerability by placing a malicious executable in a directory preceding the legitimate TrapiServer binary in the system's search path. When the service starts, typically running under LocalSystem privileges, it executes the attacker's code instead, granting full control over the system including high confidentiality, integrity, and availability impacts. No user interaction or privileges are required for exploitation, making it accessible to any local user.

Advisories and resources, including those from VulnCheck (https://www.vulncheck.com/advisories/emerson-pac-machine-edition-build-trapiserver-unquoted-service-path) and an exploit on Exploit-DB (https://www.exploit-db.com/exploits/50745), detail the issue and provide proof-of-concept exploitation. Vendor guidance from Emerson (https://www.emerson.com/en-us) and related sites like Opertek (https://www.opertek.com/descargar-software/?prc=_326) should be consulted for patching or configuration fixes to quote the service path properly.

A public exploit is available on Exploit-DB, indicating practical exploitability in lab environments, though no widespread real-world attacks have been reported in the provided data.

EU & UK References

Vulnerability details

Emerson PAC Machine Edition 9.80 contains an unquoted service path vulnerability in the TrapiServer service that allows local users to potentially execute code with elevated privileges. Attackers can exploit the unquoted path in the service configuration to inject malicious code…

more

that would execute with LocalSystem permissions during service startup.

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 TrapiServer directly enables path interception by placing a malicious binary earlier in the search path, executed with LocalSystem privileges on service start.

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

Emerson
PAC Machine
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Establishes and enforces secure configuration settings for services, including properly quoting executable paths to directly prevent unquoted service path hijacking in CVE-2022-50930.

prevent

Requires identification, reporting, and correction of flaws like the unquoted TrapiServer service path in CVE-2022-50930 through patching or configuration fixes.

prevent

Enforces least privilege for services like TrapiServer, limiting the privileges gained by attackers exploiting the unquoted path vulnerability in CVE-2022-50930.

References