CVE-2026-55389

HIGH CVSS 3.1: 7.5 EPSS 0.36%
Updated Jul 30, 2026
Koxudaxi
Parameter Value
CVSS 7.5 (HIGH)
Fixed In 0.62.0
Type CWE-200 (Information Exposure), CWE-610, CWE-22 (Path Traversal)
Vendor Koxudaxi
Public PoC No

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.62.0, datamodel-code-generator resolves JSON Schema $ref targets in src/datamodel_code_generator/parser/jsonschema.py through is_url and _get_ref_body without containing file:// or ../ traversal references to the input directory and without honoring --no-allow-remote-refs, allowing arbitrary local file reads. This issue is fixed in version 0.62.0.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
High
Complete data leak
Integrity
None
No data modification
Availability
None
No disruption

CVSS Vector v3.1

Vulnerable Products

koxudaxi:datamodel-code-generator