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
    • 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-46813

CVE-2025-46813: Discourse Information Disclosure Flaw

CVE-2025-46813 is an information disclosure vulnerability in Discourse that exposed private homepage content to unauthenticated users on login-required sites. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-46813 Overview

CVE-2025-46813 is an information disclosure vulnerability in Discourse, the open-source community platform. The flaw affects login-required sites that were deployed between commits 10df7fdee060d44accdee7679d66d778d1136510 and 82d84af6b0efbd9fa2aeec3e91ce7be1a768511b. During this window, the homepage route exposed private content to unauthenticated users instead of redirecting them to the login screen. Sites tracking the stable branch are not affected. The vulnerability is classified under CWE-200: Exposure of Sensitive Information to an Unauthorized Actor.

Critical Impact

Unauthenticated network attackers can view homepage content intended only for authenticated users on Discourse login-required sites deployed during the affected window.

Affected Products

  • Discourse 3.5.0.beta1
  • Discourse 3.5.0.beta2
  • Discourse 3.5.0.beta3
  • Discourse 3.5.0.beta4 builds before commit 82d84af6b0efbd9fa2aeec3e91ce7be1a768511b

Discovery Timeline

  • 2025-05-05 - CVE-2025-46813 published to NVD
  • 2025-09-26 - Last updated in NVD database

Technical Details for CVE-2025-46813

Vulnerability Analysis

Discourse supports a deployment mode called login-required, where all content must be hidden from unauthenticated visitors until they sign in. A development change introduced in commit 10df7fdee060d44accdee7679d66d778d1136510 (#32350) altered the homepage routing so that the login-required screen could render through the root route. The change inadvertently allowed homepage content to be served alongside the login-required screen for unauthenticated visitors. The result was an information leak: private homepage data became visible without authentication on affected deployments.

The issue only impacts sites deployed during a narrow window, roughly between noon EDT on April 30, 2025 and noon EDT on May 2, 2025. Stable branch installations never received the offending commit. The flaw is purely a data exposure issue and does not impact integrity or availability of the platform.

Root Cause

The root cause is a routing logic change in homepage-router-overrides.js that added /login-required as a valid intent URL prefix, combined with a new LoginRequiredController in app/controllers/discovery/login-required.js. Together these changes caused homepage content to be evaluated and rendered during the login-required transition, bypassing the gating that normally hides content from anonymous users.

Attack Vector

An unauthenticated remote attacker requests the root URL of a vulnerable Discourse instance configured as login-required. Instead of receiving only the login prompt, the response includes homepage content that should require authentication. No special tooling, credentials, or user interaction is required.

javascript
// Patch: introduction of LoginRequiredController (later reverted as fix)
// File: app/assets/javascripts/discourse/app/controllers/discovery/login-required.js
import Controller, { inject as controller } from "@ember/controller";

export default class LoginRequiredController extends Controller {
  @controller application;
}

// Patch: router override that added the vulnerable intent URL match
// File: app/assets/javascripts/discourse/app/lib/homepage-router-overrides.js
const intentUrl = transition?.intent?.url;
if (
  intentUrl?.startsWith(homepageDestination()) ||
  intentUrl?.startsWith("/login-required") ||
  (transition?.intent.name === `discovery.${defaultHomepage()}` &&
    transition?.intent.queryParams[homepageRewriteParam])
) {
  // homepage logic executed during login-required transitions
}
// Source: https://github.com/discourse/discourse/commit/10df7fdee060d44accdee7679d66d778d1136510
// Reverted in: https://github.com/discourse/discourse/commit/82d84af6b0efbd9fa2aeec3e91ce7be1a768511b

Detection Methods for CVE-2025-46813

Indicators of Compromise

  • Unauthenticated HTTP GET requests to / or /login-required returning topic titles, category lists, or other homepage data on sites where the login_required site setting is enabled.
  • Anonymous user-agent traffic to the Discourse root route logged between April 30, 2025 and May 2, 2025 against an instance that was redeployed in that window.
  • Search engine cache entries or external archives containing snapshots of a login-required Discourse instance's homepage content.

Detection Strategies

  • Compare the Discourse deployment commit hash against the vulnerable range bounded by 10df7fdee060d44accdee7679d66d778d1136510 and 82d84af6b0efbd9fa2aeec3e91ce7be1a768511b.
  • Issue an unauthenticated request to the site root and inspect the response body for topic, category, or user content that should be gated.
  • Review web server and reverse proxy logs for 200-status responses to anonymous clients on / during the affected timeframe.

Monitoring Recommendations

  • Alert on anomalous anonymous traffic volume to Discourse homepage endpoints on instances configured with login_required.
  • Enable response-size monitoring on / for unauthenticated sessions and flag responses exceeding the expected login-required template size.
  • Track Discourse upgrade and redeploy events through change management to correlate exposure windows with vulnerable commits.

How to Mitigate CVE-2025-46813

Immediate Actions Required

  • Upgrade Discourse to a version of 3.5.0.beta4 built after commit 82d84af6b0efbd9fa2aeec3e91ce7be1a768511b, or move to the stable branch which is unaffected.
  • Audit web access logs from the April 30 to May 2, 2025 window for unauthenticated requests to the homepage and assess what content was exposed.
  • Rotate any sensitive content, invite links, or pinned posts that may have been visible from the homepage during the exposure window.

Patch Information

The issue was resolved by reverting the problematic routing change. See the GitHub Security Advisory GHSA-v3h7-c287-pfg9 and the reverting commit 82d84af6. Operators must upgrade; no configuration-level fix is available.

Workarounds

  • No workarounds are available per the vendor advisory; upgrading to a non-vulnerable Discourse build is the only remediation.
  • As a compensating control until upgrade, place the Discourse instance behind a reverse proxy or WAF that requires authentication before serving the root path.
bash
# Example: upgrade a Discourse instance running the official Docker setup
cd /var/discourse
git pull
./launcher rebuild app

# Verify the deployed commit is at or after the fix
docker exec app bash -c "cd /var/www/discourse && git rev-parse HEAD"
# Expected: 82d84af6b0efbd9fa2aeec3e91ce7be1a768511b or later

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDiscourse

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.49%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Security Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update
  • Related CVEs
  • CVE-2026-34947: Discourse Information Disclosure Flaw

  • CVE-2026-32143: Discourse Information Disclosure Flaw

  • CVE-2026-32620: Discourse Information Disclosure Flaw

  • CVE-2026-32951: Discourse Information Disclosure Flaw
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