
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-66551 is an authorization bypass vulnerability in the Nextcloud Tables app that allows an authenticated malicious user to create their own table and then move a column into another user's table without authorization. It affects Nextcloud Tables versions 0.4.0 through 0.8.5 and 0.9.0 through 0.9.2. The vulnerability was published on December 5, 2025, and patches were released on December 9, 2025. It carries a CVSS v3.1 base score of 4.3 (Medium) per NVD, and 6.3 (Moderate) per the GitHub Security Advisory (GitHub Advisory, Feedly).
The root cause is a missing ownership check in the Tables app's column management logic, classified as CWE-639 (Authorization Bypass Through User-Controlled Key). Specifically, the private ColumnsController allowed a user to update a column's tableId field without verifying that the target table belongs to the requesting user, enabling cross-table column injection. The fix removed the vulnerable ColumnsController entirely and migrated all column operations to the Api1Controller, which enforces proper ownership validation; additionally, the tableId parameter was removed from the ColumnService::update() method to prevent table reassignment (GitHub Advisory, Fix Commit).
A low-privileged authenticated attacker can manipulate the structure of another user's table by injecting unauthorized columns, leading to data integrity violations, corruption of table schemas, and potential disruption of workflows dependent on those tables. There is no confidentiality impact (no data read access is gained), but integrity impact is rated High in the GitHub advisory due to the ability to modify victim-owned data structures. Availability may also be partially affected if injected columns disrupt table functionality (GitHub Advisory, Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time. The EPSS score is approximately 0.03%, indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires a valid low-privilege account on the Nextcloud instance and some user interaction (Feedly, GitHub Advisory).
ColumnsController endpoint (e.g., PUT /apps/tables/column/{columnId}), send a crafted HTTP PUT request with the attacker's column ID and set the tableId parameter to the victim's table ID — bypassing ownership validation.tableId without verifying ownership, effectively injecting the attacker's column into the victim's table and corrupting its structure (GitHub Advisory, Fix Commit)./apps/tables/column/{id} (the deprecated private ColumnsController endpoint) from authenticated users, particularly with a tableId value not owned by the requesting user.tableId; repeated API calls to column update endpoints across different table IDs from the same user account.Upgrade Nextcloud Tables to version 0.8.6 (for the 0.8.x branch) or 0.9.3 (for the 0.9.x branch) to remediate this vulnerability. If an immediate upgrade is not possible, the official workaround is to disable the Tables app entirely within the Nextcloud admin panel until patching can be performed. Administrators should also audit existing tables for unexpected columns as a post-incident check (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."