{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "0.27.0"
              }
            ],
            "source": "AFFECTED_FIELD"
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5cc194956f6f9752d172aa4994385d2d2e7a066f"
            }
          ],
          "repo": "git://github.com/moonshotai/kimi-code",
          "type": "GIT"
        },
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "0.27.0"
              }
            ],
            "source": [
              "DESCRIPTION",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "5cc194956f6f9752d172aa4994385d2d2e7a066f"
            },
            {
              "fixed": "31449728b72df94e22bcb2de350a1e7624895e30"
            }
          ],
          "repo": "https://github.com/moonshotai/kimi-code",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "JFROG",
    "cwe_ids": [
      "CWE-918"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/17xxx/CVE-2026-17534.json"
  },
  "details": "Kimi Code (@moonshot-ai/kimi-code) before 0.27.0 implements FetchURL SSRF hardening as a static hostname and IP-literal denylist in assertSafeFetchTarget, without resolving DNS or re-validating hosts after HTTP redirects. An attacker who can influence a FetchURL call (for example via prompt injection) can supply a crafted public hostname that resolves to loopback or another internal address, or a public URL that redirects to such a target, and thereby reach internal network services that the denylist was intended to block. FetchURL is included in the default auto-approve tool set, so the call does not require interactive user confirmation in manual mode.",
  "id": "CVE-2026-17534",
  "modified": "2026-07-29T03:30:12.957475874Z",
  "published": "2026-07-27T09:19:23.982Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/17xxx/CVE-2026-17534.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/MoonshotAI/kimi-code/releases/tag/%40moonshot-ai%2Fkimi-code%400.27.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-17534"
    },
    {
      "type": "FIX",
      "url": "https://github.com/MoonshotAI/kimi-code/commit/31449728b72df94e22bcb2de350a1e7624895e30"
    },
    {
      "type": "FIX",
      "url": "https://github.com/MoonshotAI/kimi-code/pull/1791"
    },
    {
      "type": "PACKAGE",
      "url": "git://github.com/MoonshotAI/kimi-code"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/MoonshotAI/kimi-code"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Kimi Code FetchURL SSRF protection bypass via DNS-resolving hostnames and redirects"
}