CVE-2026-27479
CVE-2026-27479 is a high-severity vulnerability in Wallosapp Wallos with a CVSS 3.x base score of 7.7. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-918.
Key facts
- Severity: High (CVSS 3.x base score 7.7)
- EPSS exploit prediction: 0% (23rd percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-7718
- Weakness: CWE-918
- Affected product: Wallosapp Wallos
- Published:
- Last modified:
Description
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 (CURLOPT_FOLLOWLOCATION = 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 FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE. However, the subsequent cURL request is configured with CURLOPT_FOLLOWLOCATION = true and CURLOPT_MAXREDIRS = 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.
Frequently asked questions
- What is CVE-2026-27479?
- 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 (CURLOPT_FOLLOWLOCATION = 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 FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE. However, the subsequent cURL request is configured with CURLOPT_FOLLOWLOCATION = true and CURLOPT_MAXREDIRS = 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.
- How severe is CVE-2026-27479?
- CVE-2026-27479 has a CVSS 3.x base score of 7.7, rated high severity. It is exploitable over network with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity none, and availability none.
- Is CVE-2026-27479 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (23rd percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-27479?
- CVE-2026-27479 affects Wallosapp Wallos. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-27479?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-27479 have an EU (EUVD) identifier?
- Yes. CVE-2026-27479 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-7718.
- When was CVE-2026-27479 published?
- CVE-2026-27479 was published on 2026-02-21 and last updated on 2026-06-17.
References
- https://github.com/ellite/Wallos/commit/76a53df9cb4658123b8f0b7cf1826f1ba7d1c960
- https://github.com/ellite/Wallos/releases/tag/v4.6.1
- https://github.com/ellite/Wallos/security/advisories/GHSA-fgmf-7g5v-jmjg
Affected products (1)
- cpe:2.3:a:wallosapp:wallos:*:*:*:*:*:*:*:*
More vulnerabilities in Wallosapp Wallos
- CVE-2024-55372 — Critical (CVSS 9.8): Wallos <=2.38.2 has a file upload vulnerability in the restore database function, which allows unauthenticated users to…
- CVE-2024-55371 — Critical (CVSS 9.8): Wallos <= 2.38.2 has a file upload vulnerability in the restore backup function, which allows authenticated users to…
- CVE-2026-33407 — Critical (CVSS 9.1): Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.7.0, Wallos…
- CVE-2026-30840 — High (CVSS 8.8): Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.6.2, there is a server-side…
- CVE-2024-29320 — High (CVSS 8.1): Wallos before 1.15.3 is vulnerable to SQL Injection via the category and payment parameters to /subscriptions/get.php.
- CVE-2026-33399 — High (CVSS 7.7): Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.7.0, the SSRF fix applied in…
All CVEs affecting Wallosapp Wallos →
Other CWE-918 (Server-Side Request Forgery (SSRF)) vulnerabilities
- CVE-2026-47938 — Critical (CVSS 10.0): Adobe Campaign Classic (ACC) versions 7.4.3 build 9394 and earlier are affected by a Server-Side Request Forgery (SSRF)…
- CVE-2026-35431 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Microsoft Entra ID Entitlement Management allows an unauthorized attacker to…
- CVE-2026-32186 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Microsoft Bing allows an unauthorized attacker to elevate privileges over a…
- CVE-2026-33107 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Azure Databricks allows an unauthorized attacker to elevate privileges over a…
- CVE-2026-32871 — Critical (CVSS 10.0): FastMCP is a Pythonic way to build MCP servers and clients. Prior to version 3.2.0, the OpenAPIProvider in FastMCP…
- CVE-2026-32169 — Critical (CVSS 10.0): Server-side request forgery (ssrf) in Azure Cloud Shell allows an unauthorized attacker to elevate privileges over a…
Browse all CWE-918 (Server-Side Request Forgery (SSRF)) vulnerabilities →