LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32678: Ratelimit not applied on OCS API responses

Nextcloud Server is a Nextcloud package that handles data storage. In versions prior to 19.0.13, 20.0.11, and 21.0.3, ratelimits are not applied to OCS API responses. This affects any OCS API controller (`OCSController`) using the `@BruteForceProtection` annotation. Risk depends on the installed applications on the Nextcloud Server, but could range from bypassing authentication ratelimits or spamming other Nextcloud users. The vulnerability is patched in versions 19.0.13, 20.0.11, and 21.0.3. No workarounds aside from upgrading are known to exist.

LowCVSS 3.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

Older Nextcloud Server releases could fail to enforce rate limits on certain OCS API responses. That weakens protections designed to slow repeated abuse, with impact depending on installed apps. The stated outcomes range from authentication rate-limit bypass to user spam. Severity is low, but internet-facing Nextcloud systems should be upgraded.

Executive priority

Treat this as routine but necessary patching. It is low severity and no active exploitation is cited, but rate-limit failures can weaken abuse controls on collaboration platforms. Upgrade during the next maintenance window, faster for public Nextcloud instances.

Technical view

CVE-2021-32678 affects Nextcloud Server before 19.0.13, 20.0.11, and 21.0.3. OCS API controllers using the @BruteForceProtection annotation did not have rate limits applied to OCS API responses. CVSS is 3.7, with network attack vector, high attack complexity, no required privileges or user interaction, and low confidentiality impact.

Likely exposure

Exposure is limited to organizations running vulnerable Nextcloud Server 19.x, 20.x, or 21.x versions, especially where installed applications expose OCSController endpoints that rely on brute-force protection. Risk is higher when the instance is internet reachable.

Exploitation context

The provided sources do not show known active exploitation, and the CVE is not listed as KEV. Abuse would depend on the specific OCS API controllers and installed Nextcloud apps. Sources describe possible authentication rate-limit bypass or user spam, but do not provide evidence of broader compromise.

Researcher notes

The key technical boundary is OCSController usage with @BruteForceProtection. Impact is application-dependent, so validation should map installed apps and exposed OCS APIs before assigning business risk. The public bundle identifies patches but no workaround or active exploitation evidence.

Mitigation direction

  • Upgrade Nextcloud Server to 19.0.13, 20.0.11, 21.0.3, or later supported releases.
  • Prioritize internet-facing Nextcloud instances and systems with externally reachable OCS APIs.
  • Review vendor and distribution advisories for package-specific update guidance.
  • Do not rely on workarounds; the advisory says none are known aside from upgrading.

Validation and detection

  • Inventory Nextcloud Server versions across hosted and self-managed environments.
  • Confirm vulnerable systems are no longer below 19.0.13, 20.0.11, or 21.0.3.
  • Identify installed apps exposing OCSController functionality that depends on brute-force protection.
  • Review logs for unusual OCS API volume or user-spam patterns after remediation.
Prepared
Confidence
high
Sources
8

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-799: 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-32678 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
Low
CVSS
3.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/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
7Source 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
3.7CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N2.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.7Low
CVSS 3.1 vector shape for CVE-2021-32678Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
nextcloudsecurity-advisories< 19.0.13, >= 20.0.0, < 20.0.11, >= 21.0.0, < 21.0.3Listed
Weakness

CWE details

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

CWE-799 · source CWE mapping

Improper Control of Interaction Frequency

Improper Control of Interaction Frequency represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.