Cyber Resilience

CVE-2024-7297

HighPublic PoC

Published: 30 July 2024

Published
30 July 2024
Modified
24 June 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0333 87.6th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-7297 is a high-severity Improper Control of Dynamically-Managed Code Resources (CWE-913) vulnerability in Langflow Langflow. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 12.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as Other Platforms; in the Other ATLAS/OWASP Terms risk domain; MITRE ATLAS techniques in scope: Data from Information Repositories (AML.T0036), AI Model Inference API Access (AML.T0040), AML.T0045.

EU & UK References

Vulnerability details

Langflow versions prior to 1.0.13 suffer from a Privilege Escalation vulnerability, allowing a remote and low privileged attacker to gain super admin privileges by performing a mass assignment request on the '/api/v1/users' endpoint.

CWE(s)

AI Security AnalysisAI

AI Category
Other Platforms
Risk Domain
Other ATLAS/OWASP Terms
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Langflow is an open-source visual low-code platform for building multi-agent, RAG, and LLM-based AI applications using LangChain components, classifying it as an AI development platform.

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

CVE-2024-7297 enables privilege escalation from low-privileged to super admin via mass assignment exploitation on the /api/v1/users endpoint.

MITRE ATLAS TechniquesAI

MITRE ATLAS techniques

AML.T0036: Data from Information RepositoriesAML.T0040: AI Model Inference API AccessAML.T0045

Affected Assets

langflow
langflow
≤ 1.0.13

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-913

Requiring explicit authorization and ongoing control of mobile code implements proper management of dynamically loaded code resources.

References