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

CVE-2026-6265: Cerberus FTP Server Privilege Escalation

CVE-2026-6265 is a privilege escalation vulnerability in Cerberus FTP Server caused by insecure inherited permissions. Attackers can exploit this to gain elevated access. This article covers technical details, impact, and fixes.

Published: April 30, 2026

CVE-2026-6265 Overview

CVE-2026-6265 is a privilege escalation vulnerability affecting Cerberus FTP Server on Windows systems. The vulnerability stems from insecure preserved inherited permissions (CWE-278), which can allow a local attacker with low privileges to escalate their access to higher privilege levels on the affected system.

This vulnerability requires local access to the system and some user interaction to exploit, but successful exploitation can result in complete compromise of confidentiality, integrity, and availability on both the vulnerable system and potentially connected systems.

Critical Impact

Local privilege escalation through insecure inherited permissions could allow attackers to gain elevated system access on Windows servers running Cerberus FTP Server.

Affected Products

  • Cerberus FTP Server versions prior to 2026.1 on Windows

Discovery Timeline

  • 2026-04-27 - CVE-2026-6265 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-6265

Vulnerability Analysis

The vulnerability exists due to improper handling of inherited permissions within Cerberus FTP Server on Windows platforms. When file or directory permissions are preserved during certain operations, the inherited Access Control List (ACL) entries are not properly sanitized or restricted. This creates a security gap where lower-privileged users can exploit the improperly inherited permissions to access or modify resources they should not have access to.

CWE-278 (Insecure Preserved Inherited Permissions) describes a condition where a product does not properly restrict permissions when creating or copying objects, allowing inherited permissions to persist in an insecure manner. In the context of Cerberus FTP Server, this can manifest when the application creates files, directories, or configuration objects that inherit overly permissive ACLs from parent directories or the installation context.

Root Cause

The root cause of this vulnerability is the failure to properly sanitize or restrict inherited Windows NTFS permissions when the Cerberus FTP Server creates or manages resources. When objects are created, they inherit permissions from their parent container. If the parent container has overly permissive ACLs, or if the application does not explicitly set restrictive permissions on newly created objects, these insecure permissions propagate, creating an exploitable condition.

Attack Vector

This vulnerability requires local access to the Windows system where Cerberus FTP Server is installed. An attacker with low-privilege access to the system could identify files or directories with improperly inherited permissions. By leveraging these misconfigured ACLs, the attacker could:

  1. Modify configuration files to inject malicious settings
  2. Replace executable components with malicious versions
  3. Access sensitive data stored by the FTP server
  4. Escalate privileges by manipulating service-related files or registry entries

The attack requires some level of user interaction (such as triggering a service restart or file operation), but successful exploitation can lead to complete system compromise with high impact to confidentiality, integrity, and availability.

For detailed technical information about this vulnerability, refer to the ReverseC Advisory.

Detection Methods for CVE-2026-6265

Indicators of Compromise

  • Unexpected modifications to Cerberus FTP Server configuration files or installation directories
  • Unusual permission changes on FTP server-related files and folders
  • Evidence of low-privileged users accessing restricted Cerberus FTP Server resources
  • Suspicious service restarts or configuration changes in Windows Event Logs

Detection Strategies

  • Monitor Windows Security Event Logs for permission changes (Event IDs 4663, 4670) on Cerberus FTP Server installation directories
  • Implement file integrity monitoring on critical Cerberus FTP Server files and configurations
  • Use Windows icacls or similar tools to audit ACLs on FTP server directories for overly permissive inherited permissions
  • Configure SentinelOne agents to detect suspicious privilege escalation patterns on systems running Cerberus FTP Server

Monitoring Recommendations

  • Enable detailed auditing on the Cerberus FTP Server installation directory and configuration files
  • Set up alerts for unauthorized access attempts to FTP server resources by non-administrative users
  • Regularly audit user privileges and group memberships on systems running vulnerable versions
  • Monitor for execution of administrative commands by unexpected user accounts

How to Mitigate CVE-2026-6265

Immediate Actions Required

  • Upgrade Cerberus FTP Server to version 2026.1 or later immediately
  • Audit and remediate permissions on existing Cerberus FTP Server installation directories
  • Review inherited permissions on all FTP server-related files and remove overly permissive ACLs
  • Restrict local access to systems running Cerberus FTP Server to only authorized administrators

Patch Information

Cerberus LLC has addressed this vulnerability in Cerberus FTP Server version 2026.1. Organizations should prioritize upgrading to this version or later to remediate the vulnerability. For detailed release information, refer to the Cerberus FTP Release Notes.

Workarounds

  • Manually review and tighten NTFS permissions on the Cerberus FTP Server installation directory using Windows icacls
  • Disable permission inheritance on critical directories and explicitly set restrictive ACLs
  • Limit local user access to FTP server systems until the patch can be applied
  • Implement additional access controls using Windows Group Policy or third-party endpoint protection
bash
# Example: Audit and reset permissions on Cerberus FTP installation directory
icacls "C:\Program Files\Cerberus LLC\Cerberus FTP Server" /reset /T /C
icacls "C:\Program Files\Cerberus LLC\Cerberus FTP Server" /inheritance:d
icacls "C:\Program Files\Cerberus LLC\Cerberus FTP Server" /grant:r Administrators:F /grant:r SYSTEM:F

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechCerberus Ftp Server

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-278
  • Technical References
  • ReverseC Advisory: Cerberus FTP Privilege Escalation

  • Cerberus FTP Release Notes
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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