Skip to content

Sender Impersonation via Certificate Issuer Validation Gap

Moderate
loetifuss published GHSA-qfq7-8jgh-2272 Jul 15, 2026

Package

maven de.tk.opensource:secon-tool (Maven)

Affected versions

< 1.2.3

Patched versions

>= 1.2.3

Description

Impact

Certificate‑issuer validation gap leading to sender impersonation (CWE‑295).

A Sender Impersonation flaw enables an enrolled participant (i.e. a legitimate user whose certificate is stored in the recipient’s directory) to forge a SECON message that the receiver authenticates as coming from any other participant. The root cause is an inadequate issuer‑validation step that accepts any directory entry as a signing authority, regardless of whether the certificate is a Certificate Authority (CA).

Affected configurations

Affected configurations populate the certificate directory with end-entity (participant) certificates. Deployments using an LDAP directory that holds only certificate-authority certificates are not affected through this path

Patches

Fixed versions: >= 1.2.3

What the fix does
Issuer lookup now rejects any certificate whose BasicConstraints value is not set (i.e. not a CA).

Workarounds

Audit the keystore that secon-tool uses as its directory and remove any non-CA (end-entity) certificates; reserve the keystore for CA certificates and route participant lookup through an LDAP directory.

References

GKV - Anlage 16 -SECON Security Schnittstelle

Machine Spirits Advisory MS-SECON-1f6bd9 https://machinespirits.com/advisory/1f6bd9/

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

CVE ID

CVE-2026-62359

Weaknesses

Improper Certificate Validation

The product does not validate, or incorrectly validates, a certificate. Learn more on MITRE.

Credits