Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-65840

CVE-2025-65840: PublicCMS CSRF Vulnerability

CVE-2025-65840 is a Cross Site Request Forgery flaw in PublicCMS V5.202506.b affecting the CkEditorAdminController. This vulnerability enables attackers to perform unauthorized actions. Explore technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-65840 Overview

CVE-2025-65840 is a Cross-Site Request Forgery (CSRF) vulnerability affecting PublicCMS V5.202506.b. The vulnerability exists in the CkEditorAdminController component, allowing attackers to trick authenticated administrators into performing unintended actions on the CMS application. By crafting malicious requests and enticing victims to visit attacker-controlled pages, threat actors can execute administrative operations without proper authorization validation.

Critical Impact

This HIGH severity CSRF vulnerability (CVSS 8.8) enables attackers to perform unauthorized actions with full administrative privileges, potentially leading to complete compromise of the PublicCMS installation including data modification, user account manipulation, and system configuration changes.

Affected Products

  • PublicCMS V5.202506.b
  • PublicCMS CkEditorAdminController component

Discovery Timeline

  • 2025-12-01 - CVE-2025-65840 published to NVD
  • 2025-12-04 - Last updated in NVD database

Technical Details for CVE-2025-65840

Vulnerability Analysis

The CSRF vulnerability in PublicCMS V5.202506.b stems from inadequate request validation in the CkEditorAdminController component. This controller fails to implement proper anti-CSRF token mechanisms, allowing cross-origin requests to be processed as legitimate administrative actions.

The vulnerability is classified under CWE-352 (Cross-Site Request Forgery), which occurs when a web application does not sufficiently verify that a request was intentionally provided by the user who submitted it. The CVSS 3.1 vector CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H indicates:

  • Attack Vector (AV:N): Network-based exploitation
  • Attack Complexity (AC:L): Low complexity required
  • Privileges Required (PR:N): No privileges needed by attacker
  • User Interaction (UI:R): Requires victim interaction
  • Impact: High confidentiality, integrity, and availability impact

Root Cause

The root cause of CVE-2025-65840 is the absence of CSRF protection mechanisms in the CkEditorAdminController. The controller processes state-changing requests without validating the origin of the request or requiring a synchronizer token. This allows attackers to forge requests that appear legitimate to the server when submitted by an authenticated administrator's browser.

Attack Vector

The attack vector involves crafting a malicious HTML page or email containing hidden forms or JavaScript that automatically submits requests to the vulnerable PublicCMS endpoint. When an authenticated administrator visits the attacker's page, their browser automatically includes session cookies with the forged request, causing the server to process it as a legitimate administrative action.

The vulnerability can be exploited through various delivery mechanisms including:

  • Malicious links sent via email or messaging platforms
  • Compromised or malicious websites visited by the victim
  • Injected content through other web vulnerabilities

Technical details and proof-of-concept information can be found in the referenced security advisories at the GitHub issue tracker and third-party advisory repositories.

Detection Methods for CVE-2025-65840

Indicators of Compromise

  • Unexpected administrative actions in PublicCMS audit logs
  • HTTP requests to CkEditorAdminController endpoints from external referrers
  • Unusual patterns of administrative operations without corresponding admin login activity
  • POST requests to administrative endpoints with missing or invalid CSRF tokens

Detection Strategies

Organizations can detect potential exploitation attempts by monitoring web application logs for suspicious patterns:

  1. Referrer Analysis: Flag requests to administrative endpoints where the HTTP Referer header points to external domains
  2. Session Correlation: Monitor for administrative actions that occur shortly after a user visits external websites
  3. Behavioral Analysis: Identify anomalous administrative operations that deviate from normal patterns
  4. Web Application Firewall (WAF) Rules: Implement rules to detect and block requests to sensitive endpoints lacking proper origin validation

The current EPSS score is 0.017% (percentile: 3.154), indicating a relatively low probability of active exploitation in the wild at this time.

Monitoring Recommendations

  • Enable comprehensive logging for all administrative controller actions in PublicCMS
  • Configure alerts for administrative operations originating from suspicious referrers
  • Implement real-time monitoring of CkEditorAdminController endpoint access patterns
  • Deploy network-based detection for unusual POST request patterns to administrative endpoints

How to Mitigate CVE-2025-65840

Immediate Actions Required

  • Restrict access to PublicCMS administrative interfaces to trusted networks only
  • Implement Web Application Firewall (WAF) rules to validate request origins
  • Educate administrators about CSRF attack risks and safe browsing practices while authenticated
  • Consider implementing additional authentication steps for sensitive administrative operations

Patch Information

As of the last update on 2025-12-04, no official patch information has been published by the vendor. Organizations should monitor the official PublicCMS GitHub repository at https://github.com/sanluan/PublicCMS for security updates and patch releases. The vulnerability is tracked in GitHub issue #102.

Workarounds

In the absence of an official patch, organizations can implement the following defensive measures:

Configure reverse proxy or WAF rules to validate request origins:

nginx
# Nginx configuration to validate referrer for admin endpoints
location /admin/ {
    if ($http_referer !~* "^https?://your-trusted-domain\.com") {
        return 403;
    }
    proxy_pass http://publiccms_backend;
}

Additional workaround measures include:

  • Restricting administrative access to VPN-only connections
  • Implementing IP-based access controls for administrative endpoints
  • Using browser extensions that isolate sessions between tabs
  • Logging out of PublicCMS before browsing other websites

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechPubliccms

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • Exploit, Third Party Advisory

  • Exploit, Issue Tracking

  • Exploit, Third Party Advisory
  • Related CVEs
  • CVE-2025-69437: PublicCMS Stored XSS Vulnerability

  • CVE-2026-3289: PublicCMS Path Traversal Vulnerability

  • CVE-2026-2010: Sanluan PublicCMS Auth Bypass Vulnerability

  • CVE-2025-65836: PublicCMS SSRF Vulnerability Disclosed
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