CVE-2026-29779

Source
https://cve.org/CVERecord?id=CVE-2026-29779
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-29779.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-29779
Aliases
  • GHSA-36q9-v7p3-vj6v
Published
2026-03-07T15:19:38.593Z
Modified
2026-04-02T13:22:59.119043Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
UptimeFlare: Montior config / Credentials in `workerConfig` exposed in client-side JavaScript bundle
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-200"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/29xxx/CVE-2026-29779.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/lyc8503/uptimeflare

Affected ranges

Type
GIT
Repo
https://github.com/lyc8503/uptimeflare
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-29779.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "2026-03-04"
            }
        ]
    }
]