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-33401

CVE-2026-33401: Wallosapp Wallos SSRF Vulnerability

CVE-2026-33401 is an SSRF flaw in Wallosapp Wallos allowing authenticated users to access internal network services and cloud metadata endpoints. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33401 Overview

CVE-2026-33401 is a Server-Side Request Forgery (SSRF) vulnerability affecting Wallos, an open-source, self-hostable personal subscription tracker. Prior to version 4.7.0, an incomplete security patch for CVE-2026-30840 left three critical attack surfaces unprotected: the AI Ollama host parameter, the AI recommendations endpoint, and the notification cron job. An authenticated attacker can exploit these endpoints to access internal network services, cloud metadata endpoints, or localhost-bound services.

Critical Impact

Authenticated users can access internal network resources, cloud provider metadata endpoints (AWS IMDSv1, GCP, Azure IMDS), and localhost-bound services through unprotected SSRF vectors, potentially leading to credential theft and lateral movement within cloud environments.

Affected Products

  • Wallosapp Wallos versions prior to 4.7.0
  • Self-hosted Wallos instances with AI integration enabled
  • Deployments with notification features configured

Discovery Timeline

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

Technical Details for CVE-2026-33401

Vulnerability Analysis

This SSRF vulnerability (CWE-918) stems from an incomplete security fix implemented in commit e8a513591. While the original patch addressed SSRF protection in notification test endpoints, it failed to extend the same protections to three additional user-controllable URL parameters. The vulnerability allows authenticated users to manipulate server-side requests to arbitrary destinations, including internal network addresses and cloud metadata services.

The attack surface is network-accessible and requires low authentication privileges. The primary impact is confidentiality compromise, as attackers can exfiltrate sensitive data from internal services and cloud provider metadata endpoints without requiring user interaction.

Root Cause

The root cause lies in inconsistent input validation across multiple endpoints that accept URL parameters. When the SSRF mitigation was applied to notification test endpoints, the developers overlooked similar URL-handling functionality in the AI Ollama host configuration, AI recommendations endpoint, and the notification cron job processing. Each of these endpoints accepts user-supplied URLs without proper validation to prevent requests to internal or restricted network addresses.

Attack Vector

The attack vector involves an authenticated user supplying a maliciously crafted URL to any of the three unprotected endpoints. The Wallos server then makes a request to the attacker-specified destination, effectively acting as a proxy. This enables attackers to:

  1. Probe internal networks - Map internal services and discover attack surfaces not directly accessible from the internet
  2. Access cloud metadata endpoints - Retrieve IAM credentials from AWS IMDSv1 (http://169.254.169.254/), GCP, or Azure IMDS services
  3. Interact with localhost services - Access administrative interfaces or databases bound only to localhost

The vulnerability is particularly dangerous in cloud-hosted deployments where metadata endpoints can expose temporary credentials with potentially broad permissions.

Detection Methods for CVE-2026-33401

Indicators of Compromise

  • Unusual outbound HTTP requests from the Wallos server to internal IP ranges (10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests targeting cloud metadata endpoints (169.254.169.254, metadata.google.internal)
  • Anomalous activity in AI configuration or notification cron job logs
  • HTTP requests to localhost addresses (127.0.0.1, ::1) from web application processes

Detection Strategies

  • Monitor application logs for requests to the AI Ollama host endpoint, AI recommendations endpoint, and notification cron job with suspicious URL parameters
  • Implement network-level monitoring for egress traffic to metadata IP ranges and internal subnets
  • Review web server access logs for patterns indicating SSRF probing attempts
  • Alert on HTTP responses containing cloud provider credential structures or internal service data

Monitoring Recommendations

  • Deploy web application firewall rules to detect and block SSRF patterns in URL parameters
  • Enable detailed logging for all endpoints that accept URL inputs
  • Configure cloud provider IMDS to require session tokens (AWS IMDSv2) to mitigate metadata theft

How to Mitigate CVE-2026-33401

Immediate Actions Required

  • Upgrade Wallos to version 4.7.0 or later immediately
  • Review access logs for any exploitation attempts targeting the affected endpoints
  • Rotate any credentials that may have been exposed through cloud metadata access
  • Implement network segmentation to limit the Wallos server's ability to reach sensitive internal resources

Patch Information

The vulnerability has been patched in Wallos version 4.7.0. The fix is documented in commit e87387f0ebb540cd33e6dfda7181db9db650ecef. Organizations should update to the patched version and review the GitHub Security Advisory GHSA-r82v-p8cg-rgx3 for complete details.

Workarounds

  • Disable AI integration features (Ollama host configuration and AI recommendations) until patching is possible
  • Implement network-level controls to prevent the Wallos server from accessing cloud metadata endpoints and internal networks
  • Use a reverse proxy with URL validation to filter requests containing internal IP addresses or metadata endpoint addresses
  • Restrict authenticated user access to trusted personnel only until the patch is applied
bash
# Example iptables rules to block metadata endpoint access from Wallos server
iptables -A OUTPUT -d 169.254.169.254 -j DROP
iptables -A OUTPUT -d 169.254.169.253 -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 Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Commit Changes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33407: 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