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-2026-24839

CVE-2026-24839: Dokploy Clickjacking CSRF Vulnerability

CVE-2026-24839 is a clickjacking CSRF vulnerability in Dokploy, a self-hostable PaaS platform. Missing frame-busting headers allow attackers to trick users into unintended actions. This article covers technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2026-24839 Overview

CVE-2026-24839 is a Clickjacking vulnerability affecting Dokploy, a free, self-hostable Platform as a Service (PaaS). The Dokploy web interface in versions prior to 0.26.6 lacks proper frame-busting headers, making it susceptible to UI redress attacks. Attackers can embed Dokploy pages within malicious iframes on attacker-controlled websites, potentially tricking authenticated users into performing unintended actions without their knowledge.

Critical Impact

Authenticated Dokploy users may unknowingly perform sensitive administrative actions when visiting attacker-controlled websites that embed the vulnerable Dokploy interface in hidden iframes.

Affected Products

  • Dokploy versions prior to 0.26.6

Discovery Timeline

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

Technical Details for CVE-2026-24839

Vulnerability Analysis

This vulnerability falls under CWE-1021 (Improper Restriction of Rendered UI Layers or Frames). The Dokploy web interface failed to implement security headers that prevent the application from being embedded within iframes on external domains. Without these protections, an attacker can create a malicious webpage that loads the Dokploy interface in a transparent iframe overlaid on seemingly innocuous content.

When an authenticated user visits the malicious page, their clicks intended for the visible content are instead captured by the invisible Dokploy interface. This technique, known as Clickjacking or UI redressing, can lead to unintended actions such as modifying configurations, deploying applications, or changing security settings within the Dokploy platform.

Root Cause

The root cause of this vulnerability is the absence of frame-busting security headers in the Dokploy web application's HTTP responses. Specifically, the application did not set the X-Frame-Options header or implement a Content Security Policy (CSP) with the frame-ancestors directive. These headers instruct browsers to block the page from being rendered inside frames on unauthorized domains.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must:

  1. Create a malicious webpage containing a hidden iframe pointing to a Dokploy instance
  2. Overlay deceptive UI elements to encourage user clicks
  3. Lure an authenticated Dokploy user to visit the malicious page
  4. The user's clicks on visible elements are redirected to the hidden Dokploy interface

The following patch was applied to apps/dokploy/next.config.mjs to remediate the vulnerability:

javascript
	async headers() {
		return [
			{
				// Apply security headers to all routes
				source: "/:path*",
				headers: [
					{
						key: "X-Frame-Options",
						value: "DENY",
					},
					{
						key: "Content-Security-Policy",
						value: "frame-ancestors 'none'",
					},
					{
						key: "X-Content-Type-Options",
						value: "nosniff",
					},
					{
						key: "Referrer-Policy",
						value: "strict-origin-when-cross-origin",
					},
				],
			},
		];
	},

Source: GitHub Commit Update

This patch adds comprehensive security headers including X-Frame-Options: DENY to block all framing attempts and Content-Security-Policy: frame-ancestors 'none' as a modern CSP-based protection mechanism.

Detection Methods for CVE-2026-24839

Indicators of Compromise

  • Web server logs showing referrer headers from suspicious external domains when accessing Dokploy administrative functions
  • Unexpected configuration changes or deployments triggered without administrator knowledge
  • User reports of being redirected to unfamiliar websites before noticing changes in their Dokploy environment

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests with suspicious referrer headers
  • Monitor HTTP response headers to verify that X-Frame-Options and CSP frame-ancestors directives are properly set
  • Review Dokploy audit logs for administrative actions that correlate with users accessing external websites
  • Use browser developer tools or security scanners to verify frame protection headers are present

Monitoring Recommendations

  • Enable detailed logging of all administrative actions within Dokploy
  • Configure alerting for sensitive operations such as deployment changes, user management, and security setting modifications
  • Implement Content Security Policy reporting to receive notifications of framing attempts

How to Mitigate CVE-2026-24839

Immediate Actions Required

  • Upgrade Dokploy to version 0.26.6 or later immediately
  • Verify that security headers are being served by testing with browser developer tools or online header checkers
  • Review recent administrative actions for any unauthorized changes
  • Educate users about the risks of clicking links from untrusted sources while authenticated to Dokploy

Patch Information

The vulnerability is patched in Dokploy version 0.26.6. The fix was implemented through GitHub Pull Request #3500 and the specific commit can be found at GitHub Commit 9714695. For complete details, refer to the GitHub Security Advisory GHSA-c94j-8wgf-2q9q.

Workarounds

  • If immediate upgrade is not possible, configure a reverse proxy (nginx, Apache, Traefik) in front of Dokploy to inject the necessary security headers
  • Restrict network access to Dokploy to trusted IP ranges or VPN connections only
  • Implement browser extensions that provide clickjacking protection for administrative sessions
bash
# Example nginx configuration to add frame-busting headers
location / {
    add_header X-Frame-Options "DENY" always;
    add_header Content-Security-Policy "frame-ancestors 'none'" always;
    add_header X-Content-Type-Options "nosniff" always;
    proxy_pass http://dokploy-backend;
}

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechDokploy

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-1021
  • Technical References
  • GitHub Commit Update

  • GitHub Pull Request #3500

  • GitHub Security Advisory GHSA-c94j-8wgf-2q9q
  • Related CVEs
  • CVE-2026-24841: Dokploy WebSocket RCE Vulnerability

  • CVE-2026-24840: Dokploy Auth Bypass Vulnerability
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