VYPR
Unrated severityNVD Advisory· Published Oct 7, 2022· Updated Aug 3, 2024

CVE-2022-39959

CVE-2022-39959

Description

Panini Everest Engine 2.0.4 allows local unprivileged users to plant a malicious Everest.exe due to an unquoted service path, leading to SYSTEM privilege escalation.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Panini Everest Engine 2.0.4 allows local unprivileged users to plant a malicious Everest.exe due to an unquoted service path, leading to SYSTEM privilege escalation.

Vulnerability

Panini Everest Engine version 2.0.4 on Windows contains an unquoted service path vulnerability. The service EverestEngine.exe is configured with an executable path using a quoted string that does not include the entire directory path, i.e., %PROGRAMDATA%\Panini\Everest Engine\EverestEngine.exe. Because the path contains spaces and is not wrapped in quotes, Windows interprets the path as multiple parts. An unprivileged user can create a file named Everest.exe in the unquoted parent directory %PROGRAMDATA%\Panini, which will be executed instead of the intended EverestEngine.exe when the service starts or the system reboots [2].

Exploitation

An attacker with local unprivileged access to the system only needs to place a malicious executable named Everest.exe into the %PROGRAMDATA%\Panini folder. The attacker must then either wait for a system reboot or manually restart the Everest Engine service (which requires some limited privileges, but the initial placement does not). Once the service runs, Windows resolves the unquoted path and executes the attacker's Everest.exe before reaching the legitimate EverestEngine.exe in the subdirectory [2].

Impact

Successful exploitation results in the attacker's code running with SYSTEM privileges, because the Everest Engine service runs under the SYSTEM account. This allows a complete compromise of the affected Windows system, including full access to all files, processes, and sensitive data [2].

Mitigation

According to the vendor website reference [1], Panini has not disclosed a security update or patch for CVE-2022-39959 as of the available publication date. The affected version 2.0.4 is explicitly vulnerable; users should contact Panini for a fix or consider applying the principle of least privilege and auditing the %PROGRAMDATA%\Panini directory to prevent unprivileged writes. No workaround is documented in the provided references [1][2].

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

1

News mentions

0

No linked articles in our index yet.