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

CVE-2025-60172: Flytedesk Digital CSRF Vulnerability

CVE-2025-60172 is a Cross-Site Request Forgery vulnerability in Flytedesk Digital that enables stored XSS attacks. This article covers the technical details, affected versions through 20181101, and mitigation steps.

Published: April 21, 2026

CVE-2025-60172 Overview

CVE-2025-60172 is a Cross-Site Request Forgery (CSRF) vulnerability discovered in the Flytedesk Digital WordPress plugin. This security flaw allows attackers to perform CSRF attacks that can lead to Stored Cross-Site Scripting (XSS) on affected WordPress installations. The vulnerability affects all versions of the Flytedesk Digital plugin through version 20181101.

Critical Impact

Attackers can exploit this CSRF vulnerability to inject malicious scripts that persist on the target website, potentially compromising administrative accounts and site visitors.

Affected Products

  • Flytedesk Digital WordPress Plugin versions through 20181101
  • WordPress installations running vulnerable Flytedesk Digital plugin versions

Discovery Timeline

  • 2025-09-26 - CVE-2025-60172 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-60172

Vulnerability Analysis

This vulnerability combines two distinct attack vectors: Cross-Site Request Forgery (CSRF) and Stored Cross-Site Scripting (XSS). The CSRF component enables attackers to trick authenticated administrators into unknowingly submitting malicious requests to the vulnerable plugin. When successful, these requests inject malicious JavaScript payloads that are stored persistently within the WordPress installation.

The chained nature of this vulnerability significantly increases its potential impact. While CSRF alone requires social engineering to exploit, the combination with Stored XSS means that a single successful attack can affect all subsequent visitors to the compromised pages. This includes administrative users whose sessions could be hijacked for further malicious activities.

Root Cause

The root cause of CVE-2025-60172 stems from the absence of proper CSRF token validation (CWE-352) in the Flytedesk Digital plugin's form handling mechanisms. The plugin fails to implement nonce verification for state-changing operations, allowing attackers to craft malicious requests that will be processed as legitimate administrative actions. Additionally, insufficient input sanitization and output encoding enables the injected content to be stored and executed as JavaScript in users' browsers.

Attack Vector

The attack vector for this vulnerability involves crafting a malicious HTML page or link that, when visited by an authenticated WordPress administrator, automatically submits a forged request to the vulnerable Flytedesk Digital plugin. This request contains malicious JavaScript code that gets stored in the WordPress database.

The exploitation flow typically follows this pattern: An attacker creates a webpage containing a hidden form that targets the vulnerable plugin endpoint. When an authenticated administrator visits this page, their browser automatically submits the form using their existing session credentials. The malicious payload is then stored and executes whenever the affected page is loaded by any user.

For detailed technical information about this vulnerability, refer to the Patchstack Vulnerability Report.

Detection Methods for CVE-2025-60172

Indicators of Compromise

  • Unexpected or suspicious JavaScript code injected into WordPress pages or posts
  • Plugin settings modified without administrator knowledge or approval
  • Unusual HTTP POST requests to Flytedesk Digital plugin endpoints in access logs
  • Reports of browser security warnings or unexpected redirects from site visitors

Detection Strategies

  • Review WordPress access logs for POST requests to /wp-admin/ endpoints associated with the Flytedesk Digital plugin from external referrer URLs
  • Implement Web Application Firewall (WAF) rules to detect and block requests containing suspicious script tags or JavaScript event handlers
  • Audit plugin settings and database entries for unauthorized modifications or injected content
  • Deploy file integrity monitoring to detect unauthorized changes to plugin files

Monitoring Recommendations

  • Enable comprehensive logging for all WordPress administrative actions and plugin-related API calls
  • Configure real-time alerts for any modifications to Flytedesk Digital plugin settings
  • Implement Content Security Policy (CSP) headers to mitigate the impact of XSS payloads
  • Monitor for unusual patterns of cross-origin requests targeting your WordPress installation

How to Mitigate CVE-2025-60172

Immediate Actions Required

  • Immediately deactivate and remove the Flytedesk Digital plugin from all WordPress installations
  • Audit existing WordPress content for any injected malicious scripts or unauthorized modifications
  • Review WordPress access logs to identify potential exploitation attempts
  • Reset administrative credentials if there is any indication of compromise

Patch Information

At the time of publication, no official patch has been released for this vulnerability. The affected plugin version 20181101 is the latest known version. Organizations using this plugin should consider removing it entirely and seeking alternative solutions until a security update is made available.

For the latest information on patches and updates, consult the Patchstack Vulnerability Report.

Workarounds

  • Deactivate and remove the Flytedesk Digital plugin until a patched version becomes available
  • Implement Web Application Firewall (WAF) rules to filter malicious CSRF and XSS payloads
  • Restrict administrative access to trusted IP addresses only to reduce the attack surface
  • Enable two-factor authentication for all WordPress administrator accounts
bash
# WordPress CLI commands to disable and remove the vulnerable plugin
wp plugin deactivate flytedesk-digital
wp plugin delete flytedesk-digital

# Verify plugin removal
wp plugin list --status=active | grep flytedesk

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechFlytedesk

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.01%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack Vulnerability Report
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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