CVE-2022-4991: Tychon is vulnerable to privilege escalation due to OPENSSLDIR location
Tychon includes an OpenSSL component that specifies an OPENSSLDIR variable as a subdirectory that may be controllable by an unprivileged user on Windows. Tychon contains a privileged service that uses this OpenSSL component. A user who can place a specially-crafted openssl.cnf file at an appropriate path may be able to achieve arbitrary code execution with SYSTEM privileges.
Security readout for executives and security teams
Plain-English summary
CVE-2022-4991 is a high-severity privilege escalation issue in Tychon on Windows. A privileged Tychon service uses an OpenSSL component whose configuration directory may sit under a location writable by an unprivileged user, creating a path to SYSTEM-level code execution.
Executive priority
Treat this as a high-priority endpoint hardening and patch-tracking item for environments using Tychon. The business risk is local privilege escalation to SYSTEM, but public-source evidence does not currently support emergency active-exploitation claims.
Technical view
The issue stems from OpenSSL OPENSSLDIR being configured as a potentially user-controllable subdirectory. If an unprivileged user can place an openssl.cnf file where the privileged Tychon service will load it, arbitrary code execution as SYSTEM may be possible. Sources do not identify specific fixed versions.
Likely exposure
Exposure appears limited to Windows systems running Tychon where the privileged service uses the affected OpenSSL component and the relevant configuration path is writable by unprivileged users.
Exploitation context
The provided sources do not show active exploitation, and the CVE is not marked KEV. Exploitation appears to require the ability to place a crafted configuration file in the service’s OpenSSL configuration path.
Researcher notes
The source bundle is sparse: affected versions are listed broadly as Tychon '*', with no CPEs and no named patch. Validate exposure through path permissions and service behavior, not version assumptions alone.
Mitigation direction
Check CERT VU#730007 and Tychon vendor guidance for fixed builds or advisories.
Inventory Windows hosts running Tychon privileged services.
Restrict unprivileged write access to OpenSSL configuration directories used by Tychon.
Prioritize vendor updates when an official fix is available.
Monitor Tychon service behavior for unexpected privileged process activity.
Validation and detection
Identify Tychon installations and versions on Windows endpoints.
Determine the OpenSSL configuration directory used by Tychon services.
Review ACLs on the configuration directory and parent paths.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-284: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-284 · source CWE mapping
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.