CVE-2026-29779
Plain English Summary
AI-powered analysis for quick understanding
This vulnerability allows an attacker to access sensitive server-side configuration data that should only be visible to the server, as it was unintentionally included in the client-side code served to all users. To exploit this, an attacker simply needs to visit the affected website, where they could view the exposed sensitive information.
Technical 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 Vector Analysis
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:NExploit Resources
Search for proof-of-concept code and exploit modules
Official References
Quick Information
Published
Mar 7, 2026
about 1 month ago
Last Modified
Mar 11, 2026
27 days ago
Vendor
lyc8503
Product
uptimeflare