CVE-2026-27479
Last modified
CVE-2026-27479 is a high-severity vulnerability rated 7.7/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Wallosapp | Wallos | < 4.6.1 |
References
- https://github.com/ellite/Wallos/releases/tag/v4.6.1Product, Release Notes
- https://github.com/ellite/Wallos/security/advisories/GHSA-fgmf-7g5v-jmjgExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-27479?
How severe is CVE-2026-27479?
How do I fix CVE-2026-27479?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-27473SPIP before 4.4.9 allows Stored Cross-Site Scripting (XSS) v…6.4
- CVE-2026-27474SPIP before 4.4.9 allows Cross-Site Scripting (XSS) in the p…6.1
- CVE-2026-27475SPIP before 4.4.9 allows Insecure Deserialization in the pub…9.2
- CVE-2026-27476RustFly 2.0.0 contains a command injection vulnerability in …9.8
- CVE-2026-27477Mastodon is a free, open-source social network server based …5.9
- CVE-2026-27478Unity Catalog is an open, multi-modal Catalog for data and A…9.1
- CVE-2026-2748SEPPmail Secure Email Gateway before version 15.0.1 improper…5.3
- CVE-2026-27480Static Web Server (SWS) is a production-ready web server sui…5.3
- CVE-2026-27481Discourse is an open-source discussion platform. From versio…5.3
- CVE-2026-27482Ray is an AI compute engine. In versions 2.53.0 and below, t…6.5
- CVE-2026-27483MindsDB is a platform for building artificial intelligence f…8.8
- CVE-2026-27484OpenClaw is a personal AI assistant. In versions 2026.2.17 a…4.3
Are you affected by CVE-2026-27479?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
