SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-63720

HIGH · CVSS 7.5 EPSS 0.75% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-26 · Last synced 2026-08-25

CyberRota Analysis

AI-Generated

The vulnerability exists in datamodel-code-generator versions prior to 0.70.0, allowing attackers to exploit input schemas to execute arbitrary Python code through a crafted customBasePath value. This code injection can lead to remote code execution, posing a significant risk to systems utilizing this tool. Organizations that rely on datamodel-code-generator for schema management should prioritize updating to the latest version to mitigate this threat.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-63720
Severity
HIGH
CVSS
7.5
EPSS
0.75%

Original NVD Description

datamodel-code-generator prior to version 0.70.0 contains a code injection vulnerability that allows attackers who control input schemas to achieve remote code execution by supplying a malicious customBasePath value containing embedded newlines and a dot-free Python expression. The crafted value is emitted verbatim into a generated 'from ... import ...' statement without identifier validation, causing arbitrary Python code to execute when the generated module is imported.