Skip to main content

Wallos EUVDEUVD-2026-28384

| CVE-2026-41688 HIGH
Server-Side Request Forgery (SSRF) (CWE-918)
2026-05-07 GitHub_M
7.7
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.7 HIGH
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

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

Lifecycle Timeline

3
Source Code Evidence Fetched
May 07, 2026 - 15:00 vuln.today
Analysis Generated
May 07, 2026 - 15:00 vuln.today
CVE Published
May 07, 2026 - 13:52 nvd
HIGH 7.7

DescriptionGitHub Advisory

Wallos is an open-source, self-hostable personal subscription tracker. In versions 4.8.4 and prior, the incomplete SSRF fix in Wallos validates webhook URLs via gethostbyname() but passes the original hostname to cURL without CURLOPT_RESOLVE pinning on 10 of 11 outbound HTTP endpoints, leaving a DNS rebinding TOCTOU window. At time of publication, there are no publicly available patches.

AnalysisAI

DNS rebinding bypass in Wallos subscription tracker allows authenticated users to exfiltrate internal network data via SSRF on 10 of 11 HTTP endpoints. Wallos 4.8.4 and prior validate webhook URLs with gethostbyname() but fail to pin DNS resolution in cURL requests, creating a time-of-check-time-of-use race window. Attackers with low-privilege accounts can exploit this to probe internal services (databases, cloud metadata endpoints, admin panels) despite SSRF defenses. EPSS not yet available for this recent CVE. No vendor-released patch at time of analysis - upstream commit e87387f0 exists but tagged release version not confirmed.

Technical ContextAI

Wallos is a PHP-based self-hosted subscription tracking application that integrates with external services (AI/Ollama hosts, Discord webhooks) via user-supplied URLs. The application attempts SSRF protection by calling gethostbyname() on user input to validate that hostnames resolve to safe IPs. However, the validate_webhook_url_for_ssrf() function returns host/port/IP data but does not enforce CURLOPT_RESOLVE pinning on 10 endpoints (ai/fetch_models.php, ai/save_settings.php, cronjobs/sendcancellationnotifications.php, etc.). This creates a DNS rebinding vulnerability (CWE-918: Server-Side Request Forgery) - an attacker controls a malicious DNS server that returns a safe IP during validation but switches to a private IP (e.g., 127.0.0.1, 169.254.169.254, internal RFC1918 addresses) when cURL executes the request milliseconds later. The commit diff shows the fix adds CURLOPT_RESOLVE to only 1 of 11 affected endpoints (ai/generate_recommendations.php) while others remain vulnerable. DNS rebinding attacks typically succeed within 100-500ms TTL windows, well within PHP script execution time.

RemediationAI

No vendor-released patch identified at time of analysis - CVE description explicitly states no publicly available patches exist. Upstream commit e87387f0ebb540cd33e6dfda7181db9db650ecef (https://github.com/ellite/Wallos/commit/e87387f0ebb540cd33e6dfda7181db9db650ecef) adds CURLOPT_RESOLVE pinning to ai/generate_recommendations.php but source diff shows 10 other endpoints remain unpatched. Organizations must apply compensating controls: (1) Restrict Wallos to authenticated admin users only - disable low-privilege user accounts or segregate into least-privilege roles. Trade-off: reduces household multi-user functionality. (2) Deploy Wallos in isolated network segment with no access to internal services, cloud metadata endpoints (169.254.169.254), or RFC1918 private networks. Use firewall egress rules to whitelist only required external domains (e.g., discord.com). Trade-off: breaks AI/Ollama integration if hosted internally. (3) Implement DNS sinkholing for known rebinding domains (*.rbndr.us, *.rebinder.net) at resolver level. Trade-off: sophisticated attackers use custom domains. (4) Monitor egress traffic for anomalous internal destination IPs from Wallos container/host. Full remediation requires vendor to release version with CURLOPT_RESOLVE applied to all 11 vulnerable endpoints and validate fix independently.

More in Wallos

View all
CVE-2024-55372 CRITICAL POC
9.8 Apr 16

Wallos <=2.38.2 has a file upload vulnerability in the restore database function, which allows unauthenticated users to

CVE-2024-55371 CRITICAL POC
9.8 Apr 16

Wallos <= 2.38.2 has a file upload vulnerability in the restore backup function, which allows authenticated users to res

CVE-2026-30840 HIGH POC
8.8 Mar 07

Server-side request forgery in Wallos versions before 4.6.2 allows authenticated attackers to conduct arbitrary network

CVE-2024-29320 HIGH POC
8.1 Apr 30

Wallos before 1.15.3 is vulnerable to SQL Injection via the category and payment parameters to /subscriptions/get.php. R

CVE-2026-27479 HIGH POC
7.7 Feb 21

Wallos versions 4.6.0 and below allow authenticated attackers to perform Server-Side Request Forgery attacks through the

CVE-2026-30828 HIGH POC
7.5 Mar 07

Path traversal in Wallos subscription tracker versions prior to 4.6.2 allows unauthenticated remote attackers to read ar

CVE-2026-30841 MEDIUM POC
6.1 Mar 07

Reflected cross-site scripting (XSS) in Wallos password reset functionality before version 4.6.2 allows unauthenticated

CVE-2024-22776 MEDIUM POC
4.7 Feb 23

Wallos 0.9 is vulnerable to Cross Site Scripting (XSS) in all text-based input fields without proper validation, excludi

CVE-2026-30842 MEDIUM POC
4.3 Mar 07

Wallos prior to version 4.6.2 contains an authorization bypass allowing authenticated users to delete avatar files belon

CVE-2026-30839 MEDIUM POC
4.3 Mar 07

Wallos versions prior to 4.6.2 contain a server-side request forgery (SSRF) vulnerability in the webhook notification te

CVE-2026-33417 MEDIUM
6.5 Mar 24

Wallos, an open-source self-hostable subscription tracker, contains an authentication bypass vulnerability in its passwo

CVE-2026-41689 MEDIUM
6.0 May 07

Wallos versions 4.8.4 and prior allow authenticated users to bypass webhook URL restrictions and send server-side reques

Share

EUVD-2026-28384 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy