Description
openssl_encrypt before 1.4.9 fails to prevent namespace collisions between own identities and contacts in IdentityStore, allowing attackers to create shadowed contact entries invisible until the corresponding own identity is deleted. When the own identity is deleted, the shadowed contact becomes visible and resolves to the attacker's keys, enabling silent key substitution for encrypted files.
Published: 2026-08-27
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Confidentiality Compromise
Action: Assess
AI Analysis

Impact

openSSL_encrypt before 1.4.9 fails to prevent namespace collisions between a user’s own identities and contact entries in the IdentityStore, allowing an attacker to create a shadowed contact that is hidden until the corresponding own identity is removed. When that identity is deleted, the shadowed contact becomes visible and resolves to the attacker’s keys, enabling the attacker to silently substitute encryption keys for files encrypted by the application.

Affected Systems

The vulnerability is present in all releases of the openssl_encrypt library distributed by vendor jahlives. No specific version numbers are provided in the description, so any release prior to a future fix is considered affected.

Risk and Exploitability

The CVSS score of 9.3 indicates a very high severity vulnerability. The EPSS score is not available, and the issue is not listed in CISA’s KEV catalog, suggesting that publicly known exploits are currently absent. Exploitation requires the ability to create or modify entries in the IdentityStore, which implies authenticated privileged access or an insider threat. The likely attack vector is an account that can write to the identity store, as no externally exposed network interface is described.

Generated by OpenCVE AI on August 27, 2026 at 18:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a version of openssl_encrypt that addresses the namespace collision flaw; consult the vendor for a fixed release and upgrade immediately.
  • Configure strict access control for the IdentityStore so that only the application and highly trusted service accounts can create or modify identity and contact entries, mitigating the opportunity for shadowed contacts to be introduced.
  • Implement additional verification logic in the application to detect and reject identity/store collision attempts, following CWE‑345 guidance on proper validation of cryptographic parameters.

Generated by OpenCVE AI on August 27, 2026 at 18:59 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
CPEs cpe:2.3:a:jahlives:openssl_encrypt:*:*:*:*:*:python:*:*

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
First Time appeared Jahlives
Jahlives openssl Encrypt
Vendors & Products Jahlives
Jahlives openssl Encrypt
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 27 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description openssl_encrypt before 1.4.9 fails to prevent namespace collisions between own identities and contacts in IdentityStore, allowing attackers to create shadowed contact entries invisible until the corresponding own identity is deleted. When the own identity is deleted, the shadowed contact becomes visible and resolves to the attacker's keys, enabling silent key substitution for encrypted files.
Title openssl_encrypt before 1.4.9 Key Substitution via Identity Shadowing
Weaknesses CWE-345
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Jahlives Openssl Encrypt
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-27T17:38:57.272Z

Reserved: 2026-08-27T11:12:29.818Z

Link: CVE-2026-81706

cve-icon Vulnrichment

Updated: 2026-08-27T17:38:52.874Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-27T17:21:01.293

Modified: 2026-09-01T17:57:53.053

Link: CVE-2026-81706

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T19:00:07Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity