Weekly Metasploit Update Exploits for FlowiseAI CSV Agent an...#2494
Open
carlospolop wants to merge 1 commit into
Open
Weekly Metasploit Update Exploits for FlowiseAI CSV Agent an...#2494carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://rapid7.com/blog/post/pt-weekly-metasploit-update-exploits-for-flowiseai-csv-agent-and-macos-package-kit Content Categories: Based on the analysis, this content was categorized under "HackTricks Main: AI Security / AI Models RCE for Flowise CSV Agent RCE; macOS Privilege Escalation for PackageKit ZSH .zshenv LPE; Linux Post-Exploitation or Apache Pentesting for .htaccess mod_cgi persistence". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Rapid7’s weekly Metasploit update covers three new exploit/persistence modules, five framework enhancements, and two bug fixes. The most security-relevant additions are a FlowiseAI CSV Agent remote code execution exploit, a macOS PackageKit local privilege escalation module, and a Linux Apache
.htaccess-based persistence module.1. Flowise CSV Agent Prompt Injection RCE — CVE-2026-41264
Target: FlowiseAI Flowise, an open-source visual drag-and-drop platform f...
🔧 Technical Details
LLM-generated code execution through CSV-agent prompt injection: AI/LLM applications that generate and execute Python code from user-controlled CSV inputs create a high-risk execution boundary. If the application only uses an incomplete denylist and does not strongly sandbox the generated code, an attacker can place prompt-injection content or code-like instructions in the uploaded CSV so the LLM emits attacker-controlled Python. When the backend evaluates that Python, the payload executes as the server user. In Flowise CVE-2026-41264, this occurs in the
runmethod of theCSV_Agentsclass. The Metasploit modulemulti/http/flowise_auth_rce_cve_2026_41264automates exploitation against Flowise versions1.3.0through3.0.13. The module needs an API key withchatflows:createpermission to create the malicious flow, but the underlying flaw does not require Flowise authentication to trigger.ZSH ...
🤖 Agent Actions
Done: updated
src/AI/AI-Prompts.md.Why this file:
macos-privilege-escalation.mdalready documents the PackageKit~/.zshenvprivesc..htaccess,ExecCGI, and related primitives.What I added:
## Referencessection.Modified file:
src/AI/AI-Prompts.mdThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.