A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-9813

CVE-2026-9813: FlowIntel SSRF Vulnerability

CVE-2026-9813 is a server-side request forgery flaw in FlowIntel up to version 3.3.0 that allows attackers to probe internal network resources. This post covers technical details, affected versions, and mitigations.

Published: May 28, 2026

CVE-2026-9813 Overview

CVE-2026-9813 is a Server-Side Request Forgery (SSRF) vulnerability affecting FlowIntel versions up to and including 3.3.0. The flaw resides in the external reference URL probe functionality implemented in app/case/task.py. An authenticated user who can submit an external reference URL can force the application server to issue an HTTP HEAD request to an attacker-controlled destination. Because the application does not adequately validate the URL scheme or the resolved destination address, requests can target loopback, link-local, private, reserved, or other restricted network ranges. This exposes internal services and cloud metadata endpoints reachable from the FlowIntel server.

Critical Impact

Authenticated attackers can pivot the FlowIntel server into internal networks and query cloud metadata endpoints, potentially exposing credentials and internal service data.

Affected Products

  • FlowIntel versions up to and including 3.3.0
  • Component: app/case/task.py external reference URL probe
  • Weakness category: [CWE-918] Server-Side Request Forgery

Discovery Timeline

  • 2026-05-28 - CVE-2026-9813 published to the National Vulnerability Database (NVD)
  • 2026-05-28 - Last updated in NVD database
  • Patch commit - Fix committed to the FlowIntel repository under commit 68b523b

Technical Details for CVE-2026-9813

Vulnerability Analysis

FlowIntel accepts external reference URLs from authenticated users and probes them with an HTTP HEAD request to gather metadata. The probe logic in app/case/task.py uses the requests library to issue outbound traffic but does not restrict the URL scheme or filter the resolved IP address. Attackers can supply URLs that reference internal hostnames, IPv4 loopback addresses such as 127.0.0.1, link-local ranges like 169.254.169.254, or RFC1918 private space. The server then performs the request from its own network context, bypassing perimeter controls.

Root Cause

The root cause is insufficient validation of user-supplied URLs prior to making an outbound request. Specifically, the original handler did not import or use IP address parsing utilities such as ipaddress, socket, or urllib.parse.urlparse to enforce scheme and destination allowlists. Without resolving the hostname and checking the resulting address against blocked ranges, the application trusts attacker-controlled input.

Attack Vector

An authenticated low-privilege user submits a crafted external reference URL through the case management interface. The server resolves the hostname and issues an HTTP HEAD request to the destination. By targeting http://169.254.169.254/latest/meta-data/ on AWS, internal admin panels, or file:// and gopher:// schemes if accepted, the attacker can enumerate internal services or extract instance metadata.

python
# Patch in app/case/task.py - imports added to enable SSRF defenses
 import ast
+import ipaddress
 import os
+import socket
 import uuid
 
 import requests
 
 from datetime import datetime
 from flask import Blueprint, render_template, redirect, jsonify, request, flash, current_app
+from urllib.parse import urlparse
 
 from app.db_class.db import Case, User, db, Note

Source: FlowIntel commit 68b523b. The patch introduces ipaddress, socket, and urlparse to validate URL schemes and resolve destination addresses before issuing the probe request, allowing the application to reject loopback and private ranges.

Detection Methods for CVE-2026-9813

Indicators of Compromise

  • Outbound HTTP HEAD requests from the FlowIntel server process to 169.254.169.254, 127.0.0.0/8, or RFC1918 ranges.
  • Application logs in app/case/task.py showing external reference URL submissions referencing internal hostnames or non-HTTP schemes.
  • Unexpected DNS resolutions for internal infrastructure originating from the FlowIntel host.

Detection Strategies

  • Inspect web proxy and egress firewall logs for HEAD requests from the FlowIntel server destined for internal or metadata IP ranges.
  • Audit FlowIntel case records and database entries for external reference URLs containing private IP literals, localhost, or unusual schemes.
  • Correlate authenticated user activity with anomalous outbound request patterns from the application server.

Monitoring Recommendations

  • Enforce egress filtering on the FlowIntel host and alert on any connection attempts to link-local or private ranges.
  • Enable verbose request logging on the FlowIntel requests client to capture target URLs and response codes.
  • Monitor cloud audit logs (AWS CloudTrail, Azure Activity Log, GCP Audit Logs) for unexpected instance metadata service queries.

How to Mitigate CVE-2026-9813

Immediate Actions Required

  • Upgrade FlowIntel to a version that includes commit 68b523b or later.
  • Restrict who can submit external reference URLs by tightening role-based access controls in FlowIntel.
  • Block the FlowIntel server from reaching the cloud metadata IP 169.254.169.254 at the network or IMDSv2 enforcement layer.

Patch Information

The fix is published in the FlowIntel repository as commit 68b523b47854c54bf36fd706c0fd5353063b5409. It adds URL parsing and address resolution checks to the external reference probe in app/case/task.py, rejecting non-HTTP(S) schemes and requests targeting loopback, link-local, private, or reserved address ranges. See the FlowIntel security commit for the complete diff.

Workarounds

  • Deploy an egress proxy that allowlists only external destinations required by FlowIntel and drops traffic to private ranges.
  • Run the FlowIntel container or host in a network segment with no route to internal management interfaces.
  • Enforce IMDSv2 on AWS instances hosting FlowIntel to block unauthenticated metadata queries originating from SSRF.
bash
# iptables egress restriction example for the FlowIntel host
iptables -A OUTPUT -d 169.254.169.254 -j REJECT
iptables -A OUTPUT -d 127.0.0.0/8 ! -o lo -j REJECT
iptables -A OUTPUT -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -d 192.168.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechFlowintel

  • SeverityMEDIUM

  • CVSS Score6.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:L/VI:N/VA:N/SC:L/SI:H/SA:H/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:N/AU:X/R:X/V:X/RE:L/U:Green
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Commit Reference
  • Latest CVEs
  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-46240: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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