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

CVE-2026-4215: FlowCI flow-core-x SSRF Vulnerability

CVE-2026-4215 is a server-side request forgery flaw in FlowCI flow-core-x affecting the SMTP Host Handler. Attackers can exploit this remotely to forge requests. This article covers technical details, impact, and mitigation.

Published: March 20, 2026

CVE-2026-4215 Overview

A Server-Side Request Forgery (SSRF) vulnerability has been discovered in FlowCI flow-core-x up to version 1.23.01. The vulnerability exists in the Save function within the file core/src/main/java/com/flowci/core/config/service/ConfigServiceImpl.java, specifically in the SMTP Host Handler component. This flaw allows attackers to manipulate server-side requests, potentially enabling unauthorized access to internal resources and services.

Critical Impact

Remote attackers with low privileges can exploit this SSRF vulnerability to force the server to make arbitrary HTTP requests to internal or external systems, potentially bypassing network security controls and accessing sensitive internal services.

Affected Products

  • FlowCI flow-core-x version 1.23.01 and earlier

Discovery Timeline

  • March 16, 2026 - CVE-2026-4215 published to NVD
  • March 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-4215

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery), which occurs when an application can be induced to make HTTP requests to an arbitrary domain specified by the attacker. In the context of FlowCI flow-core-x, the SMTP Host Handler component fails to properly validate or sanitize user-supplied input when configuring SMTP host settings.

The vulnerable code path allows authenticated users to specify arbitrary host values that the server will subsequently attempt to connect to. This can be leveraged to probe internal network infrastructure, access cloud metadata services, or interact with other internal services that should not be externally accessible.

The exploit has been publicly released, increasing the risk of active exploitation. The vendor was contacted regarding this vulnerability but did not respond.

Root Cause

The root cause lies in insufficient input validation within the Save function of ConfigServiceImpl.java. When processing SMTP configuration data, the application accepts user-controlled host values without proper validation, allowing attackers to inject internal URLs or IP addresses. The absence of allowlisting for valid SMTP hosts or blocking of internal IP ranges enables this SSRF attack vector.

Attack Vector

The attack is network-based and can be executed remotely by an authenticated user with low privileges. The attacker crafts a malicious SMTP configuration request containing an internal URL or IP address as the SMTP host. When the application processes this configuration, it attempts to establish a connection to the attacker-specified address.

This vulnerability can be exploited to:

  • Scan internal network ports and services
  • Access cloud instance metadata endpoints (e.g., AWS, GCP, Azure metadata services)
  • Interact with internal APIs and services
  • Exfiltrate sensitive data from internal systems
  • Potentially pivot to other internal systems

For technical details on the exploitation mechanism, refer to the GitHub Bug Report containing the public disclosure.

Detection Methods for CVE-2026-4215

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS connections from the FlowCI application server to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • HTTP requests to cloud metadata endpoints (e.g., 169.254.169.254)
  • SMTP configuration entries containing non-standard hostnames or internal IP addresses
  • Unexpected connection attempts to localhost or loopback addresses from the application

Detection Strategies

  • Monitor network traffic from FlowCI servers for connections to internal IP ranges that deviate from normal SMTP traffic patterns
  • Implement application-level logging to capture all SMTP configuration changes and review for suspicious host entries
  • Deploy network segmentation rules and alert on violations when FlowCI attempts to access restricted internal services
  • Review SMTP configuration audit logs for entries containing internal IPs, localhost references, or cloud metadata URLs

Monitoring Recommendations

  • Configure SIEM alerts for outbound connections from FlowCI servers to RFC1918 private IP address space
  • Enable verbose logging for the ConfigServiceImpl class to capture all configuration save operations
  • Implement egress filtering and monitor for blocked connection attempts that may indicate exploitation attempts
  • Regularly audit SMTP configurations stored in the FlowCI database for anomalous entries

How to Mitigate CVE-2026-4215

Immediate Actions Required

  • Restrict network access to the FlowCI application to trusted users and networks only
  • Implement network-level egress filtering to prevent the FlowCI server from connecting to internal services
  • Review existing SMTP configurations for any suspicious or unauthorized entries
  • Consider disabling SMTP configuration functionality until a patch is available

Patch Information

At the time of publication, no official patch has been released by the vendor. The vendor was contacted early about this disclosure but did not respond. Users should monitor the VulDB entry and the official FlowCI repository for any security updates.

Workarounds

  • Implement a Web Application Firewall (WAF) rule to validate SMTP host parameters and block requests containing internal IP addresses
  • Deploy network segmentation to isolate the FlowCI application server from sensitive internal services
  • Use a reverse proxy to filter and validate SMTP configuration requests before they reach the application
  • Restrict the Save function access to administrator-only roles to minimize the attack surface
bash
# Example iptables rules to restrict FlowCI server egress to internal networks
# Block connections to common internal ranges from FlowCI server
iptables -A OUTPUT -d 10.0.0.0/8 -p tcp --dport 80 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -p tcp --dport 80 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -p tcp --dport 80 -j DROP
iptables -A OUTPUT -d 169.254.169.254 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechFlowci

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/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
  • AvailabilityLow
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Bug Report

  • VulDB CTI ID #351139

  • VulDB #351139

  • VulDB Submission #770491
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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