Cyber Resilience

CVE-2025-64528

Discourse ≤ 3.5.3

Published
30 December 2025
Modified
20 February 2026
Patch / advisory
CVSS Score v4 6.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:L/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
EPSS Score 0.0025 17th percentile
Risk Priority 39 floored blend · peak EPSS

Summary

CVE-2025-64528 is a medium-severity Exposure of Sensitive Information Through Data Queries (CWE-202) vulnerability in Discourse Discourse. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Information Repositories (T1213); ranked at the 17th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-23 (Data Mining Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Discourse is an open source discussion platform. Prior to versions 3.5.3, 2025.11.1, and 2025.12.0, an attacker who knows part of a username can find the user and their full name via UI or API, even when `enable_names` is disabled. Versions…

more

3.5.3, 2025.11.1, and 2025.12.0 contain a fix.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1213 Data from Information Repositories Collection
Adversaries may leverage information repositories to mine valuable information.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-49765Same product: Discourse Discourse
CVE-2023-34250Same product: Discourse Discourse
CVE-2023-25819Same product: Discourse Discourse
CVE-2026-28218Same product: Discourse Discourse
CVE-2025-58054Same product: Discourse Discourse
CVE-2023-38685Same product: Discourse Discourse
CVE-2025-59337Same product: Discourse Discourse
CVE-2025-68934Same product: Discourse Discourse
CVE-2023-23622Same product: Discourse Discourse
CVE-2024-56328Same product: Discourse Discourse

Affected Assets

discourse
discourse
2025.11.0, 2025.12.0 · ≤ 3.5.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-23 directly requires mechanisms to protect against unauthorized data mining and inference from statistical queries that would expose sensitive information.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Least-privilege query permissions directly limit the data an attacker can request or infer.

DE.CM-03 partial match
prevents

Behavior analytics on query activity can detect inference attempts but does not prevent exposure at query time.

PR.DS-10 partial match
prevents

Protecting data-in-use reduces what remains available for inference via queries.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Access control limits who can run queries that could expose sensitive information via inference.

prevents

Granular access rights reduce the ability of users to craft inference queries.

prevents

Data masking prevents inference by obscuring sensitive values returned in query results.

prevents

Information access restriction directly limits query scope that could lead to inference.

mitigates

Classification helps identify sensitive data that must be protected from inference attacks.

finds

DLP can detect and block queries or result sets that risk exposing sensitive information.

References