Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-59867 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')[email protected]
CWE-829Inclusion of Functionality from Untrusted Control Sphere[email protected]
CWE-918Server-Side Request Forgery (SSRF)[email protected]

Affected Products

ProductVersions
Microsoft Kiota
< 1.32.5 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.32.5moderate effort
  • Workaround:low effort

    Use the `--allowed-external-origins` parameter to specify trusted origins/paths for external references. By default, external references are not loaded.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-59867
NVD Published Date:
Jul 16, 2026
NVD Last Modified:
Aug 17, 2026
Source:
[email protected]
CVE-2026-59867 Details - Not Deferred