CVE-2026-29779 Details
Description
UptimeFlare is a serverless uptime monitoring & status page solution, powered by Cloudflare Workers. Prior to commit 377a596, configuration file uptime.config.ts exports both pageConfig (safe for client use) and workerConfig (server-only, contains sensitive data) from the same module. Due to pages/incidents.tsx importing and using workerConfig directly inside client-side component code, the entire workerConfig object was included in the client-side JavaScript bundle served to all visitors. This issue has been patched via commit 377a596.
A vulnerability in UptimeFlare, a serverless uptime monitoring solution using Cloudflare Workers, allows for the unintentional exposure of sensitive worker configuration data to the client side. This issue affects versions released between September 21, 2025, and March 4, 2026. The vulnerability arises because the configuration file 'uptime.config.ts' exports both 'pageConfig' (safe for client use) and 'workerConfig' (which contains sensitive data) from the same module. The 'workerConfig' was directly imported into client-side components, leading to the inclusion of confidential information in the JavaScript bundle served to users. This exposed data could include internal hostnames, IP addresses, authorization headers, notification webhook URLs with embedded secrets, and webhook payload contents.
Users are advised to upgrade to the latest version of UptimeFlare, as the vulnerability has been patched. After upgrading, any exposed credentials should be considered compromised and rotated.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
| CWE-200 | Exposure of Sensitive Information to an Unauthorized Actor | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| lyc8503 uptimeflare | < 2026-03-04 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 11, 2026 | Initial Analysis | [email protected] |
| Mar 7, 2026 | New CVE Received | [email protected] |