CVE-2026-61461 PUBLISHED

Dify < 1.16.0-rc1 SQL Injection via MyScale Vector Store search_by_full_text

Assigner: VulnCheck
Reserved: 09.07.2026 Published: 10.07.2026 Updated: 10.07.2026

Dify before 1.16.0-rc1 contains a SQL injection vulnerability in the MyScale vector store backend that allows attackers to execute arbitrary SQL by supplying unsanitized search parameters to the search_by_full_text method without escaping or parameterization. Attackers can inject malicious SQL through the search parameters to read, modify, or delete data in the underlying ClickHouse database.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor langgenius
Product dify
Versions Default: unaffected
  • affected from 0 to 1.16.0-rc1 (excl.)

Credits

  • YU SUN finder

References

Problem Types

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