Cyber Resilience

CVE-2026-8056

RCE in Langflow 1.0.0 – 1.10.1

Published
17 July 2026
Modified
23 July 2026
Patch / advisory
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0029 22th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-8056 is a high-severity Code Injection (CWE-94) vulnerability in Langflow Langflow. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 22th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Langflow OSS 1.0.0 through 1.10.0 allows authenticated users to override component parameters at runtime via the API. A critical security flaw exists in the parameter filtering mechanism within the `apply_tweaks()` function.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

CWE-94 code injection in apply_tweaks() via unauthenticated API parameter override directly enables remote code execution on the Langflow server (T1190) and arbitrary command/script execution (T1059).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1059 Command and Scripting Interpreter Executionconfidence: HIGH
CWE-94 code injection via flawed parameter filtering in apply_tweaks() directly enables arbitrary command/script execution.
T1068 Exploitation for Privilege Escalation Privilege Escalationconfidence: MEDIUM
Authenticated parameter override can be abused to escalate privileges within the Langflow runtime.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-8635Same product: Apple Macos
CVE-2026-8481Same product: Apple Macos
CVE-2026-9135Same product: Apple Macos
CVE-2025-23251Same product: Apple Macos
CVE-2026-9938Same product: Apple Macos
CVE-2026-8021Same product: Apple Macos
CVE-2025-23315Same product: Apple Macos
CVE-2026-11688Same product: Apple Macos
CVE-2026-11157Same product: Apple Macos
CVE-2026-10928Same product: Apple Macos

Affected Assets

langflow
langflow
1.0.0 — 1.10.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.3.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of all API-supplied parameter values in apply_tweaks() to block the code-injection vectors that allow runtime overrides.

prevent

Enforces the intended parameter-filtering policy so that authenticated users cannot bypass restrictions and arbitrarily override component settings via the API.

prevent

Limits the privileges granted to authenticated users, reducing the set of component parameters they are permitted to modify at runtime.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

PR.PS-06's SDLC practices directly target injection flaws via secure coding and testing (mostly), yet as a single broad outcome it leaves many code-generation specifics unaddressed (partial).

PR.DS-10 none match
prevents

PR.DS-10 protects runtime data confidentiality/integrity but has no bearing on neutralizing externally influenced input during code generation, so neither direction shows any preventive effect.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Banning unapproved code samples and unauthenticated web services, combined with secure-coding standards and SAST, prevents the dynamic generation or inclusion of attacker-supplied code.

none

Controls that restrict unauthorized or malicious code from being introduced via external networks or removable media limit opportunities for an attacker to inject and execute arbitrary code.

References