Vulnerability 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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Lyc8503 | Uptimeflare | < 2026-03-04 |
Related Weaknesses (CWE)
References
- https://github.com/lyc8503/UptimeFlare/commit/377a5963c66ba9a798abebfe8d80378b05Patch
- https://github.com/lyc8503/UptimeFlare/issues/198Issue Tracking
- https://github.com/lyc8503/UptimeFlare/security/advisories/GHSA-36q9-v7p3-vj6vVendor Advisory
FAQ
What is CVE-2026-29779?
CVE-2026-29779 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 clie...
How severe is CVE-2026-29779?
CVE-2026-29779 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-29779?
Check the references section above for vendor advisories and patch information. Affected products include: Lyc8503 Uptimeflare.