Summary
CVE-2026-72548 is an unauthenticated information disclosure vulnerability (CWE-200) in OpenSignLabs OpenSign, an open-source document e-signing platform. The gettenant Parse cloud function accepts a contactId parameter and returns complete tenant records without enforcing authentication or authorization, allowing remote attackers to enumerate and expose tenant configuration data across organizations. It is rated HIGH severity with a CVSS v3.1 base score of 7.5.
Technical details
- Root cause: The
gettenantParse cloud function does not perform authentication or authorization checks before returning tenant data. - Trigger conditions: An attacker invokes the
gettenantfunction with acontactIdparameter; no credentials or user interaction are required. - Attack vector: Network — the function is reachable remotely over the application’s Parse server interface.
- Impact: Disclosure of complete tenant records, enabling enumeration and exposure of tenant configuration details across organizations. The flaw affects confidentiality only; integrity and availability are not impacted.
Affected software
- OpenSignLabs OpenSign through version 2.37.0.
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: At the time of publication, no fixed release is identified in the CVE record. Monitor the OpenSign project for a release that supersedes 2.37.0 and upgrade as soon as a patched version is available.
- If no patch: Restrict network access to the OpenSign/Parse server so it is not reachable by untrusted networks, and place authentication/authorization controls (for example a reverse proxy or API gateway) in front of the Parse cloud function endpoints to block unauthenticated calls to
gettenant.
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 response body:
opensign-server is running!!! descriptionmeta tag content:The fastest way to sign PDFs & request signatures from others

