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

CVE-2026-42157: Flowsint OSINT Tool Stored XSS Vulnerability

CVE-2026-42157 is a stored XSS vulnerability in Flowsint, an open-source OSINT graph exploration tool. Attackers can inject malicious HTML through map node labels to execute arbitrary scripts. This article covers affected versions, impact, and mitigation.

Published: May 17, 2026

CVE-2026-42157 Overview

CVE-2026-42157 is a stored Cross-Site Scripting (XSS) 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 allow a remote attacker to create a map node with a malicious label containing arbitrary HTML. When a user selects the map tab and clicks the map node marker, the application renders the injected HTML in the browser context. The flaw is tracked under CWE-79 and is fixed in version 1.2.3.

Critical Impact

Authenticated attackers can persist arbitrary HTML and JavaScript in map node labels, which executes in the browser of any analyst viewing the affected map node.

Affected Products

  • Flowsint OSINT graph exploration tool
  • All versions prior to 1.2.3
  • Web-based map visualization component rendering node labels

Discovery Timeline

  • 2026-05-12 - CVE-2026-42157 published to the National Vulnerability Database (NVD)
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42157

Vulnerability Analysis

The vulnerability is a stored XSS issue in the map visualization component of Flowsint. The application accepts user-supplied map node labels and persists them without sanitizing or encoding embedded HTML markup. When an analyst opens the map tab and selects a node marker, the client renders the stored label as HTML rather than as plain text. Any script tags, event handlers, or other active content embedded in the label execute under the origin of the Flowsint application.

Because Flowsint stores investigative data shared among analysts, an attacker with the ability to add or modify a node can pivot the tool itself into a delivery channel for browser-based attacks against other investigators.

Root Cause

The root cause is improper neutralization of input during web page generation [CWE-79]. The map rendering logic treats node label fields as trusted HTML rather than untrusted text. No output encoding or content sanitization is applied before injecting the label into the Document Object Model (DOM) when the marker is selected.

Attack Vector

Exploitation requires network access to the Flowsint instance and low-privilege authenticated access sufficient to create or edit a map node. The attacker crafts a node whose label contains an HTML or JavaScript payload. The payload triggers only when a victim navigates to the map tab and interacts with the malicious marker, which is reflected in the user interaction requirement of the CVSS vector. Successful exploitation can steal session tokens, perform actions as the victim, or redirect investigators to attacker-controlled infrastructure.

No public proof-of-concept exploit code has been published. Refer to the GitHub Security Advisory GHSA-gj93-2vcq-729w for vendor technical details.

Detection Methods for CVE-2026-42157

Indicators of Compromise

  • Map node label fields containing <script>, <img>, <svg>, or on*= event handler attributes.
  • Unexpected outbound browser requests from analyst workstations after viewing a Flowsint map.
  • Session token reuse from IP addresses that do not match the legitimate analyst.

Detection Strategies

  • Inspect the Flowsint backing datastore for node label values containing HTML tags or JavaScript schema URIs.
  • Review application access logs for node creation or update requests by accounts that should not be authoring investigation data.
  • Run content security policy (CSP) reports, if enabled, to surface script execution from unexpected inline sources.

Monitoring Recommendations

  • Alert on anomalous DOM-modification patterns in browser endpoint telemetry when users access the Flowsint map view.
  • Track authentication events from analyst accounts immediately following map view sessions to detect token replay.
  • Monitor egress traffic from analyst workstations to domains not associated with sanctioned OSINT sources.

How to Mitigate CVE-2026-42157

Immediate Actions Required

  • Upgrade Flowsint to version 1.2.3 or later on all instances.
  • Audit existing map nodes for labels containing HTML markup or scripting syntax and remove or sanitize them.
  • Rotate session credentials for analyst accounts that may have viewed untrusted maps prior to patching.

Patch Information

The maintainers fixed the issue in Flowsint version 1.2.3. The patch and advisory details are published in the GitHub Security Advisory GHSA-gj93-2vcq-729w. Operators should pull the fixed release from the upstream repository and redeploy.

Workarounds

  • Restrict map node creation and editing privileges to a minimum set of trusted analyst accounts until the upgrade is applied.
  • Deploy a strict Content Security Policy that disallows inline scripts and untrusted script sources for the Flowsint origin.
  • Instruct analysts to avoid opening the map tab on shared or untrusted investigations until the instance is upgraded to 1.2.3.
bash
# Upgrade Flowsint to the patched release
git fetch --tags
git checkout v1.2.3
# Rebuild and redeploy according to your deployment method

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechFlowsint

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-42158: Flowsint Auth Bypass Vulnerability

  • CVE-2026-44352: Flowsint Access Control Vulnerability

  • CVE-2026-42156: Flowsint OSINT Tool RCE 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