Description
Konga before 2.1.0 contains a privilege escalation vulnerability that allows low-privileged local attackers to execute arbitrary code by planting attacker-controlled OpenSSL configuration or library files in a hardcoded filesystem path absent from default installations. On Windows, the missing directory resides in a location writable by any authenticated local user, enabling attackers to create the directory and place malicious files that execute at the privilege level of the user or service account that launches Konga, facilitating privilege escalation.
Published: 2026-09-01
Score: 8.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Konga before version 2.1.0 contains a vulnerable hardcoded OpenSSL configuration path. The flaw allows a low‑privileged local user to place attacker‑controlled OpenSSL library or configuration files in this path. When Konga starts, it automatically loads these files, enabling the attacker to execute arbitrary code with the privilege level of the Konga process. Because the vulnerability is based on an untrusted search path (CWE‑427), the attacker can inject code that runs as the service account that launches Konga, raising local privileges. The vulnerability therefore facilitates local privilege escalation and could be leveraged to compromise the host.

Affected Systems

The affected product is Konga from EASYBYTE Software. All Konga installations running any version earlier than 2.1.0 are vulnerable. The issue is most relevant on Windows where the missing directory path is writable by all authenticated users, allowing the local attacker to create the required directory and drop malicious files. Linux or other OS configurations may also be vulnerable if the hardcoded path is writable, but the referenced advisory focuses on Windows.

Risk and Exploitability

The CVSS score of 8.5 indicates a high severity vulnerability, and the EPSS score is not available, but the lack of a KEV listing does not mitigate the local risk. Inferred attack vector is local: any authenticated user on the host that can write to the hardcoded directory can create a malicious library or configuration file. Once Konga is restarted or launched, the injected code runs at the privilege level of the service account, thereby converting a local low‑privileged attack into a higher privilege compromise of the host. The combination of a high CVSS score and the unfettered local write access creates a significant risk for environments where Konga runs with elevated privileges.

Generated by OpenCVE AI on September 1, 2026 at 23:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Konga 2.1.0 release or later to remove the hardcoded path and related privilege escalation flaw.
  • If an immediate upgrade is not possible, restrict write permissions on the hardcoded OpenSSL directory, removing write access for regular users or changing ownership to a non‑privileged account.
  • Monitor the directory for unexpected files and verify that no malicious OpenSSL libraries or configuration files are present.

Generated by OpenCVE AI on September 1, 2026 at 23:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
Description Konga before 2.1.0 contains a privilege escalation vulnerability that allows low-privileged local attackers to execute arbitrary code by planting attacker-controlled OpenSSL configuration or library files in a hardcoded filesystem path absent from default installations. On Windows, the missing directory resides in a location writable by any authenticated local user, enabling attackers to create the directory and place malicious files that execute at the privilege level of the user or service account that launches Konga, facilitating privilege escalation.
Title Konga < 2.1.0 Privilege Escalation via Hardcoded OpenSSL Path
Weaknesses CWE-427
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.5, 'vector': '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-01T19:39:46.305Z

Reserved: 2026-05-11T14:14:49.611Z

Link: CVE-2026-45221

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-01T20:17:14.680

Modified: 2026-09-01T20:17:14.680

Link: CVE-2026-45221

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T00:00:06Z

Weaknesses
  • CWE-427

    Uncontrolled Search Path Element