Description
A missing authentication vulnerability in OpenSignLabs opensignserver through 2.37.0 allows an unauthenticated remote attacker to read arbitrary stored documents via the fileupload Parse cloud function. The function mints MASTER_KEY-signed file access tokens for any caller-supplied URL without performing any session check, defeating the only access control protecting stored contract files.
Published: 2026-08-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a missing authentication in the OpenSignLabs opensignserver, allowing an attacker who is not logged in to read any stored contract files. The fileupload Parse cloud function issues MASTER_KEY‑signed file access tokens for any caller‑supplied URL without checking the session, effectively bypassing the only access control on stored documents. An attacker can use the tokens to retrieve arbitrary stored files over HTTP, leading to confidential data leakage.

Affected Systems

All instances of OpenSignLabs opensignserver up to and including version 2.37.0 are affected. Users running this software retain the same access control mechanism using signed tokens but lack necessary authentication checks. No later releases were mentioned as fixed in the provided data.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity vulnerability. No EPSS score is available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting unknown exploitation activity. The likely attack vector is a remote HTTP call to the fileupload Parse endpoint; no local privilege escalation or code execution is described, but an unauthenticated attacker can read any contract file exposed by the server. Given the lack of an authentication barrier, the risk to confidentiality is significant for systems that expose this endpoint to untrusted networks.

Generated by OpenCVE AI on August 10, 2026 at 18:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version later than 2.37.0 that implements proper authentication checks for the fileupload Parse function.
  • If an upgrade is not immediately possible, block external access to the fileupload Parse endpoint using a firewall or reverse‑proxy rule, allowing only trusted IP ranges or authenticated users to reach it.
  • Verify that no additional services expose the same token‑generation mechanism; if they do, apply the same restriction or consider disabling the endpoint until a patch is available.

Generated by OpenCVE AI on August 10, 2026 at 18:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 11 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Opensignlabs
Opensignlabs opensignserver
Vendors & Products Opensignlabs
Opensignlabs opensignserver

Mon, 10 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description A missing authentication vulnerability in OpenSignLabs opensignserver through 2.37.0 allows an unauthenticated remote attacker to read arbitrary stored documents via the fileupload Parse cloud function. The function mints MASTER_KEY-signed file access tokens for any caller-supplied URL without performing any session check, defeating the only access control protecting stored contract files.
Title OpenSignLabs opensignserver - Missing Authentication for Critical Function
Weaknesses CWE-306
References
Metrics cvssV3_1

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


Subscriptions

Opensignlabs Opensignserver
cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T18:22:30.882Z

Reserved: 2026-08-10T11:55:39.470Z

Link: CVE-2026-72688

cve-icon Vulnrichment

Updated: 2026-08-10T15:51:49.926Z

cve-icon NVD

Status : Deferred

Published: 2026-08-10T13:20:38.987

Modified: 2026-08-26T17:36:16.900

Link: CVE-2026-72688

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T14:23:19Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function