LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32680: Audit log is not properly logging unsetting of share expiration date

Nextcloud Server is a Nextcloud package that handles data storage. In versions priot to 19.0.13, 20.0.11, and 21.0.3, Nextcloud Server audit logging functionality wasn't properly logging events for the unsetting of a share expiration date. This event is supposed to be logged. This issue is patched in versions 19.0.13, 20.0.11, and 21.0.3.

LowCVSS 3.3Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity Nextcloud audit logging flaw. When a user removed an expiration date from a shared item, the expected audit event was not recorded. The main business risk is reduced accountability for share lifecycle changes, not direct data theft or system compromise.

Executive priority

Treat as a routine patching and governance issue. Prioritize environments where audit evidence is required for compliance, investigations, or customer commitments, but do not rank it with remote code execution or data disclosure flaws.

Technical view

CVE-2021-32680 is CWE-778 insufficient logging in Nextcloud Server. A privileged local user action that unset a share expiration date was not properly written to audit logs. Affected versions are before 19.0.13, 20.0.11, and 21.0.3. Integrity impact is limited to audit trail accuracy.

Likely exposure

Organizations running Nextcloud Server below 19.0.13, 20.0.11, or 21.0.3 are potentially exposed, especially where audit logs support compliance, incident response, or share governance.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. The issue requires an authenticated local user with share permissions and affects logging visibility rather than providing a direct access path.

Researcher notes

The advisory describes a missing audit event, not a bypass of sharing authorization. CVSS 3.3 reflects local access, low privileges, no confidentiality impact, and low integrity impact. Evidence is sufficient for affected versions and fixed versions, but not for exploitation in the wild.

Mitigation direction

  • Upgrade Nextcloud Server to 19.0.13, 20.0.11, 21.0.3, or later supported releases.
  • Review Fedora or Gentoo package advisories if Nextcloud is installed from those distributions.
  • Check current vendor guidance for any additional supported remediation instructions.
  • Review externally shared items for missing or unexpectedly removed expiration dates.

Validation and detection

  • Inventory all Nextcloud Server instances and record their exact versions.
  • Confirm audit logging is enabled where required for governance or compliance.
  • In a non-production test, verify expiration-date removal is logged after patching.
  • Review historical shares created or modified during the vulnerable version window.
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-778: 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-32680 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.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/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.3CVSS 3.1LowCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N1.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/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-778 · source CWE mapping

Insufficient Logging

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