---
id: CVE-2026-10105
aliases:
  - GHSA-82m5-3pcp-hccq
title: agno contains a SQL injection vulnerability
summary: agno contains a SQL injection vulnerability
severity: high
cvss: 8.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L'
vendor: agno
product: agno
ecosystem: pip
affected:
  - agno <= 2.6.5
published: '2026-05-29'
updated: '2026-07-02'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-82m5-3pcp-hccq'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-10105'
  - url: 'https://github.com/agno-agi/agno/issues/7866'
  - url: 'https://github.com/agno-agi/agno/pull/7883'
  - url: >-
      https://github.com/agno-agi/agno/pull/7883/changes/26a7439b803c0ccc9a58ee53572d8088a678923f
  - url: >-
      https://github.com/agno-agi/agno/pull/7883/changes/a0ec99305e782e68ba26f5966c53ad50b5f40132
  - url: 'https://github.com/agno-agi/agno'
  - url: >-
      https://www.vulncheck.com/advisories/agno-sql-injection-via-clickhouse-delete-by-metadata
tags:
  - osv
  - pip
epss: 0.00319
epssPercentile: 0.25138
ingestedAt: '2026-07-08T18:25:47.270Z'
---

## Overview

agno 2.6.5 contains a SQL injection vulnerability in the ClickHouse vector database backend that allows attackers to inject arbitrary SQL expressions by supplying malicious metadata keys and values to the delete_by_metadata() method. Attackers can exploit the unsafe f-string interpolation in clickhousedb.py to delete all rows, target specific rows, or extract information through error-based or blind SQL injection techniques.

## Affected packages

- `agno <= 2.6.5`

## Remediation

Refer to the advisory for the patched release.
