CVE-2026-55415

HIGH

datamodel-code-generator vulnerable to code injection via `x-python-import` / `customTypePath` in generated import statements

Title source: cna
STIX 2.1

Description

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. From 0.11.6 until 0.64.0, datamodel-code-generator allows attacker-controlled x-python-import or customTypePath schema extensions to reach src/datamodel_code_generator/parser/jsonschema.py and generated import handling through Import.from_full_path and Imports.create_line in src/datamodel_code_generator/imports.py, allowing a newline to break out of an import statement and execute Python code when the generated model is imported. This issue is fixed in version 0.64.0.

Scores

CVSS v3 7.5
EPSS 0.0028
EPSS Percentile 19.9%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact total

Details

CWE
CWE-94 CWE-95
Status published
Products (2)
koxudaxi/datamodel-code-generator >= 0.11.6, < 0.64.0
pypi/datamodel-code-generator 0.11.6 - 0.64.0PyPI
Published Jul 28, 2026
Tracked Since Jul 29, 2026