Security Vulnerability Report
中文
CVE-2026-6265 CVSS 8.8 HIGH

CVE-2026-6265

Published: 2026-04-27 14:16:51
Last Modified: 2026-05-07 02:18:36
Source: db4dfee8-a97e-4877-bfae-eba6d14a2166

Description

Insecure preserved inherited permissions vulnerability in Cerberus FTP Server on Windows allows Privilege Escalation.This issue has been resolved in Cerberus FTP Server: 2026.1

CVSS Details

CVSS Score
8.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:cerberusftp:ftp_server:*:*:*:*:*:*:*:* - VULNERABLE
Cerberus FTP Server < 2026.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# Proof of Concept (POC) for CVE-2026-6265 # This script checks if the current user has write access to the Cerberus FTP Server installation directory. # If write access is granted due to insecure inherited permissions, privilege escalation is possible. import os import sys def check_vulnerability(): # Common installation path for Cerberus FTP Server target_path = r"C:\Program Files\Cerberus LLC\Cerberus FTP Server" print(f"[*] Checking permissions on: {target_path}") if not os.path.exists(target_path): print("[-] Target directory not found. Cerberus FTP Server might not be installed or path is different.") return test_file = os.path.join(target_path, "poc_test_file.txt") try: # Attempt to create a file in the protected directory with open(test_file, 'w') as f: f.write("Vulnerability Confirmed: Write access allowed.") print(f"[+] SUCCESS: Write access confirmed at {target_path}") print("[!] This indicates a potential Privilege Escalation vulnerability (CVE-2026-6265).") # Cleanup os.remove(test_file) print("[*] Cleanup successful.") except PermissionError: print("[-] FAILED: Permission denied. The directory appears to be secure.") except Exception as e: print(f"[-] ERROR: An unexpected error occurred: {e}") if __name__ == "__main__": check_vulnerability()

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-6265", "sourceIdentifier": "db4dfee8-a97e-4877-bfae-eba6d14a2166", "published": "2026-04-27T14:16:51.153", "lastModified": "2026-05-07T02:18:35.547", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Insecure preserved inherited permissions vulnerability in Cerberus FTP Server on Windows allows Privilege Escalation.This issue has been resolved in Cerberus FTP Server: 2026.1"}], "metrics": {"cvssMetricV40": [{"source": "db4dfee8-a97e-4877-bfae-eba6d14a2166", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "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", "baseScore": 7.3, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "attackRequirements": "PRESENT", "privilegesRequired": "LOW", "userInteraction": "PASSIVE", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "HIGH", "vulnAvailabilityImpact": "HIGH", "subConfidentialityImpact": "HIGH", "subIntegrityImpact": "HIGH", "subAvailabilityImpact": "HIGH", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "db4dfee8-a97e-4877-bfae-eba6d14a2166", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-278"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:cerberusftp:ftp_server:*:*:*:*:*:*:*:*", "versionEndExcluding": "2026.1", "matchCriteriaId": "CD72DC32-09DA-4CD4-BACE-23F37E297D9D"}]}]}], "references": [{"url": "https://labs.reversec.com/advisories/2026/04/cerberus-ftp-server-elevation-of-privileges", "source": "db4dfee8-a97e-4877-bfae-eba6d14a2166", "tags": ["Vendor Advisory", "Exploit"]}, {"url": "https://www.cerberusftp.com/releasenotes/", "source": "db4dfee8-a97e-4877-bfae-eba6d14a2166", "tags": ["Release Notes"]}, {"url": "https://labs.reversec.com/advisories/2026/04/cerberus-ftp-server-elevation-of-privileges", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Vendor Advisory", "Exploit"]}]}}