Skip to content

ENH: Exploit module for Langflow Authenticated Remote Code Execution vulnerability CVE-2026-5027 - #21856

Draft
rmhowe425 wants to merge 1 commit into
rapid7:masterfrom
rmhowe425:dev/cve-2026-5027
Draft

ENH: Exploit module for Langflow Authenticated Remote Code Execution vulnerability CVE-2026-5027#21856
rmhowe425 wants to merge 1 commit into
rapid7:masterfrom
rmhowe425:dev/cve-2026-5027

Conversation

@rmhowe425

@rmhowe425 rmhowe425 commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Description

This pull request adds a new exploit module that detects and exploits an authenticated remote code execution vulnerability impacting Langflow versions 1.8.4 and below

Related Issue:
Fixes #21855

Breaking Changes

None

Reviewer Notes

Verification Steps

  1. docker pull and docker run langflow, per documentation
  2. Start msfconsole
  3. Do: use exploit/multi/http/langflow_auth_rce_cve_2026_5027
  4. Do: run lhost=<lhost> rhost=<rhost> username=<username> password=<password>
  5. Do: exploit
  6. You should get a meterpreter session

Test Evidence

Environment

Field Details
Operating System Ubuntu 22.04
Target Software/Hardware langflow 1.8.4
Docker Image / Vagrant Setup langflowai/langflow:1.8.4

AI Usage Disclosure

None

Pre-Submission Checklist

  • Included a corresponding documentation markdown file in documentation/modules (new modules only)
  • No sensitive information (IP addresses, credentials, API keys, hashes) in code or documentation
  • Tested on the target environment specified in the Environment section above
  • Included RSpec tests for library changes (encouraged for lib/ changes)
  • Read the CONTRIBUTING.md and module acceptance guidelines

@rmhowe425 rmhowe425 changed the title Adding initial implementation and documentation ENH: Exploit module for Langflow Authenticated Remote Code Execution vulnerability CVE-2026-5027 Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

ENH: Exploit module for Langflow Authenticated Remote Code Execution vulnerability CVE-2026-5027

1 participant