LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32748: WOPI API not protected by credentials/IP check

Nextcloud Richdocuments in an open source self hosted online office. Nextcloud uses the WOPI ("Web Application Open Platform Interface") protocol to communicate with the Collabora Editor, the communication between these two services was not protected by a credentials or IP check. Whilst this does not result in gaining access to data that the user has not yet access to, it can result in a bypass of any enforced watermark on documents as described on the [Nextcloud Virtual Data Room](https://nextcloud.com/virtual-data-room/) website and [our documentation](https://portal.nextcloud.com/article/nextcloud-and-virtual-data-room-configuration-59.html). The Nextcloud Richdocuments releases 3.8.3 and 4.2.0 add an additional admin settings for an allowlist of IP addresses that can access the WOPI API. We recommend upgrading and configuring the allowlist to a list of Collabora servers. There is no known workaround. Note that this primarily results a bypass of any configured watermark or download protection using File Access Control. If you do not require or rely on these as a security feature no immediate action is required on your end.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-32748 affects Nextcloud Richdocuments integrations with Collabora. The WOPI API was not limited by credentials or trusted IPs, allowing a logged-in user to bypass configured document watermarks or download protections. The sources do not indicate unauthorized access to documents the user could not already access.

Executive priority

Treat as a moderate-priority control-bypass issue. It is urgent where document watermarking or download prevention supports compliance, confidentiality, or customer commitments. If those features are not used as security controls, vendor guidance says no immediate action is required.

Technical view

Affected Richdocuments versions are before 3.8.3 and 4.0.0 through before 4.2.0. The issue is CWE-862: missing authorization around WOPI communication between Nextcloud and Collabora. Fixed releases add an admin-configurable IP allowlist for WOPI API access, intended to contain only Collabora servers.

Likely exposure

Exposure is most relevant for self-hosted Nextcloud deployments using Richdocuments with Collabora, especially where Virtual Data Room watermarks or File Access Control download protections are relied on as security controls.

Exploitation context

The bundle cites no KEV listing and no active exploitation evidence. CVSS indicates network access, low complexity, and low privileges required. Impact is limited confidentiality loss through bypassing document protection controls, not privilege escalation or access to otherwise unavailable files.

Researcher notes

The key boundary is WOPI API exposure between Nextcloud Richdocuments and Collabora. The cited impact is bypass of watermarks and File Access Control download protection for data already accessible to the user. Evidence does not support claims of arbitrary document access or active exploitation.

Mitigation direction

  • Upgrade Richdocuments to 3.8.3, 4.2.0, or a later fixed release.
  • Configure the WOPI IP allowlist with only trusted Collabora server addresses.
  • Prioritize deployments using watermarks, download protection, or Virtual Data Room controls.
  • Check current Nextcloud vendor guidance before assuming any workaround exists.

Validation and detection

  • Inventory deployed Nextcloud Richdocuments versions across all instances.
  • Confirm whether affected versions are present: below 3.8.3 or 4.0.0 through below 4.2.0.
  • Verify WOPI API allowlist settings are enabled after upgrade.
  • Confirm only Collabora server IPs are allowed for WOPI access.
  • Identify business workflows relying on watermarking or download protection.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-32748 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2021-32748Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
nextcloudsecurity-advisories< 3.8.3, >= 4.0.0, < 4.2.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.