Summary
CVE-2026-72689 is a broken object-level authorization (CWE-639) vulnerability in OpenSignLabs opensignserver through version 2.37.0. An unauthenticated remote attacker can read complete contract records — including sender and signer PII and a pre-signed document download URL — by abusing the getDocument Parse cloud function. It is rated HIGH severity (CVSS 7.5).
Technical details
- Root cause: The
getDocumentParse cloud function fetches documents usinguseMasterKey, which bypasses the object’s ACL and returns the full record regardless of the caller’s identity or permissions. - Trigger conditions: The function returns the complete record — including a pre-signed document download URL — whenever the document’s
IsEnableOTPflag is unset, which is the default configuration. - Attack vector: Network; the function can be invoked by an unauthenticated remote attacker with no user interaction.
- Impact: Confidentiality breach through exposure of sensitive contract data and personally identifiable information of senders and signers, plus retrieval of pre-signed download URLs.
Affected software
- OpenSignLabs opensignserver: all versions from 0 through 2.37.0 (inclusive).
Severity
- CVSS v3.1 base score: 7.5 (HIGH)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Mitigation and recommended actions
- Immediate: Upgrade opensignserver to a release later than 2.37.0 that addresses this issue. Monitor the official OpenSign GitHub repository for the fixed release and apply it as soon as it is available.
- If no patch: Restrict network exposure of the opensignserver instance and its Parse cloud functions to trusted networks only, place it behind authentication-enforcing gateways, and where feasible enable OTP protection on documents (
IsEnableOTP) to reduce exposure of pre-signed download URLs.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Raw HTTP response body:
opensign-server is running !!! descriptionmeta tag content:The fastest way to sign PDFs & request signatures from others

