LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32744: Unauthenticated attacker could gain access to currently open files

Collabora Online is a collaborative online office suite. In versions prior to 4.2.17-1 and version 6.4.9-5, unauthenticated attackers are able to gain access to files which are currently opened by other users in the Collabora Online editor. For successful exploitation the attacker is required to guess the file identifier - the predictability of this file identifier is dependent on external file-storage implementations (this is a potential "IDOR" - Insecure Direct Object Reference - vulnerability). Versions 4.2.17-1 and 6.4.9-5 contain patches for this issue. There is no known workaround except updating the Collabora Online application to one of the patched releases.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Collabora Online had a critical access-control flaw that could let an unauthenticated person access files currently open in the editor. Success depended on guessing a file identifier, whose predictability depended on the connected storage system. The vendor states patched releases are available and no workaround is known except updating.

Executive priority

Prioritize remediation as critical where Collabora Online is used for sensitive or regulated documents. The business risk is unauthorized document access without login, but current sources do not show confirmed exploitation. Patching is the only stated fix.

Technical view

CVE-2021-32744 is an IDOR-style authorization issue in Collabora Online. Affected versions are before 4.2.17-1 and 6.4.0 through before 6.4.9-5. An unauthenticated attacker could access currently opened files if they guessed the file identifier. The issue maps to CWE-639 and has CVSS 3.1 score 9.8.

Likely exposure

Exposure is most likely where affected Collabora Online versions are deployed and users open documents through the editor. Risk increases when the external file-storage implementation uses predictable file identifiers. The source bundle does not identify specific storage products or deployment architectures beyond Collabora Online.

Exploitation context

The source bundle does not confirm active exploitation, and this CVE is not marked KEV. Exploitation requires guessing a live file identifier for a file currently open by another user. The advisory describes unauthenticated access potential but does not provide public exploit details here.

Researcher notes

The key dependency is identifier guessability from external file-storage implementations. Research should focus on affected Collabora Online versions, live opened-file exposure, and storage identifier entropy without publishing weaponized request patterns. Evidence is limited to the CVE record and GitHub advisory in the bundle.

Mitigation direction

  • Upgrade Collabora Online to 4.2.17-1, 6.4.9-5, or a later fixed supported release.
  • Prioritize deployments handling confidential documents or reachable by untrusted users.
  • Confirm there are no remaining hosts on the affected version ranges.
  • Check Collabora vendor guidance before relying on any compensating control.
  • Treat lack of a workaround as a patch urgency signal.

Validation and detection

  • Inventory Collabora Online package, container, or appliance versions.
  • Compare versions against <4.2.17-1 and >=6.4.0, <6.4.9-5.
  • Identify integrations where file identifiers may be predictable.
  • Confirm patched deployments still support expected document collaboration workflows.
  • Review access logs for suspicious unauthenticated document access patterns, if available.
Prepared
Confidence
high
Sources
3

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 · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-32744 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
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

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

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
2Source 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
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2021-32744Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
CollaboraOnlineonline< 4.2.17-1, >= 6.4.0, < 6.4.9-5Listed
Weakness

CWE details

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

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.