CVE-2026-88819
Received Received - Intake

Proof of Possession Bypass in Siglet via Refresh Token Handler

Vulnerability report for CVE-2026-88819, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-14

Last updated on: 2026-09-14

Assigner: Eclipse Foundation

Description

In Siglet current and past versions the refresh token handler do not enforce proof of possession of the issuer DID.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-14
Last Modified
2026-09-14
Generated
2026-09-15
AI Q&A
2026-09-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
eclipse data_plane_core From 2026-04-07 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-345 The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.
CWE-290 This attack-focused weakness is caused by incorrectly implemented authentication schemes that are subject to spoofing attacks.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a proof-of-possession bypass in the Eclipse Data Plane Core project. It allows an attacker with a valid refresh token and access token pair to forge a bound token signed with an arbitrary keypair. The attacker can publish a public key at a did:web: host they control and manipulate iss and kid claims to bypass the proof-of-possession mechanism.

Detection Guidance

To detect this vulnerability, inspect the JWT token handling in Siglet versions affected by CVE-2026-88819. Check if the renew() function properly validates the issuer DID in refresh tokens. Look for tokens with mismatched issuer claims or unsigned tokens. Review logs for unauthorized token renewals or tokens issued with arbitrary keypairs.

Impact Analysis

An attacker could use this vulnerability to mint new access tokens indefinitely without the legitimate client's private key. This could lead to unauthorized access to resources protected by the tokens, potentially allowing the attacker to impersonate the legitimate user or escalate privileges.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. It may result in data breaches, non-compliance with data protection regulations, and potential legal or financial penalties due to compromised access controls.

Mitigation Strategies

Update to the latest version of Siglet that includes a fix for the refresh token handler proof-of-possession bypass. Review all refresh and access tokens in use and invalidate any potentially compromised tokens. Ensure the renew() function now verifies the iss claim matches the legitimate client's identity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-88819. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart