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.
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 resides in the getsignedurl Parse cloud function within OpenSignLabs opensignserver. The function bypasses authentication when the docId parameter is present, even if the document does not exist. An unauthenticated attacker can exploit this by supplying any arbitrary string as docId to mint a MASTER_KEY-signed file access token. The resulting token grants direct access to the requested file, allowing the attacker to view, download, or potentially modify arbitrary stored files, thereby compromising confidentiality and possibly integrity.

Affected Systems

All releases of OpenSignLabs opensignserver up to and including version 2.37.0 are affected. The vulnerability applies to the default deployment scenario where the getsignedurl endpoint is publicly reachable. No other vendors or product versions are listed as impacted in the CNA data.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity flaw, while the EPSS score is not reported and the asset is not currently listed in CISA KEV. The attack vector is remote, requiring no prior authentication; the attacker simply crafts a request to the getsignedurl endpoint with any docId. Successful exploitation yields unauthorized download capabilities for any file stored by the application, posing a significant risk to confidentiality.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched version of OpenSignLabs opensignserver that enforces authentication on the getsignedurl endpoint.
  • If a patch is not yet available, restrict access to the getsignedurl endpoint by placing it behind network ACLs or requiring IP whitelisting for trusted hosts only.
  • Enable application‑level authentication enforcement by configuring the token generation logic to reject requests from unauthenticated sessions, ensuring only logged‑in users can mint signed URLs.
  • Monitor logs for unexpected signed URL generation patterns and investigate any anomalies.

Generated by OpenCVE AI on August 10, 2026 at 18:52 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 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.
Title OpenSignLabs opensignserver - Authentication Bypass
Weaknesses CWE-288
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:08.110Z

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

Link: CVE-2026-72691

cve-icon Vulnrichment

Updated: 2026-08-10T15:37:54.790Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-72691

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-288

    Authentication Bypass Using an Alternate Path or Channel