CVE-2026-72588
Received Received - Intake

User Enumeration in Checkmate Software

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

Publication date: 2026-08-10

Last updated on: 2026-08-10

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

Description

A user enumeration vulnerability in bluewave-labs/Checkmate through 2.1.0 allows an unauthenticated remote attacker to determine whether a given email address is registered. The POST /api/v1/auth/recovery/request endpoint returns HTTP 200 for registered email addresses and a different status code for unregistered ones, enabling attackers to enumerate valid user accounts.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
bluewave-labs checkmate 2.1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-204 The product provides different responses to incoming requests in a way that reveals internal state information to an unauthorized actor outside of the intended control sphere.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a user enumeration issue in Checkmate through version 2.1.0. It allows an unauthenticated remote attacker to check if an email address is registered by sending a request to the POST /api/v1/auth/recovery/request endpoint. The server responds with HTTP 200 for registered emails and a different status code for unregistered ones, enabling attackers to identify valid user accounts.

Detection Guidance

To detect this vulnerability, monitor HTTP responses from the POST /api/v1/auth/recovery/request endpoint. Registered email addresses return HTTP 200 while unregistered ones return a different status code. Use tools like curl to test endpoints with known email addresses and observe response codes.

Impact Analysis

Attackers can exploit this to gather valid email addresses, which may lead to targeted phishing attacks, credential stuffing, or social engineering attempts against users of the Checkmate system.

Compliance Impact

This vulnerability may violate data protection regulations like GDPR and HIPAA by exposing personal data (email addresses) without authorization, potentially leading to unauthorized access and privacy breaches.

Mitigation Strategies

Immediately update Checkmate to the latest version beyond 2.1.0. Implement rate limiting on the recovery endpoint to prevent brute-force enumeration. Disable the recovery endpoint if not essential. Monitor logs for suspicious activity targeting this endpoint.

Chat Assistant

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

EPSS Chart