A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-33514

CVE-2026-33514: Discourse Information Disclosure Flaw

CVE-2026-33514 is an information disclosure vulnerability in Discourse that allows authenticated users to access form template metadata from unauthorized categories. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-33514 Overview

CVE-2026-33514 is a missing authorization vulnerability [CWE-862] in Discourse, an open-source discussion platform. The flaw affects instances with the form templates feature enabled. An authenticated user can read the name and structured content of form templates assigned to categories they are not authorized to access.

The impact is limited to disclosure of site configuration metadata. The issue is fixed in versions 2026.1.4, 2026.3.1, 2026.4.1, and 2026.5.0-latest.1.

Critical Impact

Authenticated users can enumerate form template names and structured content tied to restricted categories, exposing site configuration metadata.

Affected Products

  • Discourse versions prior to 2026.1.4
  • Discourse versions prior to 2026.3.1 on the 2026.3 branch
  • Discourse versions prior to 2026.4.1 on the 2026.4 branch, and 2026.5.0-latest.1 on the latest branch

Discovery Timeline

  • 2026-05-19 - CVE CVE-2026-33514 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-33514

Vulnerability Analysis

Discourse provides a form templates feature that lets administrators define structured input forms for specific categories. Templates can contain field definitions, default values, and category-specific configuration metadata.

In affected versions, the API endpoint serving form template data did not validate whether the requesting user had permission to view the associated category. An authenticated user could request template records linked to restricted categories and receive the template name and structured content in the response.

The exposed data is limited to template definitions and site configuration metadata. The vulnerability does not disclose user content, posts, or private messages contained in restricted categories.

Root Cause

The root cause is a missing authorization check [CWE-862] in the form templates retrieval path. The code returned template records without first verifying that the user could access the categories scoped to those templates. Category-level access control was applied for posts and topics but was not extended to the form templates association.

Attack Vector

The attack requires network access and a valid low-privilege account on the target Discourse instance. The attacker queries the form templates endpoint and receives template data for categories outside their authorization scope. No user interaction is required beyond standard authenticated API calls. The technique is documented in the GitHub Security Advisory GHSA-w6g7-p2p9-2m5h.

Detection Methods for CVE-2026-33514

Indicators of Compromise

  • Repeated authenticated requests to form template API endpoints from a single account enumerating multiple template identifiers.
  • Authenticated accounts retrieving template metadata for categories outside their group membership.
  • Spikes in 200-OK responses to form template endpoints originating from non-staff accounts.

Detection Strategies

  • Review Discourse application logs for authenticated requests to form template routes correlated against the requesting user's category permissions.
  • Compare returned template identifiers against the categories each user is authorized to view to surface unauthorized disclosures.
  • Alert on user accounts retrieving template data at a rate inconsistent with normal forum interaction.

Monitoring Recommendations

  • Forward Discourse Rails and reverse proxy access logs to a centralized log platform for retention and query.
  • Build a dashboard tracking form template endpoint usage segmented by user trust level and account age.
  • Establish a baseline of normal template access patterns and alert on deviations from authenticated low-privilege users.

How to Mitigate CVE-2026-33514

Immediate Actions Required

  • Upgrade Discourse to 2026.1.4, 2026.3.1, 2026.4.1, or 2026.5.0-latest.1 depending on the deployed branch.
  • Audit historical access logs for unauthorized form template retrieval since the form templates feature was enabled.
  • Review form template content and remove any sensitive configuration data that should not be visible to all authenticated users.

Patch Information

The Discourse team committed the fix in the upstream repository. See the GitHub Commit ae5c9570fb918442c4d96abc83c1e7e169909b02 for the code change and the GitHub Security Advisory GHSA-w6g7-p2p9-2m5h for vendor guidance. Patched releases enforce category-level authorization before returning form template data.

Workarounds

  • Disable the form templates feature in site settings until the upgrade is applied.
  • Remove form templates from sensitive categories and store the data outside Discourse until patched.
  • Restrict account creation and require staff approval to limit the population of authenticated users able to query the endpoint.
bash
# Verify Discourse version after upgrade
cd /var/discourse
./launcher logs app | grep -i version
# Confirm the running version matches 2026.1.4, 2026.3.1, 2026.4.1, or 2026.5.0-latest.1

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

  • SeverityMEDIUM

  • CVSS Score6.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/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-862
  • Technical References
  • GitHub Commit Change

  • GitHub Security Advisory GHSA-w6g7-p2p9-2m5h
  • Related CVEs
  • CVE-2026-32244: Discourse Information Disclosure Bug

  • CVE-2026-34947: Discourse Information Disclosure Flaw

  • CVE-2026-32143: Discourse Information Disclosure Flaw

  • CVE-2026-32620: Discourse Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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