๐Ÿ” CVE Alert

CVE-2026-71213

HIGH 8.1

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

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-307
Vendor typemill
Product typemill
Published Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for typemill typemill

Be the first to know when new high vulnerabilities affecting typemill typemill are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

typemill / typemill
0 โ‰ค 2.25.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/typemill/typemill

Credits

Shaxriyor Abdullayev