CVE Catalog

CVE-2026-59867

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

High risk
1.92%

78th percentile - higher than 78% of all known CVEs

Summary

Kiota before versions 1.29.1 and 1.32.5 resolved OpenAPI $ref values by fetching remote URLs and reading local file paths, allowing SSRF, remote file inclusion, and local file inclusion during client generation.

Risk Assessment

An attacker can use a malicious OpenAPI description to perform SSRF attacks or read sensitive local files, potentially leading to data leakage or privilege escalation.

Recommendation

Update Kiota to version 1.29.1 or 1.32.5 and configure the --allowed-external-origins option to restrict allowed external sources.

Other vulnerabilities in Kiota

See all
Original NVD description (English source)

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.29.1 and 1.32.5, Kiota resolved OpenAPI $ref values by fetching remote http(s) URLs and reading local absolute or out-of-tree file paths, allowing `kiota generate` on an attacker-controlled or attacker-influenced description to perform build-time SSRF, remote file inclusion, and local file inclusion by inlining external schemas such as REMOTE_KIOTA_PROP or Leaked into generated clients. This issue is fixed in version 1.29.1 and 1.32.5 by AllowedExternalOriginsStreamLoader and the --allowed-external-origins option.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS