CVE-2026-77348: Wallos incomplete fix for CVE-2026-33407: unauthenticated httpoxy SSRF still reachable via `endpoints/payments/search.php`

Published Aug 31, 2026
·
Updated

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 (CURLOPTPROXY = '' + CURLOPTNOPROXY = ''). 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 HTTPPROXY/HTTPSPROXY environment variable straight into CURLOPTPROXY. This issue has been patched in version 5.0.0.

Affected Software

1 affected component
Wallos Wallos<5.0.0

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Wallos to a version that resolves this vulnerability.

    Fixed in 5.0.0
  2. Configuration

    Apply the CVE-2026-33407 hardening to the endpoints/payments/search.php cURL usage by disabling proxying (set CURLOPT_PROXY to an empty value and set CURLOPT_NOPROXY to '*') so HTTP_PROXY/HTTPS_PROXY environment variables are not passed through to CURLOPT_PROXY.

    Wallos endpoints/payments/search.php CURLOPT_PROXY and CURLOPT_NOPROXY = CURLOPT_PROXY = '' ; CURLOPT_NOPROXY = '*'

Event History

Aug 31, 2026
CVE Published
via MITRE·09:15 PM
Data Sourced
via MITRE·09:15 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Which deployments are exposed?

Wallos deployments running a version before 5.0.0 are affected if the application environment provides an HTTP_PROXY or HTTPS_PROXY value. The affected endpoint is endpoints/payments/search.php and is unauthenticated.

2

What does an attacker need to exploit this issue?

An attacker only needs network access to the unauthenticated endpoints/payments/search.php endpoint. No authentication or user interaction is required; exploitation relies on Wallos passing the HTTP_PROXY or HTTPS_PROXY environment variable to cURL.

3

How can I tell whether my instance is affected?

Check whether Wallos is older than version 5.0.0 and whether its runtime environment defines HTTP_PROXY or HTTPS_PROXY. Also verify whether endpoints/payments/search.php lacks cURL proxy hardening with CURLOPT_PROXY set to an empty value and CURLOPT_NOPROXY set to '*'.

4

What can be done before upgrading?

Remove or unset HTTP_PROXY and HTTPS_PROXY from the Wallos application environment. Restrict access to the unauthenticated endpoint where possible, then upgrade to version 5.0.0.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203