CVE-2026-72691
Received Received - Intake

Authentication Bypass in OpenSignLabs OpenSignServer via Parse Cloud Function

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

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Description

An authentication bypass vulnerability in OpenSignLabs opensignserver through 2.37.0 allows an unauthenticated remote attacker to mint MASTER_KEY-signed file access tokens for arbitrary stored files via the getsignedurl Parse cloud function. The function skips its isAuthenticated check whenever any docId parameter is supplied, even one corresponding to no real document, allowing the authentication gate to be bypassed by supplying an arbitrary string as docId.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-10
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
opensignlabs opensignserver 2.37.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-288 The product requires authentication, but the product has an alternate path or channel that does not require authentication.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authentication bypass in OpenSignLabs opensignserver version 2.37.0 or earlier. It allows an unauthenticated remote attacker to generate file access tokens signed by the MASTER_KEY for any stored file by exploiting the getsignedurl Parse cloud function. The function fails to perform authentication checks when any docId parameter is provided, even if the docId does not correspond to an existing document.

Detection Guidance

Detecting this vulnerability requires checking for unauthorized access attempts to the getsignedurl endpoint with arbitrary docId parameters. Monitor server logs for requests to /opensignserver/Parse with docId values that do not correspond to valid documents. Look for repeated failed authentication attempts or unusual access patterns to file endpoints.

Impact Analysis

An attacker could exploit this to access sensitive files without proper authorization. This could lead to unauthorized data exposure, data theft, or further attacks within the system if the files contain confidential or proprietary information.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, violating compliance requirements such as GDPR and HIPAA. It may result in data breaches, legal penalties, loss of trust, and potential fines due to non-compliance with data protection regulations.

Mitigation Strategies

Immediately update opensignserver to a patched version beyond 2.37.0. If an update is unavailable, disable the getsignedurl Parse cloud function or restrict access to it via network rules. Implement strict input validation for docId parameters to ensure only valid document IDs are accepted.

Chat Assistant

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

EPSS Chart