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-54691 Details

ANALYZED


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

Description

datamodel-code-generator generates Python data models from schema definitions. From 0.9.1 until 0.61.0, src/datamodel_code_generator/http.py http.get_body accepts --url targets and redirect chain targets without host/IP validation, allowing server-side request forgery against loopback, private, link-local, metadata, and other network-accessible resources. This issue is fixed in version 0.61.0.

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-918Server-Side Request Forgery (SSRF)[email protected]

Affected Products

ProductVersions
koxudaxi datamodel-code-generator
>= 0.9.1, <= 0.60.2 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 0.61.0moderate effort
  • Workaround:low effort

    Use the `--allow-private-network` flag to allow HTTP(S) requests to private, loopback, link-local, or otherwise non-public network hosts. By default, these targets are blocked to reduce SSRF risk.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-54691
NVD Published Date:
Jul 28, 2026
NVD Last Modified:
Jul 30, 2026
Source:
[email protected]
CVE-2026-54691 Details - Not Deferred