LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32654: Attacker can obtain write access to any federated share/public link

Nextcloud Server is a Nextcloud package that handles data storage. In versions prior to 19.0.11, 20.0.10, and 21.0.2, an attacker is able to receive write/read privileges on any Federated File Share. Since public links can be added as federated file share, this can also be exploited on any public link. Users can upgrade to patched versions (19.0.11, 20.0.10 or 21.0.2) or, as a workaround, disable federated file sharing.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Affected Nextcloud servers could let an unauthenticated attacker gain read and write access to federated shares, including public links added as federated shares. That creates direct confidentiality, integrity, and availability risk for shared files. The vendor remedy is to upgrade to fixed Nextcloud releases or disable federated file sharing as a workaround.

Executive priority

Treat this as high priority for any Nextcloud environment handling sensitive shared files. The business concern is unauthorized file access and modification through sharing features, not just server compromise. Prioritize patching internet-facing or collaboration-heavy deployments first.

Technical view

CVE-2021-32654 is a CWE-639 authorization flaw in Nextcloud Server before 19.0.11, 20.0.10, and 21.0.2. The advisory says an attacker can receive read/write privileges on any federated file share, including public links used as federated shares. CVSS 3.1 is 8.1 with network attack vector, no privileges, and no user interaction.

Likely exposure

Exposure is most likely where affected Nextcloud versions are still running and federated file sharing or public links are enabled. Publicly reachable Nextcloud deployments deserve priority review because the CVSS vector is network-based and requires no prior privileges.

Exploitation context

The provided bundle reports no CISA KEV listing and gives no cited evidence of active exploitation. The risk remains serious because successful exploitation could expose or modify shared data, though the CVSS vector marks attack complexity as high.

Researcher notes

Evidence supports affected-version ranges, impact, CVSS, and the vendor workaround. The bundle does not provide exploit details or confirmed exploitation. Validate exposure through version and configuration review rather than assuming every Nextcloud deployment is vulnerable.

Mitigation direction

  • Upgrade Nextcloud Server to 19.0.11, 20.0.10, 21.0.2, or later supported releases.
  • Disable federated file sharing if immediate upgrade is not possible.
  • Review vendor and distribution advisories for environment-specific update guidance.
  • Assess exposed public links and federated shares for unnecessary access.

Validation and detection

  • Inventory all Nextcloud instances and record their exact server versions.
  • Confirm federated file sharing and public link configuration on each instance.
  • Verify patched versions are deployed after maintenance.
  • Review shared-file audit trails for unexpected access or modifications.
  • Check whether any compensating control only disables federation temporarily.
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 · 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-32654 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
High
CVSS
8.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/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
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
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2021-32654Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
nextcloudsecurity-advisories< 19.0.11, >= 20.0.0, < 20.0.10, >= 21.0.0, < 21.0.2Listed
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.