CVE-2026-71862
Received
Received - Intake
Checkmate Unauthenticated Credential Exposure via Status Page API
Vulnerability report for CVE-2026-71862, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-21
Last updated on: 2026-08-21
Assigner: GitHub, Inc.
Description
Description
Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations. From 3.3.0 until 3.9.2, enabling the global showURL setting causes the unauthenticated GET /api/v1/status-page/:url endpoint to return complete monitor objects from server/src/controllers/statusPageController.ts. The response includes the secret field used by HttpProvider.ts as an HTTP Authorization credential, even though BaseStatusPage.tsx does not display that value, allowing visitors to extract credentials from the JSON response and use them against monitored services. This issue is fixed in version 3.9.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| checkmate | checkmate | From 3.3.0 (inc) to 3.9.2 (inc) |
| bluewave-labs | checkmate | 3.3.0 |
| bluewave-labs | checkmate | 3.4.0 |
| bluewave-labs | checkmate | 3.5.0 |
| bluewave-labs | checkmate | 3.6.0 |
| bluewave-labs | checkmate | 3.7.0 |
| bluewave-labs | checkmate | 3.8.0 |
| bluewave-labs | checkmate | From 3.3.0 (inc) to 3.9.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-522 | The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval. |
| CWE-200 | The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |