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

CVE-2026-42156: Flowsint OSINT Tool RCE Vulnerability

CVE-2026-42156 is a remote code execution flaw in Flowsint OSINT graph exploration tool that enables attackers to escape Cypher queries and execute arbitrary commands. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-42156 Overview

CVE-2026-42156 is a Cypher injection vulnerability in Flowsint, an open-source Open Source Intelligence (OSINT) graph exploration tool used for cybersecurity investigation, transparency, and verification. Versions prior to 1.2.3 permit a remote authenticated attacker to create a node with a malicious type value that escapes the bounds of an existing Cypher query. The flaw allows execution of arbitrary Cypher queries against the underlying graph database. The issue is tracked under [CWE-943: Improper Neutralization of Special Elements in Data Query Logic] and is fixed in Flowsint version 1.2.3.

Critical Impact

Authenticated remote attackers can execute arbitrary Cypher queries, leading to unauthorized read access to graph data stored by Flowsint.

Affected Products

  • Flowsint versions prior to 1.2.3
  • Flowsint deployments exposing node-creation APIs to untrusted users
  • Graph database backends queried by vulnerable Flowsint instances

Discovery Timeline

  • 2026-05-12 - CVE-2026-42156 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42156

Vulnerability Analysis

Flowsint constructs Cypher queries by concatenating user-controlled values, including the type attribute supplied when creating a graph node. Cypher is the query language used by graph databases such as Neo4j. When user input is interpolated directly into a query string without parameterization, attacker-supplied syntax is interpreted as query logic rather than data.

A remote attacker with permission to create nodes can craft a type field that closes the current Cypher clause and appends additional statements. The injected statements run with the privileges of the application's database account. The published advisory limits documented impact to confidentiality, consistent with read-oriented Cypher operations against the graph store.

Root Cause

The root cause is unsafe query construction. Cypher node types are concatenated into queries rather than bound through parameterized statements. Cypher labels and relationship types cannot be parameterized in standard drivers, so they must be strictly validated against an allow-list before interpolation. Flowsint releases prior to 1.2.3 did not enforce this validation, enabling the injection. Refer to the GitHub Security Advisory GHSA-h5m2-c2c5-968p for upstream technical details.

Attack Vector

Exploitation requires network access to the Flowsint application and a low-privilege authenticated session capable of invoking the node-creation workflow. The attacker submits a node creation request where the type parameter contains Cypher syntax designed to terminate the legitimate clause and append an arbitrary query. No user interaction is required.

// No verified exploit code is published.
// See the upstream advisory GHSA-h5m2-c2c5-968p for details.

Detection Methods for CVE-2026-42156

Indicators of Compromise

  • Node creation requests containing Cypher keywords such as MATCH, RETURN, CREATE, DELETE, or WITH inside the type field.
  • Unexpected backticks, curly braces, or closing parentheses in node type values submitted to Flowsint APIs.
  • Graph database query logs showing statements that do not match application-generated query templates.

Detection Strategies

  • Enable query logging on the backing Neo4j or compatible graph database and alert on queries that include multiple statements or unexpected clauses originating from the Flowsint service account.
  • Inspect application logs for node creation events where the type value contains whitespace, quotes, or Cypher reserved words.
  • Compare running Flowsint versions against 1.2.3 across all environments to surface unpatched instances.

Monitoring Recommendations

  • Forward Flowsint application logs and graph database audit logs to a centralized analytics platform for correlation.
  • Baseline normal node type values used by the application and alert on deviations.
  • Monitor authenticated API sessions for anomalous bursts of node creation requests that may indicate enumeration or injection testing.

How to Mitigate CVE-2026-42156

Immediate Actions Required

  • Upgrade Flowsint to version 1.2.3 or later on all instances.
  • Audit existing graph data for nodes whose type values contain Cypher syntax, indicating prior injection attempts.
  • Rotate credentials used by Flowsint to access the graph database if exploitation is suspected.
  • Restrict Flowsint API access to trusted, authenticated users only.

Patch Information

The maintainers of Flowsint released version 1.2.3 to remediate CVE-2026-42156. Details and remediation guidance are documented in the GitHub Security Advisory GHSA-h5m2-c2c5-968p. Upgrading is the recommended path because Cypher labels and types cannot be safely parameterized through standard driver bindings.

Workarounds

  • If immediate upgrade is not possible, restrict node creation to administrators using application-level authorization controls.
  • Place a reverse proxy or web application firewall in front of Flowsint to block requests whose type parameter contains Cypher reserved keywords or special characters.
  • Reduce the privileges of the database account used by Flowsint so that it cannot execute write or administrative Cypher commands.
bash
# Upgrade Flowsint to the fixed release
git fetch --tags
git checkout v1.2.3
# Reinstall dependencies and restart the service per project documentation

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechFlowsint

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.16%

  • 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-943
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-42158: Flowsint Auth Bypass Vulnerability

  • CVE-2026-44352: Flowsint Access Control Vulnerability

  • CVE-2026-42157: Flowsint OSINT Tool Stored XSS 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