SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-77348

HIGH · CVSS 8.2 EPSS 0.25% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-31 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the unauthenticated logo-image search endpoint in Wallos, which improperly handles the HTTP_PROXY/HTTPS_PROXY environment variables, allowing for potential Server-Side Request Forgery (SSRF) attacks. This could enable attackers to manipulate requests and access internal services, posing a significant risk to users of the application. Organizations using versions prior to 5.0.0 should prioritize upgrading to mitigate this high-severity security risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-77348
Severity
HIGH
CVSS
8.2
EPSS
0.25%

Original NVD 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.