The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-32311

CVE-2026-32311: Reconurge Flowsint RCE Vulnerability

CVE-2026-32311 is a remote code execution vulnerability in Reconurge Flowsint that allows attackers to execute arbitrary OS commands as root via shell metacharacters. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-32311 Overview

CVE-2026-32311 is a critical command injection vulnerability in Flowsint, an open-source OSINT (Open Source Intelligence) graph exploration tool used for cybersecurity investigations, transparency research, and verification workflows. The vulnerability exists in the org_to_asn transformer functionality, which fails to properly sanitize user-controlled input before executing shell commands. A remote attacker can exploit this flaw to execute arbitrary operating system commands as root on the host machine through shell metacharacter injection combined with a Docker container escape technique.

Critical Impact

Remote attackers can achieve full system compromise by executing arbitrary commands as root on the host machine, bypassing Docker container isolation through the vulnerable transformer functionality.

Affected Products

  • Reconurge Flowsint (versions prior to commit b52cbbb904c8013b74308d58af88bc7dbb1b055c)

Discovery Timeline

  • 2026-04-20 - CVE-2026-32311 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-32311

Vulnerability Analysis

This vulnerability is classified as CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The flaw exists within Flowsint's transformer architecture, specifically in the org_to_asn transform function that processes organization nodes within investigation sketches.

Flowsint allows users to create investigations containing sketches with controllable graphs composed of nodes and relationships. These nodes store OSINT target information such as usernames, websites, and organizational data. When a user triggers the org_to_asn transformer on an organization node, the application passes node data to system shell commands without adequate sanitization of shell metacharacters.

The attack chain is particularly severe because it not only achieves command injection but also facilitates a Docker container escape, allowing attackers to break out of the containerized environment and execute commands directly on the underlying host system with root privileges.

Root Cause

The root cause of CVE-2026-32311 is the lack of input validation and sanitization in the org_to_asn transformer when constructing shell commands. User-supplied data from organization nodes is concatenated directly into command strings without escaping or filtering shell metacharacters (such as ;, |, &, $(), and backticks). This allows attackers to inject additional commands that execute with the privileges of the running process.

The container escape component suggests that the Docker configuration grants excessive privileges to the container, potentially through privileged mode, host volume mounts, or exposed Docker socket, enabling attackers to pivot from container compromise to full host control.

Attack Vector

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

  1. Creating an investigation within Flowsint
  2. Adding a sketch containing an organization node with malicious shell metacharacters in the node data
  3. Triggering the org_to_asn transformer on the crafted organization node
  4. The injected commands execute within the container context
  5. Leveraging container misconfiguration to escape to the host system and execute commands as root

The vulnerability mechanism involves shell metacharacter injection in the transformer's command construction. When the org_to_asn transformer processes an organization node, it constructs a shell command using the node's data. By including shell metacharacters such as $(command) or ; command ; in the organization name or related fields, an attacker can break out of the intended command context and execute arbitrary code. For detailed technical analysis, refer to the GitHub Security Advisory GHSA-9g44-8xv2-f2m9.

Detection Methods for CVE-2026-32311

Indicators of Compromise

  • Unexpected process spawning from the Flowsint application container, particularly shells (/bin/sh, /bin/bash) or system utilities (wget, curl, nc)
  • Organization nodes containing shell metacharacters or encoded command sequences in investigation data
  • Unusual network connections originating from the Flowsint container to external command and control infrastructure
  • Evidence of Docker socket access or privilege escalation attempts within container logs

Detection Strategies

  • Monitor application logs for org_to_asn transformer executions with suspicious organization names containing special characters
  • Implement behavioral analysis to detect anomalous process trees originating from the Flowsint container
  • Deploy runtime container security monitoring to identify container escape attempts and unexpected privilege escalation
  • Use web application firewalls to inspect and block requests containing shell metacharacters targeting the transformer endpoints

Monitoring Recommendations

  • Enable comprehensive logging for all transformer operations within Flowsint
  • Configure container runtime security tools to alert on any processes spawning outside the expected application behavior
  • Implement network segmentation and monitor for lateral movement attempts from the Flowsint host
  • Review Docker daemon logs for container escape indicators and privileged operation attempts

How to Mitigate CVE-2026-32311

Immediate Actions Required

  • Update Flowsint to a version containing commit b52cbbb904c8013b74308d58af88bc7dbb1b055c or later immediately
  • If immediate patching is not possible, disable or restrict access to the org_to_asn transformer functionality
  • Review existing investigations and sketches for any suspicious organization nodes containing shell metacharacters
  • Audit Docker container configurations to remove privileged access and unnecessary capabilities

Patch Information

The vulnerability has been addressed in commit b52cbbb904c8013b74308d58af88bc7dbb1b055c. This commit removes or refactors the vulnerable code that allowed unsanitized input to reach shell command execution. Organizations should update their Flowsint installations to include this commit. For detailed patch information, see the GitHub Commit Update and the GitHub Security Advisory GHSA-9g44-8xv2-f2m9.

Workarounds

  • Restrict network access to the Flowsint application to trusted users and IP ranges only
  • Disable the org_to_asn transformer if it is not required for your investigation workflows
  • Run the Flowsint container with minimal privileges, removing --privileged flag and dropping unnecessary Linux capabilities
  • Implement network-level controls to prevent the container from initiating outbound connections to untrusted destinations
bash
# Docker security hardening example
# Run Flowsint container with reduced privileges
docker run --rm \
  --cap-drop=ALL \
  --security-opt=no-new-privileges:true \
  --read-only \
  --network=flowsint-internal \
  flowsint:latest

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechReconurge Flowsint

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/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-78
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-9g44-8xv2-f2m9
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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