Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/ellite/Wallos/commit/11eaf402e841a628c68a805694227ce66c45f6f3
- https://github.com/ellite/Wallos/releases/tag/v5.0.0
- https://github.com/ellite/Wallos/security/advisories/GHSA-f8j2-qm83-r2w4
- https://github.com/ellite/Wallos/security/advisories/GHSA-hhjq-82f8-m6rc
- https://github.com/ellite/Wallos/security/advisories/GHSA-f8j2-qm83-r2w4
- https://github.com/ellite/Wallos/security/advisories/GHSA-hhjq-82f8-m6rc
FAQ
What is CVE-2026-77348?
CVE-2026-77348 is a vulnerability with a CVSS score of 8.2 (HIGH). 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 end...
How severe is CVE-2026-77348?
CVE-2026-77348 has been rated HIGH with a CVSS base score of 8.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-77348?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.