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-41276 — PIN-based Authentication Bypass vulnerability in Kaiten | Kitploit
Tools/GitHubGitHub/artemy-ccrsky/cve-2024-41276
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubartemy-ccrsky/cve-2024-41276

CVE-2024-41276

PIN-based Authentication Bypass vulnerability in Kaiten

View Repository
412 years 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-41276 (Kaiten Authentication Bypass)

Kaiten - a workflow management system. A vulnerability in Kaiten allows attackers to bypass the PIN code authentication mechanism. The application requires users to input a 6-digit PIN code sent to their email for authorization after entering their login credentials. However, the request limiting mechanism can be easily bypassed, enabling attackers to perform a brute force attack to guess the correct PIN and gain unauthorized access to the application.

Details:

Authentication mechanism use one factor sended on e-mail, without any password :) Bypassing rate limits can be achieved by using the X-Forwarded-For header, which allows the X-RateLimit-Remaining counter to reset.

This method enables continued requests without receiving HTTP 429 Too Many Requests responses, which usually occur after multiple attempts.

So also there are no limits to request new PIN Code => attacker can guess pin code using brute force attack. Expiry time of PIN Code 5 minutes, there are attacker have got 5 minutes to try guess 6-digit PIN-Code. With ~150 RPS attacker can try ~45,000 PIN Codes. After all attempts with math calculcation success probability 50% can be reached with 33 minutes and 100% with 4 hours.

Vulnerable versions:

<= 57.131.12

Links:

CVE MITRE Description

NVD CVE

Usage

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

root@kitploit:~
bash CVE-2024-41276.sh  <input_user> <kaiten.example.com>

As Result: Successfull result => Obtain a valid cookie to futher usage

Kaiten_sploit

Mitigation

  • Update Kaiten software to last version
  • Implement basic CAPTCHA or rate limits
  • Block IP-address temporary
Download Tool