{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "source": "REFERENCES"
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "710d7e7f846f93b7a3eadfd3e77075428c39e803"
            }
          ],
          "repo": "https://github.com/agno-agi/agno",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
      "CWE-22"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/76xxx/CVE-2026-76832.json",
    "unresolved_ranges": [
      {
        "extracted_events": [
          {
            "last_affected": "710d7e7"
          }
        ],
        "source": "AFFECTED_FIELD"
      }
    ]
  },
  "details": "Agno's PythonTools in libs/agno/agno/tools/python.py contains a path traversal vulnerability that allows attackers to read, write, or execute arbitrary files by supplying parent-directory traversal sequences in the file_name argument passed to read_file, save_to_file, or run_python_file tool actions. Attackers can inject traversal sequences such as '../../../../../../etc/passwd' through direct tool invocation or via prompt injection embedded in agent-processed content to escape the intended base_dir boundary and achieve arbitrary file read, arbitrary file write, or arbitrary Python code execution within the process user's authority.",
  "id": "CVE-2026-76832",
  "modified": "2026-08-22T03:31:15.901255826Z",
  "published": "2026-08-19T21:58:51.447Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/76xxx/CVE-2026-76832.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-76832"
    },
    {
      "type": "ADVISORY",
      "url": "https://www.vulncheck.com/advisories/agno-pythontools-path-traversal-via-joinpath-file-name-argument"
    },
    {
      "type": "FIX",
      "url": "https://github.com/agno-agi/agno/commit/710d7e7f846f93b7a3eadfd3e77075428c39e803"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/agno-agi/agno"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
      "type": "CVSS_V4"
    }
  ],
  "summary": "Agno PythonTools Path Traversal via joinpath file_name argument"
}