CVE-2026-29779: CWE-200: Exposure of Sensitive Information to an Unauthorized Actor in lyc8503 UptimeFlare
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.
AI Analysis
Technical Summary
CVE-2026-29779 is a vulnerability classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) affecting UptimeFlare, a serverless uptime monitoring and status page solution powered by Cloudflare Workers. The root cause stems from a misconfiguration in the codebase prior to commit 377a596, where the configuration file uptime.config.ts exports two objects: pageConfig (intended for client-side use) and workerConfig (intended for server-side use only). However, the client-side component pages/incidents.tsx incorrectly imports and uses workerConfig directly, causing the entire sensitive workerConfig object to be bundled into the client-side JavaScript served to all visitors. This results in the exposure of sensitive server-only configuration data to any unauthorized user accessing the status page. The vulnerability requires no authentication or user interaction and can be exploited remotely simply by visiting the affected page. The issue was addressed by a patch in commit 377a596 that separates the exports and prevents workerConfig from leaking into client bundles. The CVSS 3.1 score of 7.5 reflects the network attack vector, low complexity, no privileges or user interaction required, and a high confidentiality impact with no integrity or availability impact. While no known exploits have been reported in the wild, the exposure of sensitive configuration data could facilitate further attacks or information gathering by adversaries. The vulnerability affects all versions of UptimeFlare prior to the patch commit 377a596.
Potential Impact
The primary impact of CVE-2026-29779 is the unauthorized disclosure of sensitive server-side configuration data embedded in workerConfig. This exposure compromises confidentiality, potentially revealing secrets such as API keys, tokens, internal endpoints, or other sensitive parameters that could be leveraged by attackers for further exploitation, lateral movement, or reconnaissance. Since the vulnerability requires no authentication or user interaction and is exploitable remotely via a simple page visit, it significantly lowers the barrier for attackers. Organizations relying on vulnerable versions of UptimeFlare risk data leakage that could undermine their security posture, lead to unauthorized access to backend systems, or facilitate more sophisticated attacks. Although integrity and availability are not directly affected, the confidentiality breach alone is critical. The widespread use of Cloudflare Workers and serverless monitoring solutions means many organizations globally could be impacted, especially those that have not applied the patch. The lack of known exploits in the wild suggests the vulnerability is newly disclosed, but the ease of exploitation warrants urgent remediation to prevent potential abuse.
Mitigation Recommendations
To mitigate CVE-2026-29779, organizations should immediately upgrade UptimeFlare to the version including commit 377a596 or later, which properly segregates server-only configuration from client-side bundles. Conduct a thorough code review to ensure that sensitive server-side data is never imported or referenced in client-side components or bundles. Implement strict module boundaries and use build-time tools or linters to detect accidental inclusion of sensitive data in client code. Employ environment variable management and secrets management best practices to avoid hardcoding sensitive information in code repositories. Monitor access logs and network traffic for unusual requests to status pages that might indicate reconnaissance attempts. Additionally, consider implementing Content Security Policy (CSP) headers and other web security controls to limit the impact of exposed data. Finally, educate development teams on secure coding practices related to serverless and client-server data separation to prevent similar issues in the future.
Affected Countries
United States, Germany, United Kingdom, Japan, Australia, Canada, France, Netherlands, Singapore, South Korea
CVE-2026-29779: CWE-200: Exposure of Sensitive Information to an Unauthorized Actor in lyc8503 UptimeFlare
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.
AI-Powered Analysis
Technical Analysis
CVE-2026-29779 is a vulnerability classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) affecting UptimeFlare, a serverless uptime monitoring and status page solution powered by Cloudflare Workers. The root cause stems from a misconfiguration in the codebase prior to commit 377a596, where the configuration file uptime.config.ts exports two objects: pageConfig (intended for client-side use) and workerConfig (intended for server-side use only). However, the client-side component pages/incidents.tsx incorrectly imports and uses workerConfig directly, causing the entire sensitive workerConfig object to be bundled into the client-side JavaScript served to all visitors. This results in the exposure of sensitive server-only configuration data to any unauthorized user accessing the status page. The vulnerability requires no authentication or user interaction and can be exploited remotely simply by visiting the affected page. The issue was addressed by a patch in commit 377a596 that separates the exports and prevents workerConfig from leaking into client bundles. The CVSS 3.1 score of 7.5 reflects the network attack vector, low complexity, no privileges or user interaction required, and a high confidentiality impact with no integrity or availability impact. While no known exploits have been reported in the wild, the exposure of sensitive configuration data could facilitate further attacks or information gathering by adversaries. The vulnerability affects all versions of UptimeFlare prior to the patch commit 377a596.
Potential Impact
The primary impact of CVE-2026-29779 is the unauthorized disclosure of sensitive server-side configuration data embedded in workerConfig. This exposure compromises confidentiality, potentially revealing secrets such as API keys, tokens, internal endpoints, or other sensitive parameters that could be leveraged by attackers for further exploitation, lateral movement, or reconnaissance. Since the vulnerability requires no authentication or user interaction and is exploitable remotely via a simple page visit, it significantly lowers the barrier for attackers. Organizations relying on vulnerable versions of UptimeFlare risk data leakage that could undermine their security posture, lead to unauthorized access to backend systems, or facilitate more sophisticated attacks. Although integrity and availability are not directly affected, the confidentiality breach alone is critical. The widespread use of Cloudflare Workers and serverless monitoring solutions means many organizations globally could be impacted, especially those that have not applied the patch. The lack of known exploits in the wild suggests the vulnerability is newly disclosed, but the ease of exploitation warrants urgent remediation to prevent potential abuse.
Mitigation Recommendations
To mitigate CVE-2026-29779, organizations should immediately upgrade UptimeFlare to the version including commit 377a596 or later, which properly segregates server-only configuration from client-side bundles. Conduct a thorough code review to ensure that sensitive server-side data is never imported or referenced in client-side components or bundles. Implement strict module boundaries and use build-time tools or linters to detect accidental inclusion of sensitive data in client code. Employ environment variable management and secrets management best practices to avoid hardcoding sensitive information in code repositories. Monitor access logs and network traffic for unusual requests to status pages that might indicate reconnaissance attempts. Additionally, consider implementing Content Security Policy (CSP) headers and other web security controls to limit the impact of exposed data. Finally, educate development teams on secure coding practices related to serverless and client-server data separation to prevent similar issues in the future.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-04T16:26:02.898Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69ac44bec48b3f10ffa8884f
Added to database: 3/7/2026, 3:31:10 PM
Last enriched: 3/7/2026, 3:45:23 PM
Last updated: 3/8/2026, 4:12:02 AM
Views: 4
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.