CVE-2026-28438 PUBLISHED

CocoIndex Doris target connector didn't verify table name when constructing ALTER TABLE statements

Assigner: GitHub_M
Reserved: 27.02.2026 Published: 06.03.2026 Updated: 06.03.2026

CocoIndex is a data transformation framework for AI. Prior to version 0.3.34, the Doris target connector didn't verify the configured table name before creating some SQL statements (ALTER TABLE). So, in the application code, if the table name is provided by an untrusted upstream, it expose vulnerability to SQL injection when target schema change. This issue has been patched in version 0.3.34.

Metrics

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

Product Status

Vendor cocoindex-io
Product cocoindex
Versions
  • Version < 0.3.34 is affected

References

Problem Types

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