Search

Find a vulnerability

Search criteria

    2 vulnerabilities by lyc8503

    CVE-2026-29779 (GCVE-0-2026-29779)

    Vulnerability from nvd – Published: 2026-03-07 15:19 – Updated: 2026-03-09 18:27
    VLAI
    Title
    UptimeFlare: Montior config / Credentials in `workerConfig` exposed in client-side JavaScript bundle
    Summary
    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.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
    Assigner
    Impacted products
    Vendor Product Version
    lyc8503 UptimeFlare Affected: < 377a5963c66ba9a798abebfe8d80378b053435e9
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-29779",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-03-09T17:43:37.233547Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-03-09T18:27:06.064Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "UptimeFlare",
              "vendor": "lyc8503",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 377a5963c66ba9a798abebfe8d80378b053435e9"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "UptimeFlare is a serverless uptime monitoring \u0026 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."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-200",
                  "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-03-07T15:19:38.593Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/lyc8503/UptimeFlare/security/advisories/GHSA-36q9-v7p3-vj6v",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/lyc8503/UptimeFlare/security/advisories/GHSA-36q9-v7p3-vj6v"
            },
            {
              "name": "https://github.com/lyc8503/UptimeFlare/issues/198",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/lyc8503/UptimeFlare/issues/198"
            },
            {
              "name": "https://github.com/lyc8503/UptimeFlare/commit/377a5963c66ba9a798abebfe8d80378b053435e9",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/lyc8503/UptimeFlare/commit/377a5963c66ba9a798abebfe8d80378b053435e9"
            }
          ],
          "source": {
            "advisory": "GHSA-36q9-v7p3-vj6v",
            "discovery": "UNKNOWN"
          },
          "title": "UptimeFlare: Montior config / Credentials in `workerConfig` exposed in client-side JavaScript bundle"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-29779",
        "datePublished": "2026-03-07T15:19:38.593Z",
        "dateReserved": "2026-03-04T16:26:02.898Z",
        "dateUpdated": "2026-03-09T18:27:06.064Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-29779 (GCVE-0-2026-29779)

    Vulnerability from cvelistv5 – Published: 2026-03-07 15:19 – Updated: 2026-03-09 18:27
    VLAI
    Title
    UptimeFlare: Montior config / Credentials in `workerConfig` exposed in client-side JavaScript bundle
    Summary
    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.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
    Assigner
    Impacted products
    Vendor Product Version
    lyc8503 UptimeFlare Affected: < 377a5963c66ba9a798abebfe8d80378b053435e9
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-29779",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-03-09T17:43:37.233547Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-03-09T18:27:06.064Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "product": "UptimeFlare",
              "vendor": "lyc8503",
              "versions": [
                {
                  "status": "affected",
                  "version": "\u003c 377a5963c66ba9a798abebfe8d80378b053435e9"
                }
              ]
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "UptimeFlare is a serverless uptime monitoring \u0026 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."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "NONE",
                "baseScore": 7.5,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "NONE",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-200",
                  "description": "CWE-200: Exposure of Sensitive Information to an Unauthorized Actor",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-03-07T15:19:38.593Z",
            "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
            "shortName": "GitHub_M"
          },
          "references": [
            {
              "name": "https://github.com/lyc8503/UptimeFlare/security/advisories/GHSA-36q9-v7p3-vj6v",
              "tags": [
                "x_refsource_CONFIRM"
              ],
              "url": "https://github.com/lyc8503/UptimeFlare/security/advisories/GHSA-36q9-v7p3-vj6v"
            },
            {
              "name": "https://github.com/lyc8503/UptimeFlare/issues/198",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/lyc8503/UptimeFlare/issues/198"
            },
            {
              "name": "https://github.com/lyc8503/UptimeFlare/commit/377a5963c66ba9a798abebfe8d80378b053435e9",
              "tags": [
                "x_refsource_MISC"
              ],
              "url": "https://github.com/lyc8503/UptimeFlare/commit/377a5963c66ba9a798abebfe8d80378b053435e9"
            }
          ],
          "source": {
            "advisory": "GHSA-36q9-v7p3-vj6v",
            "discovery": "UNKNOWN"
          },
          "title": "UptimeFlare: Montior config / Credentials in `workerConfig` exposed in client-side JavaScript bundle"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "assignerShortName": "GitHub_M",
        "cveId": "CVE-2026-29779",
        "datePublished": "2026-03-07T15:19:38.593Z",
        "dateReserved": "2026-03-04T16:26:02.898Z",
        "dateUpdated": "2026-03-09T18:27:06.064Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }