CVE-2026-71213 PUBLISHED

typemill: No Rate Limiting on Login Endpoint Enables Unlimited Password Brute-Force

Assigner: TuranSec
Reserved: 05.08.2026 Published: 05.08.2026 Updated: 05.08.2026

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. The only attempt-counting/lockout logic present in the same file protects an optional secondary email-authcode step and does not apply to the primary password check.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS Score: 9.1

Product Status

Vendor typemill
Product typemill
Versions Default: unknown
  • affected from 0 to 2.25.0 (incl.)

Credits

  • Shaxriyor Abdullayev finder

References

Problem Types

  • CWE-307 Improper Restriction of Excessive Authentication Attempts CWE