Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33407

CVE-2026-33407: Wallosapp Wallos SSRF Vulnerability

CVE-2026-33407 is a server-side request forgery flaw in Wallosapp Wallos that allows attackers to hijack proxy settings and trigger unauthorized requests. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33407 Overview

CVE-2026-33407 is a Server-Side Request Forgery (SSRF) vulnerability affecting Wallos, an open-source, self-hostable personal subscription tracker. Prior to version 4.7.0, the endpoints/logos/search.php endpoint accepts HTTP_PROXY and HTTPS_PROXY environment variables without proper validation, enabling attackers to hijack proxy configurations and force the server to make arbitrary outbound requests. Additionally, the server performs DNS resolution on user-supplied search terms, which can be manipulated by attackers to trigger requests to arbitrary domains.

Critical Impact

Unauthenticated attackers can exploit this SSRF vulnerability to access internal services, exfiltrate sensitive data from internal networks, or pivot to attack other systems accessible from the Wallos server.

Affected Products

  • Wallos versions prior to 4.7.0
  • wallosapp wallos (all vulnerable versions)
  • Self-hosted Wallos deployments running unpatched versions

Discovery Timeline

  • 2026-03-24 - CVE-2026-33407 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33407

Vulnerability Analysis

This SSRF vulnerability (CWE-918) exists in the logo search functionality of Wallos. The vulnerable endpoint at endpoints/logos/search.php improperly handles proxy environment variables and processes user-supplied input for DNS resolution without adequate validation. This design flaw allows attackers to manipulate the application's outbound HTTP requests, either by injecting malicious proxy configurations or by supplying crafted search terms that trigger DNS lookups and HTTP requests to attacker-controlled or internal infrastructure.

The vulnerability can be exploited remotely without authentication, as the affected endpoint does not require user credentials. Attackers can leverage this flaw to probe internal network resources, access cloud metadata services, or interact with internal APIs that should not be externally accessible.

Root Cause

The root cause of this vulnerability lies in the improper handling of proxy-related environment variables (HTTP_PROXY and HTTPS_PROXY) and the lack of input validation for user-supplied search terms. The application blindly trusts these environment variables and allows user input to influence DNS resolution and subsequent HTTP requests without enforcing an allowlist of permitted destinations or properly sanitizing the input.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Manipulating the HTTP_PROXY or HTTPS_PROXY environment variables to redirect outbound requests through an attacker-controlled proxy server
  2. Supplying specially crafted search terms that cause the server to perform DNS lookups and HTTP requests to arbitrary internal or external domains
  3. Chaining these techniques to access internal services, cloud metadata endpoints (such as AWS IMDSv1 at 169.254.169.254), or other resources not intended to be externally accessible

The vulnerability allows attackers to bypass network segmentation and firewall controls by using the Wallos server as a proxy to reach otherwise protected resources.

Detection Methods for CVE-2026-33407

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from the Wallos server to internal IP addresses or cloud metadata endpoints
  • HTTP requests to 169.254.169.254 (AWS metadata service) or similar cloud provider metadata endpoints originating from the application
  • Unexpected DNS queries for internal hostnames or suspicious external domains from the Wallos server
  • Log entries in endpoints/logos/search.php showing abnormal or malicious search terms

Detection Strategies

  • Monitor outbound network traffic from Wallos instances for requests to private IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 169.254.0.0/16)
  • Implement web application firewall (WAF) rules to detect and block SSRF attack patterns in the logo search endpoint
  • Review application logs for unusual search queries containing IP addresses, internal hostnames, or URL-like patterns
  • Deploy network segmentation monitoring to detect attempts to access internal services from the Wallos server

Monitoring Recommendations

  • Enable verbose logging for the endpoints/logos/search.php endpoint and regularly audit log entries for suspicious activity
  • Configure alerts for outbound connections from the Wallos server to non-standard ports or internal network segments
  • Implement egress filtering and monitor for any violations or anomalies in outbound traffic patterns
  • Use SentinelOne's network visibility capabilities to track unusual connection patterns from the affected application

How to Mitigate CVE-2026-33407

Immediate Actions Required

  • Upgrade Wallos to version 4.7.0 or later immediately to remediate this vulnerability
  • If immediate upgrade is not possible, restrict network access to the Wallos server and limit its ability to make outbound connections
  • Implement network segmentation to isolate the Wallos server from sensitive internal resources
  • Review and audit any systems that may have been accessed through SSRF exploitation

Patch Information

The vulnerability has been patched in Wallos version 4.7.0. The fix is available in commit e87387f0ebb540cd33e6dfda7181db9db650ecef. Administrators should upgrade to the patched version as soon as possible. For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-hhjq-82f8-m6rc and the commit changes.

Workarounds

  • Implement strict egress firewall rules to prevent the Wallos server from making outbound connections to internal networks or cloud metadata services
  • Use a reverse proxy or WAF to filter and validate requests to the endpoints/logos/search.php endpoint
  • Disable the logo search functionality if it is not required in your deployment
  • Deploy network-level controls to block access to cloud metadata endpoints (169.254.169.254) from application servers
bash
# Example iptables rules to block SSRF to internal networks and cloud metadata
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechWallosapp

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-hhjq-82f8-m6rc
  • Related CVEs
  • CVE-2026-33401: Wallosapp Wallos SSRF Vulnerability

  • CVE-2026-33399: Wallosapp Wallos SSRF Vulnerability

  • CVE-2026-30839: Wallosapp Wallos SSRF Vulnerability

  • CVE-2026-30840: Wallosapp Wallos SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English