๐Ÿ” CVE Alert

CVE-2026-77352

MEDIUM 4.3

Wallos: Authenticated SSRF via per-user SMTP notification host (low-privilege user)

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

Wallos is an open-source, self-hostable personal subscription tracker. From version 2.0.0 to before version 5.0.0, any authenticated Wallos user (no admin rights required) can make the server open arbitrary outbound SMTP connections to internal/link-local addresses, by setting the SMTP host of their personal email notifications to an internal IP. The per-user notification settings endpoint (endpoints/notifications/saveemailnotifications.php) performs no SSRF validation, and the notification cron (endpoints/cronjobs/sendnotifications.php) feeds that user-controlled host straight into PHPMailer ($mail->Host = $email['smtpAddress']). When the user's subscription notification fires, the server connects to the chosen host:port. This issue has been patched in version 5.0.0.

CWE CWE-918
Vendor ellite
Product wallos
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for ellite wallos

Be the first to know when new medium vulnerabilities affecting ellite wallos are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

ellite / Wallos
>= 2.0.0, < 5.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ellite/Wallos/security/advisories/GHSA-c75x-9vj6-57qj github.com: https://github.com/ellite/Wallos/commit/11eaf402e841a628c68a805694227ce66c45f6f3 github.com: https://github.com/ellite/Wallos/releases/tag/v5.0.0