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

CVE-2026-44352: Flowsint Access Control Vulnerability

CVE-2026-44352 is an access control flaw in Flowsint that allows unauthorized reading of sketch logs from any user. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 17, 2026

CVE-2026-44352 Overview

CVE-2026-44352 is a Broken Access Control vulnerability [CWE-284] 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 an authenticated user to read sketch logs belonging to any other user. The maintainer fixed the issue in version 1.2.3.

The flaw enables unauthorized access to investigation artifacts that may contain sensitive OSINT findings, target identifiers, and analyst notes. Exploitation requires only low-privileged authenticated access over the network.

Critical Impact

Authenticated attackers can read sketch logs belonging to any Flowsint user, exposing OSINT investigation data across tenants.

Affected Products

  • Flowsint versions prior to 1.2.3
  • Reference: GitHub Security Advisory GHSA-9r98-g8q5-cpq5

Discovery Timeline

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

Technical Details for CVE-2026-44352

Vulnerability Analysis

Flowsint stores per-user sketch logs that record activity from OSINT graph investigations. The application fails to enforce object-level authorization when serving these logs. An authenticated user can request another user's sketch log identifiers and receive their contents.

This is a classic Broken Access Control pattern [CWE-284], specifically an Insecure Direct Object Reference (IDOR). The server validates that the requester is authenticated but does not verify that the requester owns the requested resource. The vulnerability is confidentiality-impacting only; integrity and availability are not affected.

Because Flowsint is used for cybersecurity investigations, exposed logs may reveal investigation targets, pivot points, and tradecraft. Attackers gaining low-privileged credentials, including through self-registration on multi-tenant deployments, can harvest other analysts' work.

Root Cause

The root cause is a missing authorization check on the endpoint that returns sketch logs. The application relies on client-supplied identifiers without cross-referencing the authenticated session against resource ownership. Refer to the GitHub Security Advisory for code-level details.

Attack Vector

The attack vector is network-based and requires low-privilege authentication. An attacker authenticates to the Flowsint application, enumerates or guesses sketch log identifiers belonging to other users, and submits requests to the vulnerable endpoint. The server returns log contents without validating ownership.

No exploit code is publicly available at the time of writing, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-44352

Indicators of Compromise

  • Application access logs showing a single authenticated session requesting sketch log resources associated with multiple distinct user accounts
  • Sequential or enumeration-style access patterns against sketch log endpoints
  • Spikes in GET requests to sketch log routes outside normal investigator workflows

Detection Strategies

  • Correlate authenticated session identifiers with the owner of each requested sketch log; flag mismatches
  • Implement server-side audit logging on every sketch log retrieval, including requester user ID and resource owner user ID
  • Alert on log retrieval volume that exceeds a per-user baseline

Monitoring Recommendations

  • Forward Flowsint application and reverse-proxy logs to a centralized Security Information and Event Management (SIEM) platform for cross-user access analysis
  • Monitor for anomalous authentication followed by rapid sequential resource requests
  • Review accounts created shortly before bulk sketch log access events

How to Mitigate CVE-2026-44352

Immediate Actions Required

  • Upgrade Flowsint to version 1.2.3 or later without delay
  • Audit application access logs for unauthorized cross-user sketch log retrieval since deployment
  • Rotate credentials and review tenant separation if shared multi-user instances are in use
  • Restrict network exposure of Flowsint to trusted analyst networks until patching is complete

Patch Information

The maintainer released a fix in Flowsint 1.2.3. Upgrade instructions and the security advisory are available at the GitHub Security Advisory GHSA-9r98-g8q5-cpq5.

Workarounds

  • Limit Flowsint access to a single trusted user or analyst group until version 1.2.3 is deployed
  • Place the application behind an authenticating reverse proxy that restricts access to known administrators
  • Disable self-registration features if exposed, to prevent untrusted account creation
bash
# Upgrade Flowsint to the patched release
git fetch --tags
git checkout v1.2.3
# Rebuild and restart the application per project documentation

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFlowsint

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

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

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