CVE Catalog

CVE-2026-61638

HighCVSS 8.2
Published: Translated: NVD NIST

Summary

Wallos before version 4.9.6 contains an SSRF vulnerability in the POST /endpoints/notifications/testemailnotifications.php endpoint. The smtpaddress and smtpport parameters are taken from the POST body with zero SSRF validation, and PHPMailer connects to the attacker-supplied host:port. Every other notification endpoint uses ssrf_helper.php but email was missed. Any authenticated user can probe internal network and access cloud metadata.

Risk Assessment

An authenticated user can use the server to scan internal infrastructure, access cloud metadata (e.g., credentials), and attack internal services.

Recommendation

Update Wallos to version 4.9.6 or later. Additionally, implement validation of IP addresses and ports for all outbound connections from the server.

Other vulnerabilities in Wallos

See all
Original NVD description (English source)

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.9.6, POST /endpoints/notifications/testemailnotifications.php accepts smtpaddress and smtpport from POST body with zero SSRF validation. PHPMailer connects to attacker-supplied host:port. Every other notification endpoint uses ssrf_helper.php but email was missed. Any authenticated user can probe internal network, cloud metadata. This issue has been patched in version 4.9.6.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS