CVE-2026-45722 PUBLISHED

Nextcloud: Tables app allows limited SQLi in ORDER BY with malicious sort order argument for Table Views

Assigner: GitHub_M
Reserved: 13.05.2026 Published: 01.06.2026 Updated: 01.06.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L
CVSS Score: 7.1

Product Status

Vendor nextcloud
Product security-advisories
Versions
  • Version >= 0.9.0, < 0.9.7 is affected
  • Version >= 1.0.0, < 1.0.2 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE