Description
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.
Published: 2026-08-31
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated SSRF via HTTP_PROXY environment variable
Action: Patch Now
AI Analysis

Impact

Wallos hosts a public endpoint at endpoints/payments/search.php that passes the HTTP_PROXY or HTTPS_PROXY environment variable straight into the cURL proxy setting. This design flaw enables an attacker to specify an arbitrary external address for the server to connect to, yielding a Server Side Request Forgery vulnerability. The weakness relies on the use of untrusted input for proxy configuration (CWE‑1188), the passing of environment variables to external libraries (CWE‑441), and the resulting SSRF capability (CWE‑918).

Affected Systems

The vulnerability affects the open‑source personal subscription tracker Wallos, developed by ellite. All releases prior to version 5.0.0 are impacted because the payments/search.php endpoint was not hardened against proxy configuration. Version 5.0.0 and later include the fix that disables cURL proxying for this endpoint.

Risk and Exploitability

The CVSS score of 8.2 indicates high severity. EPSS data is not available, and the vulnerability is not listed in CISA KEV. Based on the description, it is inferred that an attacker can trigger the flaw by sending an unauthenticated HTTP request from the internet to the affected endpoint, and no additional privileges are required. The lack of authentication combined with the ability to direct outbound server requests increases the likelihood and impact of exploitation.

Generated by OpenCVE AI on August 31, 2026 at 23:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Wallos version 5.0.0 or later.
  • Remove or override the HTTP_PROXY and HTTPS_PROXY environment variables so they are not passed to cURL by the server process.
  • Apply network segmentation or firewall rules to restrict outbound connections from the Web server, limiting the attack surface for potential SSRF exploitation.

Generated by OpenCVE AI on August 31, 2026 at 23:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Ellite
Ellite wallos
Vendors & Products Ellite
Ellite wallos

Mon, 31 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Wallos incomplete fix for CVE-2026-33407: unauthenticated httpoxy SSRF still reachable via `endpoints/payments/search.php`
Weaknesses CWE-1188
CWE-441
CWE-918
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-03T17:43:56.625Z

Reserved: 2026-08-20T19:28:35.244Z

Link: CVE-2026-77348

cve-icon Vulnrichment

Updated: 2026-09-03T17:43:20.323Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T22:17:20.317

Modified: 2026-09-08T21:11:31.703

Link: CVE-2026-77348

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T00:00:05Z

Weaknesses
  • CWE-1188

    Initialization of a Resource with an Insecure Default

  • CWE-441

    Unintended Proxy or Intermediary ('Confused Deputy')

  • CWE-918

    Server-Side Request Forgery (SSRF)