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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/nextcloud/security-advisories/security/advisories/GHSA-24x8-h6m2-9jf2CVE reference · x_refsource_CONFIRM
- https://github.com/nextcloud/richdocuments/pull/1640CVE reference · x_refsource_MISC
- https://hackerone.com/reports/1194606CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
