AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-72731

HIGH · CVSS 7.1 EPSS 0.23% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability affects the Discourse open-source discussion platform, allowing unauthorized users to execute arbitrary SQL queries by manipulating parameterized Data Explorer queries. Although the queries run in a read-only transaction, this flaw can expose sensitive data from any accessible table. Organizations using affected versions should prioritize updating to the patched releases (2026.1.7, 2026.6.2, 2026.7.1, or 2026.8.0-latest.1) to mitigate potential data exposure risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-72731
Severity
HIGH
CVSS
7.1
EPSS
0.23%

Original NVD Description

Discourse is an open-source discussion platform. From 2026.1.0-latest until 2026.1.7, 2026.6.2, 2026.7.1, and 2026.8.0-latest.1, anyone able to run a parameterized Data Explorer query, including non-staff members of a group a query is shared with, could craft parameter values that escaped the intended query and executed arbitrary SQL through plugins/discourse-data-explorer/lib/discourse_data_explorer/data_explorer.rb and plugins/discourse-data-explorer/lib/discourse_data_explorer/workflows/sql_action/v1.rb. Recursive parameter interpolation allowed one parameter value to introduce another parameter, and parameter declarations in SQL comments could be used to inject a statement. Queries run in a read-only transaction, so data could not be modified, but any table could be read. This issue is fixed in versions 2026.1.7, 2026.6.2, 2026.7.1, and 2026.8.0-latest.1.