Summary
CVE-2026-72543 is an insecure direct object reference (IDOR) / authorization bypass vulnerability in OpenSignLabs OpenSign through version 2.37.0. An unauthenticated remote attacker can retrieve contact records containing personally identifiable information without any credentials. The issue is rated HIGH severity (CVSS 7.5).
Technical details
- Root cause: the
getcontactParse cloud function executes withuseMasterKeyand performs no authentication or authorization checks before returning the requested contact object (CWE-639: Authorization Bypass Through User-Controlled Key). - Trigger conditions: an attacker supplies a contact identifier to the vulnerable cloud function; because the function runs with master-key privileges, the object ACL is bypassed and the record is returned.
- Attack vector: Network — remotely reachable, no privileges and no user interaction required.
- Impact: unauthenticated enumeration and disclosure of contact records, exposing personally identifiable information (confidentiality). No integrity or availability impact.
Affected software
- OpenSignLabs OpenSign: all versions from 0 through 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: monitor the official OpenSign repository for a fixed release and upgrade beyond 2.37.0 once available. At the time of writing no fixed version had been confirmed by the vendor.
- If no patch: restrict network exposure of the OpenSign server to trusted networks, place it behind authenticated proxy/VPN access, and enforce authorization at the API gateway or reverse proxy for calls to the affected cloud function until a fix is applied.
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

