Description
Nextcloud is an open source content collaboration platform. From versions 0.9.0 to before 0.9.7, and 1.0.0 to before 1.0.2, a missing sanitization in the Tables app allowed a user with access to the tables app to perform a limited SQL injection in the ORDER BY statement of a query. Compared to normal SQL injections, the ORDER BY is limited to extracting a single bit of information per request or to make the database wait for a given time. This issue has been patched in versions 0.9.7 and 1.0.2.
Published: 2026-06-01
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Nextcloud Tables app where a missing sanitization allows a user with access to the app to inject malicious SQL code into the ORDER BY clause of a query. The injection is limited: it can extract one bit of information per request or induce a timed delay, rather than allowing full exploitation of the underlying database. Nonetheless, repeated exploitation could reveal sensitive data or be used for timing‑based attacks.

Affected Systems

Nextcloud Tables app versions 0.9.0 through 0.9.6 and 1.0.0 through 1.0.1 are affected. Versions 0.9.7 and later, and 1.0.2 and later contain the patch.

Risk and Exploitability

The CVSS score of 7.1 classifies the issue as high severity, although the EPSS score is not available, indicating limited publicly known exploitation data. The flaw is not listed in the CISA KEV catalogue, and the attack likely requires the attacker to have legitimate or compromised credentials that grant access to the Tables app. The limited nature of the injection (single‑bit extraction or timing) means the immediate risk is moderate to high for organizations that expose the app to untrusted users, but mass exploitation is unlikely.

Generated by OpenCVE AI on June 1, 2026 at 20:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Nextcloud Tables app to version 0.9.7 or newer, or 1.0.2 or newer, to receive the patch that removes the unsanitized input.
  • If upgrading is not immediately possible, limit the Tables app’s accessibility to trusted users only or place it behind additional authentication and authorization controls.
  • Review and sanitize any custom sort order inputs before passing them to the database, ensuring they are strictly limited to allowed column names and ordering directions.

Generated by OpenCVE AI on June 1, 2026 at 20:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 01 Jun 2026 22:00:00 +0000

Type Values Removed Values Added
First Time appeared Nextcloud
Nextcloud tables
Vendors & Products Nextcloud
Nextcloud tables

Mon, 01 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 01 Jun 2026 19:00:00 +0000

Type Values Removed Values Added
Description Nextcloud is an open source content collaboration platform. From versions 0.9.0 to before 0.9.7, and 1.0.0 to before 1.0.2, a missing sanitization in the Tables app allowed a user with access to the tables app to perform a limited SQL injection in the ORDER BY statement of a query. Compared to normal SQL injections, the ORDER BY is limited to extracting a single bit of information per request or to make the database wait for a given time. This issue has been patched in versions 0.9.7 and 1.0.2.
Title Nextcloud: Tables app allows limited SQLi in ORDER BY with malicious sort order argument for Table Views
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L'}


Subscriptions

Nextcloud Tables
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-01T19:33:47.068Z

Reserved: 2026-05-13T05:51:48.666Z

Link: CVE-2026-45722

cve-icon Vulnrichment

Updated: 2026-06-01T19:33:40.946Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-06-01T19:16:52.840

Modified: 2026-06-02T14:00:31.067

Link: CVE-2026-45722

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-01T21:45:22Z

Weaknesses