CVE-2026-45545 PUBLISHED

Nextcloud: SQL Injection in Column Type Parameter Allows Arbitrary SQL Execution

Assigner: GitHub_M
Reserved: 12.05.2026 Published: 01.06.2026 Updated: 02.06.2026

Nextcloud is an open source content collaboration platform. From versions 0.7.0 to before 0.7.7, 0.8.0 to before 0.8.10, 0.9.0 to before 0.9.8, and 1.0.0 to before 1.0.4, an authenticated attacker with access to the Tables app may be able to execute arbitrary up to 20 bytes long SQL queries, through a stored injection. With carefully crafted input it is possible to break out of the length limitation. The attacker could use this to extract information from the database, or modify data. This issue has been patched in versions 0.7.7, 0.8.10, 0.9.8, 1.0.4, and 2.0.0.

Metrics

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

Product Status

Vendor nextcloud
Product security-advisories
Versions
  • Version >= 0.7.0, < 0.7.7 is affected
  • Version >= 0.8.0, < 0.8.10 is affected
  • Version >= 0.9.0, < 0.9.8 is affected
  • Version >= 1.0.0, < 1.0.4 is affected

References

Problem Types

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