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
    • 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-59891

CVE-2025-59891: Sync Breeze & Disk Pulse CSRF Vulnerability

CVE-2025-59891 is a Cross-Site Request Forgery flaw in Sync Breeze and Disk Pulse Enterprise Server v10.4.18 that allows attackers to force users to perform unwanted actions. This article covers technical details, impact, and fixes.

Published: January 30, 2026

CVE-2025-59891 Overview

CVE-2025-59891 is a Cross-Site Request Forgery (CSRF) vulnerability affecting Sync Breeze Enterprise Server v10.4.18 and Disk Pulse Enterprise v10.4.18. This vulnerability allows an authenticated user to trick another authenticated user into performing unwanted actions within the application. The flaw exists due to the absence of proper CSRF token implementation, enabling attackers to craft malicious requests that execute unauthorized operations when a victim visits a specially crafted page.

Critical Impact

Attackers can leverage this CSRF vulnerability to change user passwords or create new user accounts via the /setup_login?sid= endpoint, potentially leading to complete account takeover or unauthorized administrative access.

Affected Products

  • Sync Breeze Enterprise Server v10.4.18
  • Disk Pulse Enterprise v10.4.18
  • Flexense Products (multiple affected)

Discovery Timeline

  • 2026-01-28 - CVE-2025-59891 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-59891

Vulnerability Analysis

This CSRF vulnerability stems from insufficient implementation of anti-forgery mechanisms in the Flexense enterprise server products. The affected application fails to validate the origin of state-changing requests, allowing attackers to craft malicious web pages that automatically submit forged requests on behalf of authenticated users.

The vulnerability is classified under CWE-352 (Cross-Site Request Forgery), which describes a weakness where a web application does not sufficiently verify whether a well-formed, valid, consistent request was intentionally provided by the user who submitted it. The network-based attack vector requires user interaction, as the victim must be lured to a malicious page while authenticated to the vulnerable application.

Root Cause

The root cause of this vulnerability is the complete absence of CSRF token validation in the affected Flexense products. Properly implemented CSRF protection requires the server to generate unique, unpredictable tokens for each user session and validate these tokens with every state-changing request. Without this protection, the application cannot distinguish between legitimate user-initiated requests and forged requests originating from malicious third-party sites.

The /setup_login?sid= endpoint processes POST requests for sensitive user management operations without verifying the request origin or requiring anti-CSRF tokens, making it trivial for attackers to forge requests that modify user credentials.

Attack Vector

The attack scenario involves an attacker crafting a malicious HTML page containing a hidden form that submits a POST request to the /setup_login?sid= endpoint. This form includes the username, password, and cpassword parameters with attacker-controlled values. When an authenticated administrator or user visits the malicious page, the form automatically submits to the vulnerable server, executing the password change or user creation operation in the context of the victim's authenticated session.

The attacker can host this malicious page on any website or deliver it via phishing emails, social media links, or compromised legitimate websites. Since the victim's browser automatically includes session cookies with the forged request, the server processes it as a legitimate authenticated action.

For technical details on the vulnerability and exploitation methods, refer to the INCIBE Security Notice.

Detection Methods for CVE-2025-59891

Indicators of Compromise

  • Unexpected password changes for user accounts without user-initiated requests
  • New user accounts created without administrative action
  • Unusual HTTP POST requests to /setup_login?sid= endpoints from external referrers
  • Web server logs showing requests with external or missing Referer headers for sensitive operations

Detection Strategies

  • Monitor web server access logs for POST requests to /setup_login?sid= with suspicious or missing Referer headers
  • Implement alerting for user account modifications occurring outside normal administrative workflows
  • Deploy web application firewalls (WAF) to detect and block requests with external Referer headers to sensitive endpoints
  • Review authentication logs for password changes that lack corresponding user activity in the application

Monitoring Recommendations

  • Enable detailed logging for all user management operations including password changes and account creation
  • Configure SIEM rules to correlate authentication events with unusual referrer patterns
  • Implement user behavior analytics to detect anomalous account modification patterns
  • Monitor for multiple failed or successful login attempts following password change events

How to Mitigate CVE-2025-59891

Immediate Actions Required

  • Restrict access to the Sync Breeze Enterprise and Disk Pulse Enterprise web interfaces to trusted networks only
  • Implement network-level access controls to limit who can reach the /setup_login endpoint
  • Educate users about phishing risks and the importance of not clicking untrusted links while authenticated
  • Consider disabling the web interface if not required for operations

Patch Information

Consult the vendor for updated versions that include CSRF token protection. Review the INCIBE Security Notice for additional guidance on affected products and remediation steps. Upgrade to patched versions as soon as they become available from Flexense.

Workarounds

  • Implement a reverse proxy with CSRF protection in front of the affected applications
  • Configure firewall rules to restrict web interface access to specific trusted IP addresses
  • Use browser isolation or separate browser profiles when accessing the administrative interface
  • Log out of the application immediately after completing administrative tasks to minimize the attack window
bash
# Example: Restrict access to web interface using iptables
# Allow only trusted management network (example: 192.168.10.0/24)
iptables -A INPUT -p tcp --dport 80 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
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/TechSync Breeze

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • INCIBE Security Notice
  • Related CVEs
  • CVE-2025-59892: Sync Breeze & Disk Pulse CSRF Vulnerability

  • CVE-2025-59894: Sync Breeze & Disk Pulse CSRF Vulnerability

  • CVE-2025-59893: Sync Breeze & Disk Pulse CSRF Vulnerability

  • CVE-2020-37100: Sync Breeze Privilege Escalation Flaw
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