Severity by source
AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N
Lifecycle Timeline
3DescriptionGitHub Advisory
Nextcloud is an open source content collaboration platform. From version 2.6.0 to before version 4.3.0, when a previous collective pages was deleted and the collective was shared view-only, guests with access to the collective were able to access the deleted pages directly from the trashbin. This issue has been patched in version 4.3.0.
AnalysisAI
Nextcloud Collectives versions 2.6.0 through 4.3.0 (exclusive) exposes deleted collective pages to unauthorized guests via a missing permission check in the public trash controller. Guests granted view-only access to a shared collective can bypass deletion-based access controls by directly querying trashbin endpoints, reading content that was intentionally removed. CVSS scores this at 2.6 (Low) with no public exploit identified at time of analysis and no CISA KEV listing, placing real-world priority at the lower end of the risk spectrum.
Technical ContextAI
Nextcloud Collectives is a Nextcloud application providing collaborative wiki-style page management. The vulnerability resides in PublicPageTrashController.php, where the trash retrieval path for public (guest) users omitted a call to checkEditPermissions() before serving deleted page content. CWE-284 (Improper Access Control) precisely describes this root cause: the access control gate enforced for active pages was simply absent on the trashbin endpoint. The PR diff at https://github.com/nextcloud/collectives/pull/2432 confirms the fix was a single-line addition of checkEditPermissions() to the relevant controller branch, demonstrating the narrowness of the oversight. The affected CPE is cpe:2.3:a:nextcloud:security-advisories:*:*:*:*:*:*:*:* per NVD, though functionally this is the Collectives component specifically.
RemediationAI
Upgrade Nextcloud Collectives to version 4.3.0, which introduces the missing checkEditPermissions() call in PublicPageTrashController.php as confirmed by the upstream fix at https://github.com/nextcloud/collectives/pull/2432. The vendor-released patch is version 4.3.0 per the security advisory GHSA-8mpv-ggq8-hf3w. If immediate upgrade is not possible, a compensating control is to revoke all view-only guest sharing of collectives containing sensitive pages and avoid sharing collectives where deleted-page confidentiality is a concern. Disabling the public share link for sensitive collectives entirely eliminates the exposed attack surface, though this removes intended collaboration functionality for those collectives.
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 weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33673