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

CVE-2025-65922: Planka XSS Vulnerability (Disputed)

CVE-2025-65922 is an XSS vulnerability in Planka 2.0.0 involving missing X-Frame-Options and CSP headers that may expose users to phishing risks. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-65922 Overview

CVE-2025-65922 is a User Interface Confusion vulnerability affecting PLANKA 2.0.0, a popular open-source Kanban board application. The vulnerability stems from missing X-Frame-Options and Content-Security-Policy (CSP) frame-ancestors headers, which allows the application to be embedded within potentially malicious iframes.

While this vulnerability does not enable direct modification of projects or tasks within PLANKA, it exposes users to phishing attacks through UI Redressing techniques. Attackers can frame the legitimate PLANKA application on a malicious site to establish false trust, potentially tricking users into entering sensitive information or credentials into overlaid fake forms.

Critical Impact

Users may be deceived into providing credentials or sensitive information to attackers through UI redressing attacks that frame the legitimate PLANKA application to establish false trust.

Note: This vulnerability is disputed by the supplier. The vendor argues that PLANKA uses SameSite=Strict cookies, preventing authentication in cross-origin contexts. They contend that no session can be established, no credential interception or unauthorized actions are possible, and that browser Same-Origin Policy prevents the parent page from accessing iframe content.

Affected Products

  • PLANKA 2.0.0

Discovery Timeline

  • 2026-01-05 - CVE CVE-2025-65922 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-65922

Vulnerability Analysis

This vulnerability is classified under CWE-1021 (Improper Restriction of Rendered UI Layers or Frames), commonly known as clickjacking or UI redressing. The core issue lies in the absence of HTTP security headers that would prevent the PLANKA application from being embedded in frames controlled by third-party websites.

Without the X-Frame-Options header or CSP frame-ancestors directive, browsers have no instruction to prevent rendering PLANKA within an iframe on an attacker-controlled domain. This creates an opportunity for attackers to overlay deceptive UI elements on top of or around the legitimate application interface.

The attack requires user interaction and relies on social engineering to be successful. The attacker must convince the user to visit the malicious site and interact with what appears to be the legitimate PLANKA interface.

Root Cause

The root cause is the absence of protective HTTP response headers in PLANKA 2.0.0:

  1. Missing X-Frame-Options Header - This header, when set to DENY or SAMEORIGIN, instructs browsers to refuse rendering the page in frames from other origins.

  2. Missing CSP frame-ancestors Directive - The Content-Security-Policy frame-ancestors directive provides modern, more granular control over which origins can embed the page.

Without these headers, the web server responds to requests without frame embedding restrictions, allowing any website to embed PLANKA in an iframe.

Attack Vector

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

  1. Create a malicious website with an iframe loading the legitimate PLANKA application
  2. Overlay transparent or semi-transparent elements over the iframe to intercept user input
  3. Position fake form fields over the legitimate login page to harvest credentials
  4. Distribute links to the malicious site via phishing emails or other social engineering methods

The supplier disputes the severity of this attack vector, noting that SameSite=Strict cookies prevent session establishment in cross-origin iframes. They argue that an attacker could achieve the same effect with a fully fake login page, and embedding the legitimate page adds no additional risk since browsers do not display URL, certificate, or padlock indicators in cross-origin iframes.

For detailed technical analysis, refer to the CVE-2025-65922 document on GitHub.

Detection Methods for CVE-2025-65922

Indicators of Compromise

  • HTTP response headers from PLANKA missing X-Frame-Options or CSP frame-ancestors directives
  • Users reporting access to PLANKA through unexpected or suspicious URLs
  • Reports of phishing attempts impersonating PLANKA login pages

Detection Strategies

  • Scan PLANKA deployment HTTP responses for missing security headers using automated security scanners
  • Monitor referrer logs for unexpected third-party domains embedding PLANKA
  • Implement browser extension policies that warn users about framed content

Monitoring Recommendations

  • Regularly audit HTTP security headers on PLANKA deployments
  • Monitor for phishing campaigns targeting PLANKA users
  • Review web application firewall logs for unusual iframe embedding patterns

How to Mitigate CVE-2025-65922

Immediate Actions Required

  • Configure web server or reverse proxy to add X-Frame-Options: DENY or X-Frame-Options: SAMEORIGIN header
  • Implement Content-Security-Policy header with frame-ancestors 'self' directive
  • Educate users about verifying the URL bar before entering credentials

Patch Information

As of the last modification date (2026-01-08), no official patch has been released addressing this issue. The vulnerability is disputed by the supplier who argues that existing security controls (SameSite=Strict cookies and browser Same-Origin Policy) adequately mitigate the risk. Organizations should implement header-based mitigations at the web server or reverse proxy level.

For the latest information, monitor the PLANKA GitHub repository for updates.

Workarounds

  • Deploy PLANKA behind a reverse proxy configured to add frame-busting headers
  • Use web application firewalls (WAF) to inject security headers into responses
  • Restrict network access to PLANKA to trusted internal networks where practical
  • Implement user training to recognize phishing attempts and verify URLs
bash
# Nginx configuration example to add security headers
server {
    # Add X-Frame-Options header
    add_header X-Frame-Options "SAMEORIGIN" always;
    
    # Add Content-Security-Policy frame-ancestors directive
    add_header Content-Security-Policy "frame-ancestors 'self';" always;
    
    # Additional recommended headers
    add_header X-Content-Type-Options "nosniff" always;
    add_header Referrer-Policy "strict-origin-when-cross-origin" always;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechPlanka

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1021
  • Technical References
  • GitHub CVE-2025-65922 Document

  • GitHub Planka Repository
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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