CVE-2026-27479: Wallos: SSRF via Redirect Bypass in Logo/Icon URL Fetch
Wallos is an open-source, self-hostable personal subscription tracker. Versions 4.6.0 and below contain a Server-Side Request Forgery (SSRF) vulnerability in the subscription and payment logo/icon upload functionality. The application validates the IP address of the provided URL before making the request, but allows HTTP redirects (CURLOPTFOLLOWLOCATION = true), enabling an attacker to bypass the IP validation and access internal resources, including cloud instance metadata endpoints. The getLogoFromUrl() function validates the URL by resolving the hostname and checking if the resulting IP is in a private or reserved range using FILTERFLAGNOPRIVRANGE | FILTERFLAGNORESRANGE. However, the subsequent cURL request is configured with CURLOPTFOLLOWLOCATION = true and CURLOPTMAXREDIRS = 3, which means the request will follow HTTP redirects without re-validating the destination IP. This issue has been fixed in version 4.6.1.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-27479?
CVE-2026-27479 is classified as a high-severity vulnerability due to its potential for Server-Side Request Forgery (SSRF), allowing attackers to manipulate server requests.
How do I fix CVE-2026-27479?
To fix CVE-2026-27479, update Wallos to version 4.6.1 or later, which includes a patch for the SSRF vulnerability.
What versions of Wallos are affected by CVE-2026-27479?
CVE-2026-27479 affects Wallos versions 4.6.0 and earlier.
What impact can CVE-2026-27479 have on my application?
CVE-2026-27479 can allow attackers to send unauthorized requests to internal services, potentially exposing sensitive data or enabling further attacks.
Where can I find more details about CVE-2026-27479?
More details about CVE-2026-27479 can be found in the advisory on the GitHub repository for Wallos.