{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "5.0.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "11eaf402e841a628c68a805694227ce66c45f6f3"
            },
            {
              "fixed": "7a9e4a6ba9155a9e83a91781d9b3d66d69a96f8c"
            }
          ],
          "repo": "https://github.com/ellite/wallos",
          "type": "GIT"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-1188",
      "CWE-441",
      "CWE-918"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/77xxx/CVE-2026-77348.json"
  },
  "details": "Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 5.0.0, the fix for CVE-2026-33407 (GHSA-hhjq-82f8-m6rc, \"SSRF via HTTP Proxy Environment Variable\") hardened endpoints/logos/search.php by disabling cURL proxying (CURLOPT_PROXY = '' + CURLOPT_NOPROXY = '*'). However, Wallos ships a second, near-identical, unauthenticated logo-image search endpoint — endpoints/payments/search.php — that was not given the same hardening. It still passes the HTTP_PROXY/HTTPS_PROXY environment variable straight into CURLOPT_PROXY. This issue has been patched in version 5.0.0.",
  "id": "CVE-2026-77348",
  "modified": "2026-09-04T03:31:06.762908079Z",
  "published": "2026-08-31T21:15:45.388Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/ellite/Wallos/releases/tag/v5.0.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/77xxx/CVE-2026-77348.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/ellite/Wallos/security/advisories/GHSA-f8j2-qm83-r2w4"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/ellite/Wallos/security/advisories/GHSA-hhjq-82f8-m6rc"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-77348"
    },
    {
      "type": "FIX",
      "url": "https://github.com/ellite/Wallos/commit/11eaf402e841a628c68a805694227ce66c45f6f3"
    }
  ],
  "related": [
    "GHSA-f8j2-qm83-r2w4",
    "GHSA-hhjq-82f8-m6rc"
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Wallos incomplete fix for CVE-2026-33407: unauthenticated httpoxy SSRF still reachable via `endpoints/payments/search.php`"
}