rising3월 19일· 2 sources

CVE-2026-33017: How I Found an Unauthenticated RCE in Langflow by Reading the Code They Already Fixed

CVE-2026-33017: 이미 수정된 코드를 읽다가 발견한 Langflow의 비인증 원격 코드 실행(RCE) 취약점

Why it matters

A security researcher discovered CVE-2026-33017, an unauthenticated remote code execution vulnerability in Langflow, by analyzing the code that previously fixed CVE-2025-3248. While the earlier fix added authentication to a vulnerable endpoint using exec(), the researcher found the same exec() call reachable through the public flow build endpoint (/build_public_tmp), which is intentionally unauthenticated. The flaw allows attackers to supply arbitrary flow definitions via the data parameter, bypassing the intended behavior of loading saved flows from the database.

2
Sources
+0
24h
Growth
177d
Active
cve-2026-33017exec()langflowpublic flowsrceunauthenticated취약점 연구코드 리뷰

Sources

Related Issues