CVE-2026-55391

Summary

datamodel-code-generator generates Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw JSON, YAML, or CSV. Prior to 0.63.0, datamodel-code-generator validates a URL host once in src/datamodel_code_generator/http.py through get_body, _validate_url_for_fetch, and _get_ips_from_host, but then lets httpx resolve the host again for the connection, allowing DNS rebinding to bypass allow_private_network=False and reach internal services. This issue is fixed in version 0.63.0.

Affected Software

VendorProductVersion RangeStatus
koxudaxidatamodel-code-generator< 0.63.0affected

Weaknesses

  • CWE-350: CWE-350: Reliance on Reverse DNS Resolution for a Security-Critical Action
  • CWE-367: CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition
  • CWE-918: CWE-918: Server-Side Request Forgery (SSRF)

References