AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-71213

CRITICAL · CVSS 9.1 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Typemill's login endpoint is vulnerable due to the absence of rate-limiting and account lockout mechanisms when captcha is disabled, which is the default setting. This allows unauthenticated attackers to execute unlimited password-guessing attacks against any user account, including those of administrators, potentially leading to unauthorized access. Organizations using Typemill should prioritize addressing this vulnerability to safeguard their systems against brute-force attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71213
Severity
CRITICAL
CVSS
9.1
EPSS
0.32%

Original NVD Description

Typemill's login endpoint (POST /tm/login, ControllerWebAuth::login) performs no rate-limiting, failed-attempt counting, or account lockout when captcha is disabled, which is the default configuration. An unauthenticated attacker can send unlimited password-guessing requests against any account, including administrators, with no throttling.