Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Primary rating from Vendor (GitHub_M) · only source for this CVE.
CVSS VectorVendor: GitHub_M
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
3DescriptionCVE.org
Nextcloud is an open source content collaboration platform. From version 0.8.0 to before version 1.0.4, the view filter criteria is exposed to users with read-only permissions in Nextcloud Tables. This issue has been patched in versions 1.0.4 and 2.0.0.
AnalysisAI
Nextcloud Tables versions 0.8.0 through 1.0.3 improperly disclose view filter criteria to authenticated users holding only read-only permissions on a shared view. The flaw in ViewService.php attempted to sanitize filter arrays for low-privileged users but instead exposed the full filter rules - potentially revealing sensitive column names, threshold values, or data organization logic the view owner intended to keep confidential. No public exploit code has been identified at time of analysis, and this CVE is not listed in CISA KEV, indicating no confirmed active exploitation.
Technical ContextAI
Nextcloud Tables is a self-hosted spreadsheet and database application built on the Nextcloud collaboration platform. The vulnerability resides in lib/Service/ViewService.php within the enhanceView() method, which is responsible for preparing view objects before delivery to the requesting user. For read-only users, the original code attempted to strip filter details by mapping over the raw filter array - intending to signal only the presence of a filter while hiding its specifics - but this partial sanitization failed to actually redact the filter criteria. CWE-1230 (Exposure of Sensitive Information Through Metadata) precisely describes this root cause: the filter rules, which are metadata governing which rows are visible and how data is sorted, leaked to unprivileged users. The fix in PR #2312 replaces the flawed map-based sanitization with an unconditional $view->setFilterArray([]) call, completely clearing filter data for unauthorized users rather than attempting a selective redaction.
RemediationAI
Upgrade Nextcloud Tables to version 1.0.4 or 2.0.0, both of which are confirmed patched releases per the vendor advisory at https://github.com/nextcloud/security-advisories/security/advisories/GHSA-vvxm-6jjp-m9mp. The underlying fix is delivered through merged pull request #2312 (https://github.com/nextcloud/tables/pull/2312). If an immediate upgrade cannot be applied, a viable compensating control is to restrict view sharing to fully-trusted users only - removing read-only access grants for partially-trusted accounts until the patch is deployed. This workaround eliminates the exploitation prerequisite (low-privileged read access) but may disrupt legitimate collaboration workflows for users relying on shared view access.
Nextcloud server is an open source home cloud implementation. Rated high severity (CVSS 8.8), this vulnerability is remo
A too lax check in Nextcloud Talk 6.0.4, 7.0.2 and 8.0.7 allowed a code injection when a not correctly sanitized talk co
Nextcloud Server provides data storage for Nextcloud, an open source cloud platform. Rated critical severity (CVSS 9.8),
Nextcloud Server before 9.0.54 and 10.0.1 & ownCloud Server before 9.1.2, 9.0.6, and 8.2.9 suffer from SMB User Authenti
NextCloud Cookbook is a recipe library app. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitable,
Nextcloud server is an open source home cloud implementation. Rated high severity (CVSS 8.8), this vulnerability is remo
Nextcloud Desktop Client prior to 3.1.3 is vulnerable to resource injection by way of missing validation of URLs, allowi
lib/Controller/ExtractionController.php in the Extract add-on before 1.2.0 for Nextcloud allows Remote Code Execution vi
Insufficient protection of the server-side encryption keys in Nextcloud Server 19.0.1 allowed an attacker to replace the
A bug in Nextcloud Server 14.0.4 could expose more data in reshared link shares than intended by the sharer. Rated high
Improper access control in Nextcloud Deck 0.8.0 allowed an attacker to reshare boards shared with them with more permiss
A code injection in Nextcloud Desktop Client 2.6.4 allowed to load arbitrary code when placing a malicious OpenSSL confi
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33714