Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-10240

CVE-2025-10240: Progress Flowmon CSRF Vulnerability

CVE-2025-10240 is a Cross-Site Request Forgery flaw in Progress Flowmon that allows attackers to trigger unauthorized actions in authenticated sessions. This article covers technical details, affected versions, and mitigations.

Published: April 21, 2026

CVE-2025-10240 Overview

A Cross-Site Request Forgery (CSRF) vulnerability exists in the Progress Flowmon web application prior to version 12.5.5. This vulnerability allows an attacker to craft a malicious link that, when clicked by an authenticated user, may inadvertently trigger unintended actions within their authenticated session. The vulnerability is classified as CWE-79, indicating improper neutralization of input during web page generation.

Critical Impact

Authenticated users who click on attacker-controlled malicious links may unknowingly execute unauthorized actions within the Flowmon web application, potentially compromising network flow data integrity, configuration settings, or sensitive monitoring information.

Affected Products

  • Progress Flowmon versions prior to 12.5.5
  • Progress Flowmon web application components

Discovery Timeline

  • 2025-10-09 - CVE-2025-10240 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-10240

Vulnerability Analysis

This vulnerability falls within the category of Cross-Site Request Forgery (CSRF), where the Flowmon web application fails to properly validate the origin of requests made by authenticated users. When a user with an active session clicks on a malicious link crafted by an attacker, the application cannot distinguish between legitimate user-initiated requests and forged requests initiated through the attacker's malicious content.

The impact of successful exploitation could allow attackers to perform administrative actions, modify monitoring configurations, access sensitive network flow data, or alter user account settings—all within the context of the victim's authenticated session. This is particularly concerning for network monitoring appliances like Flowmon, which often have broad visibility into organizational network traffic patterns.

Root Cause

The root cause of this vulnerability is insufficient request validation in the Progress Flowmon web application. The application does not adequately implement anti-CSRF protections such as CSRF tokens, SameSite cookie attributes, or origin validation headers. This allows attackers to construct URLs or forms that, when accessed by an authenticated user, will be processed by the server as legitimate requests.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must first craft a malicious link or web page containing forged requests to the Flowmon application. The attacker then delivers this malicious content to the victim through social engineering methods such as phishing emails, malicious websites, or compromised web pages. When an authenticated Flowmon user clicks the malicious link or visits the attacker-controlled page, their browser automatically includes their session credentials, causing the Flowmon server to execute the forged request with the victim's privileges.

The vulnerability requires no special privileges from the attacker's perspective but depends on the victim having an active authenticated session with the Flowmon application. The technical details and specific exploitation methods can be found in the Progress Community Article.

Detection Methods for CVE-2025-10240

Indicators of Compromise

  • Unusual configuration changes in Flowmon settings made during off-hours or from unexpected IP addresses
  • Administrative actions logged without corresponding user-initiated activity
  • Referrer headers in web server logs pointing to external domains for sensitive operations
  • Multiple rapid state-changing requests from a single authenticated session

Detection Strategies

  • Monitor Flowmon web server access logs for requests with external or missing Referer headers to sensitive endpoints
  • Implement alerting for configuration modifications or administrative actions with unusual timing patterns
  • Review authentication logs for sessions where administrative actions occur shortly after accessing external links
  • Deploy web application firewall (WAF) rules to detect and block common CSRF attack patterns

Monitoring Recommendations

  • Enable detailed logging for all state-changing operations within the Flowmon web interface
  • Configure SIEM alerts for administrative actions preceded by requests from untrusted referrer domains
  • Implement user behavior analytics to identify anomalous session activity patterns
  • Regularly audit Flowmon configuration changes and correlate with expected administrative activities

How to Mitigate CVE-2025-10240

Immediate Actions Required

  • Upgrade Progress Flowmon to version 12.5.5 or later immediately
  • Review recent administrative actions and configuration changes for signs of unauthorized modifications
  • Educate users with Flowmon administrative access about phishing and social engineering risks
  • Implement network segmentation to restrict access to the Flowmon administrative interface

Patch Information

Progress has released version 12.5.5 of Flowmon which addresses this CSRF vulnerability. Organizations should apply this update as soon as possible. For additional guidance and patch details, refer to the Progress Community Article.

Workarounds

  • Restrict access to the Flowmon web interface to trusted internal networks only using firewall rules
  • Implement additional authentication factors for administrative actions where possible
  • Train users to log out of Flowmon sessions when not actively in use to minimize the window of opportunity
  • Deploy a reverse proxy with CSRF protection capabilities in front of the Flowmon application
bash
# Example firewall rule to restrict Flowmon web interface access
# Adjust interface and IP ranges according to your environment
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechProgress Flowmon

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • Progress Community Article
  • Related CVEs
  • CVE-2026-2737: Progress Flowmon CSRF Vulnerability

  • CVE-2026-2513: Progress Flowmon ADS CSRF Vulnerability

  • CVE-2025-13774: Progress Flowmon ADS SQLi Vulnerability

  • CVE-2024-2389: Progress Flowmon 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