Description
An Insecure Direct Object Reference (IDOR) vulnerability was discovered in ONLYOFFICE DocSpace before 3.2.1. The flaw exists in multiple REST API endpoints. This allows authenticated users with low-level permissions (User or Guest) to retrieve sensitive information, such as the Owner's unique identifier (ID) and profile information, which should only be accessible to administrators.
Published: 2026-05-26
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an Insecure Direct Object Reference in several ONLYOFFICE DocSpace REST API endpoints that permits users with basic or guest roles to obtain data that should be restricted to administrators, such as the owner’s unique identifier and personal profile records. Because the flaw relies on insufficient authorization checks, a logged‑in user can simply request the resource using a predictable or enumerated identifier and receive the sensitive data. This enables a privacy breach and potential misuse of personal information. The weakness is characterized by improper input validation and lack of proper access controls, leading to information disclosure.

Affected Systems

ONLYOFFICE DocSpace versions before 3.2.1, where the REST API exposed owner identifiers and profile data to non‑administrator users.

Risk and Exploitability

Exploitation requires only an authenticated User or Guest account; no special privileges or exploit code are needed. The attack vector is a direct API call that returns sensitive information. The CVSS score is 4.3, indicating a moderate risk. While no EPSS score is available and the issue is not listed in the CISA KEV catalog, the confidentiality impact is significant, as the system reveals personal identifiers that could enable further social engineering or targeted attacks. The risk is primarily a privacy breach rather than a code‑execution or denial‑of‑service scenario.

Generated by OpenCVE AI on May 26, 2026 at 21:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ONLYOFFICE DocSpace to version 3.2.1 or later, where the IDOR issue is fixed.
  • Restrict API endpoints that expose owner identifiers and profile data to administrator roles only.
  • Audit current role permissions and remove any User or Guest access to those sensitive endpoints.
  • Review and tighten authorization checks on all REST API resources to enforce least‑privilege access controls.

Generated by OpenCVE AI on May 26, 2026 at 21:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Onlyoffice
Onlyoffice docspace
Vendors & Products Onlyoffice
Onlyoffice docspace

Tue, 26 May 2026 22:00:00 +0000

Type Values Removed Values Added
Title Insecure Direct Object Reference in ONLYOFFICE DocSpace REST API Enables Sensitive Data Exposure for Low-Permission Users

Tue, 26 May 2026 20:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Tue, 26 May 2026 16:45:00 +0000

Type Values Removed Values Added
Title Insecure Direct Object Reference in ONLYOFFICE DocSpace REST API Enables Sensitive Data Exposure for Low-Permission Users
Weaknesses CWE-639

Tue, 26 May 2026 15:45:00 +0000

Type Values Removed Values Added
Description An Insecure Direct Object Reference (IDOR) vulnerability was discovered in ONLYOFFICE DocSpace before 3.2.1. The flaw exists in multiple REST API endpoints. This allows authenticated users with low-level permissions (User or Guest) to retrieve sensitive information, such as the Owner's unique identifier (ID) and profile information, which should only be accessible to administrators.
References

Subscriptions

Onlyoffice Docspace
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-05-26T20:07:07.679Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-38587

cve-icon Vulnrichment

Updated: 2026-05-26T20:06:58.823Z

cve-icon NVD

Status : Deferred

Published: 2026-05-26T16:16:23.920

Modified: 2026-05-26T21:16:36.603

Link: CVE-2026-38587

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T10:05:42Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key