ENH: Exploit module for Langflow Authenticated Remote Code Execution vulnerability CVE-2026-18729 - #21848
ENH: Exploit module for Langflow Authenticated Remote Code Execution vulnerability CVE-2026-18729#21848rmhowe425 wants to merge 3 commits into
Conversation
|
@bwatters-r7 when I fire this exploit I am consistently getting 3 meterpreter shells almost instantly. After a day of debugging I believe I know why. The purpose of the On the backend there is a bunch of post-processing that occurs and executes the payload multiple times. From much debugging, this appears to be the control flow that is causing multiple meterpreter sessions. Are we okay with multiple meterpreter sessions being created? /api/v1/custom_component |




Description
This pull request adds a new exploit module that detects and exploits an authenticated remote code execution vulnerability impacting Langflow versions 1.11.1 and below
Related Issue:
Fixes #21847
Breaking Changes
None
Reviewer Notes
Verification Steps
docker pullanddocker runlangflow, per documentationuse exploit/multi/http/langflow_auth_rce_cve_2026_18729run lhost=<lhost> rhost=<rhost> username=<username> password=<password>exploitTest Evidence
Environment
AI Usage Disclosure
None
Pre-Submission Checklist
documentation/modules(new modules only)lib/changes)