LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32734: File path disclosure of shared files in Nextcloud Text application

Nextcloud Server is a Nextcloud package that handles data storage. In versions prior to 19.0.13, 20.011, and 21.0.3, the Nextcloud Text application shipped with Nextcloud Server returned verbatim exception messages to the user. This could result in a full path disclosure on shared files. The issue was fixed in versions 19.0.13, 20.0.11, and 21.0.3. As a workaround, one may disable the Nextcloud Text application in Nextcloud Server app settings.

LowCVSS 3.1Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity information disclosure in Nextcloud Text. Vulnerable versions could show users raw error messages that reveal full server file paths for shared files. It does not indicate data modification, service disruption, or unauthenticated compromise, but leaked paths can help attackers understand server layout.

Executive priority

Handle in the normal patch cycle, with faster action for internet-facing or sensitive collaboration environments. The direct impact is limited, but server path disclosure can support follow-on reconnaissance.

Technical view

CWE-209: Nextcloud Text returned verbatim exception messages to users. For shared files, those messages could disclose full filesystem paths. The CVSS vector requires network access and low privileges, with high attack complexity and confidentiality-only impact. Fixed releases are 19.0.13, 20.0.11, and 21.0.3.

Likely exposure

Exposure is most likely in self-hosted Nextcloud Server environments running affected 19.x, 20.x, or 21.x versions with the Text app enabled and shared-file workflows in use.

Exploitation context

The bundle does not show active exploitation, and CISA KEV status is false. Public reporting exists through GitHub advisories, a pull request, HackerOne, and Gentoo guidance, but the cited evidence describes path disclosure rather than weaponized exploitation.

Researcher notes

The sources identify Nextcloud Text within Nextcloud Server and affected ranges before 19.0.13, 20.0.11, and 21.0.3. Evidence supports CWE-209 information exposure only. No source in the bundle confirms active exploitation or broader product impact.

Mitigation direction

  • Upgrade Nextcloud Server to 19.0.13, 20.0.11, 21.0.3, or later.
  • Disable the Nextcloud Text application if immediate upgrade is not possible.
  • Check vendor and distribution advisories for package-specific update guidance.
  • Prioritize internet-facing or externally shared Nextcloud instances first.

Validation and detection

  • Inventory Nextcloud Server versions across production and staging systems.
  • Confirm whether the Nextcloud Text application is enabled.
  • Verify affected branches are at or above the fixed versions.
  • Review shared-file error handling for absence of full filesystem paths.
Prepared
Confidence
high
Sources
6

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

CWE-209: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-32734 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.1 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/PR:L/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-209 · source CWE mapping

Generation of Error Message Containing Sensitive Information

Generation of Error Message Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.