SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-77351

LOW · CVSS 3.5 EPSS 0.18% Public Exploit

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

CyberRota Analysis

AI-Generated

Wallos versions prior to 5.0.0 are vulnerable due to a lack of server-side SSRF validation, allowing authenticated users to store arbitrary SMTP hosts, including private IP addresses, in their email notification settings. This flaw enables low-privileged attackers to exploit the server's outbound TCP connections, potentially probing internal network services. Organizations using Wallos should prioritize upgrading to version 5.0.0 to mitigate this 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-77351
Severity
LOW
CVSS
3.5
EPSS
0.18%

Original NVD Description

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 5.0.0, Wallos lets any authenticated user store an arbitrary SMTP host — including private and cloud-metadata IP addresses — in their personal email notification settings, with no server-side SSRF validation. When the scheduled notification cron job runs, it passes the stored host directly to PHPMailer, causing the Wallos server to open an outbound TCP connection to whatever address the attacker specified. This gives a low-privileged attacker a reliable mechanism to probe internal network services from the server's perspective. This issue has been patched in version 5.0.0.