CVE-2026-71213
Received Received - Intake

Typemill Authentication Bypass via Unlimited Login Attempts

Vulnerability report for CVE-2026-71213, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

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. 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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-05
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
typemill typemill *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-307 The product does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in Typemill's login system. The login endpoint (POST /tm/login) has no rate-limiting or account lockout when CAPTCHA is disabled, which is the default setting. An attacker can send unlimited password-guessing attempts against any account, including administrators, without any throttling or restrictions.

Detection Guidance

Monitor login attempts to the POST /tm/login endpoint. Check for unusually high failed login rates targeting any account, especially administrators. Review server logs for repeated password-guessing requests with no account lockouts or rate-limiting enforcement.

Impact Analysis

An attacker could exploit this to gain unauthorized access to user accounts, including admin accounts, by guessing passwords. This could lead to data theft, unauthorized content changes, or complete system compromise. The lack of rate-limiting makes brute-force attacks highly feasible.

Compliance Impact

This vulnerability could violate compliance requirements such as GDPR (data protection) or HIPAA (health information security) by allowing unauthorized access to sensitive data. Organizations using Typemill may fail to meet security controls requiring account lockout or rate-limiting to prevent brute-force attacks.

Mitigation Strategies
  • Enable rate-limiting on the /tm/login endpoint to restrict login attempts per IP or account.
  • Implement account lockout after a set number of failed login attempts.
  • Enable CAPTCHA for the login endpoint to prevent automated attacks.
  • Review and apply any available Typemill security patches or updates.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-71213. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart