CVE-2026-32244 — Discourse is an open-source discussion platform. In
CVE-2026-32244 — Discourse is an open-source discussion platform. In versions prior to 2026.1.4, 2026.3.1, 2026.4.1 and 2026.5.0-latest.1, outdated cached AI summaries can leak removed content to anonymous and unprivileged users who cannot regenerate summaries. This issue has been fixed in versions
What This Means For You
- If your environment is affected by CWE-200, CWE-524, CWE-672, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-32244 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-32244 - Discourse AI Summary Leak to Anonymous Users
title: CVE-2026-32244 - Discourse AI Summary Leak to Anonymous Users
id: scw-2026-05-19-ai-1
status: experimental
level: medium
description: |
This rule detects requests to the Discourse AI summarization endpoint ('/ai-summarize') by anonymous or unprivileged users. CVE-2026-32244 describes a vulnerability where outdated cached AI summaries could be leaked to such users, exposing previously removed content. This detection targets the specific API endpoint used for summary generation.
author: SCW Feed Engine (AI-generated)
date: 2026-05-19
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-32244/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/ai-summarize'
cs-method:
- 'GET'
sc-status:
- '200'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-32244 | vulnerability | CVE-2026-32244 |
| CWE-200 | weakness | CWE-200 |
| CWE-524 | weakness | CWE-524 |
| CWE-672 | weakness | CWE-672 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 19, 2026 at 03:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.