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

CVE-2025-68660: Discourse Auth Bypass Vulnerability

CVE-2025-68660 is an authentication bypass flaw in Discourse that allows authenticated users to bypass AI persona access controls and impersonate accounts. This article covers the technical details, affected versions, and patches.

Published: January 30, 2026

CVE-2025-68660 Overview

CVE-2025-68660 is an authorization bypass vulnerability affecting Discourse, an open source discussion platform. The vulnerability exists in an endpoint that allows any authenticated user to bypass the ai_discover_persona access controls, gaining unauthorized direct message (DM) access to AI personas. These personas may be configured with access to staff-only categories, RAG (Retrieval-Augmented Generation) document sets, or automated tooling, potentially exposing sensitive organizational data.

Additionally, because the vulnerable controller accepts an arbitrary user_id parameter, attackers can impersonate other user accounts to trigger unwanted AI conversations on their behalf, generating confusing or abusive private message traffic.

Critical Impact

Authenticated attackers can bypass AI persona access controls to access staff-only content and impersonate other users in AI-driven conversations.

Affected Products

  • Discourse versions prior to 3.5.4
  • Discourse versions prior to 2025.11.2
  • Discourse versions prior to 2025.12.1
  • Discourse versions prior to 2026.1.0

Discovery Timeline

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

Technical Details for CVE-2025-68660

Vulnerability Analysis

This vulnerability is classified as CWE-863: Incorrect Authorization. The flaw resides in a controller endpoint responsible for managing AI persona interactions within the Discourse platform. The endpoint fails to properly enforce access controls defined by the ai_discover_persona permission system, allowing authenticated users to interact with AI personas they should not have access to.

The vulnerability is particularly concerning because AI personas in Discourse can be configured with elevated privileges, including access to staff-only forum categories and RAG document sets containing potentially sensitive organizational knowledge. When an unauthorized user bypasses these controls, they can extract information from these restricted data sources through AI-mediated conversations.

Root Cause

The root cause is improper authorization validation in the AI persona discovery controller. The endpoint does not adequately verify that the requesting user has the necessary permissions to interact with a given AI persona before establishing a DM conversation. Furthermore, the controller accepts a user_id parameter without proper validation, enabling user impersonation attacks.

Attack Vector

The attack is network-accessible and requires only basic authentication to the Discourse platform. An attacker can exploit this vulnerability through the following mechanism:

  1. An authenticated user identifies AI personas configured on the Discourse instance
  2. The attacker sends requests to the vulnerable endpoint, bypassing ai_discover_persona access controls
  3. A DM conversation is established with AI personas that may have access to restricted content
  4. By manipulating the user_id parameter, the attacker can also trigger AI conversations that appear to originate from other users

The vulnerability allows attackers to query AI personas connected to staff-only categories or RAG document repositories, effectively extracting information through indirect access. The user impersonation capability also enables abuse scenarios where targeted users receive unsolicited or inappropriate AI-generated messages.

Detection Methods for CVE-2025-68660

Indicators of Compromise

  • Unusual volume of DM conversations initiated with AI personas from non-privileged accounts
  • API requests to AI persona endpoints containing user_id parameters that don't match the authenticated session
  • Access logs showing authenticated users interacting with AI personas configured for staff-only access
  • Sudden increase in AI-generated PM traffic, particularly involving impersonated users

Detection Strategies

  • Monitor authentication and authorization logs for failed permission checks followed by successful AI persona interactions
  • Implement alerting on API calls that include mismatched user_id parameters versus authenticated session identities
  • Review AI persona conversation logs for access patterns from users without appropriate persona permissions
  • Track anomalous message volumes in AI persona DM channels

Monitoring Recommendations

  • Enable verbose logging for AI persona controller endpoints
  • Configure alerts for authorization bypass patterns in web application firewall (WAF) logs
  • Implement user behavior analytics to detect unusual AI persona interaction patterns
  • Audit AI persona configurations to identify which personas have access to sensitive data sources

How to Mitigate CVE-2025-68660

Immediate Actions Required

  • Upgrade Discourse to version 3.5.4, 2025.11.2, 2025.12.1, or 2026.1.0 immediately
  • Audit AI persona configurations and review which personas have access to sensitive categories or RAG documents
  • Review logs for any evidence of exploitation or unauthorized AI persona access
  • Consider temporarily restricting AI persona functionality if immediate patching is not possible

Patch Information

Discourse has released security patches addressing this vulnerability. Administrators should update to one of the following fixed versions:

  • Version 3.5.4 for the stable branch
  • Version 2025.11.2 for the 2025.11.x release series
  • Version 2025.12.1 for the 2025.12.x release series
  • Version 2026.1.0 for the latest release

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-mrvm-rprq-jqqh.

Workarounds

  • No known workarounds are available for this vulnerability
  • The only effective mitigation is upgrading to a patched version
  • As a temporary measure, consider restricting access to the Discourse instance to trusted users only
  • Disabling AI persona features entirely may reduce exposure but is not an official workaround
bash
# Upgrade Discourse to the latest patched version
cd /var/discourse
./launcher rebuild app

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDiscourse

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27481: Discourse Auth Bypass Vulnerability

  • CVE-2026-32619: Discourse Auth Bypass Vulnerability

  • CVE-2026-33300: Discourse Auth Bypass Vulnerability

  • CVE-2026-33074: Discourse Auth Bypass 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