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-2024-39211 — User Enumeration vulnerability in Kaiten (workflow management system) | Kitploit
Tools/GitHubGitHub/artemy-ccrsky/cve-2024-39211
OSINT (Open Source Intelligence)ReconnaissancePassword AttacksVulnerability AnalysisWeb Application ExploitationInformation Gathering
GitHubartemy-ccrsky/cve-2024-39211

CVE-2024-39211

User Enumeration vulnerability in Kaiten (workflow management system)

View Repository
711 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

CVE-2024-39211 (Kaiten User Enumeration)

Kaiten - a workflow management system, is vulnerable to unrestricted brute force attacks on user logins and email addresses registered in the system via a simple POST request.

References:

CVE MITRE Description

NVD CVE

Usage

Simple download bash script and run with custom wordlists (only login, not e-mails!)

root@kitploit:~
bash CVE-2024-39211.sh <input.domain.ru> <wordlists_users>

As Result:

Kaiten_sploit

Wordlists

Companies often use login policies based on combinations of first and last names, for example, Anton Ivanov = aivanov or a_ivanov. Accordingly, below are links to a large set of Russian names and surnames:

  • Russian top names
  • Russian top Surnames (100k lines)

This repository contains archive of wordlist with a basic set of 2.5 million combinations of the form aivanov.

Mitigation

  • Update Kaiten software to last version
  • Implement basic CAPTCHA or rate limits
  • Do not send error-based responses (fix yourself)
Download Tool