Cyber Resilience

CVE-2021-22911

Rocket.Chat 3.11.0 … 3.13.0

Public PoCHigh EPSS
Published
27 May 2021
Modified
21 November 2024
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.95 99.9th percentile
Risk Priority 97 floored blend · peak EPSS

Summary

CVE-2021-22911 is a critical-severity Special Element Injection (CWE-75) vulnerability in Rocket.Chat Rocket.Chat. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability Data

A improper input sanitization vulnerability exists in Rocket.Chat server 3.11, 3.12 & 3.13 that could lead to unauthenticated NoSQL injection, resulting potentially in RCE.

CWE(s)

Related Threats

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1190 Exploit Public-Facing Application Initial Accessconfidence: HIGH
NoSQL injection in a public-facing server enables unauthenticated exploitation of the application.
T1059 Command and Scripting Interpreter Executionconfidence: MEDIUM
Successful RCE via the injection flaw allows arbitrary command execution on the server.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2023-28357Same product: Rocket.Chat Rocket.Chat
CVE-2025-5892Same product: Rocket.Chat Rocket.Chat
CVE-2026-29197Same product: Rocket.Chat Rocket.Chat
CVE-2026-22560Same product: Rocket.Chat Rocket.Chat
CVE-2026-30831Same product: Rocket.Chat Rocket.Chat
CVE-2026-23477Same product: Rocket.Chat Rocket.Chat
CVE-2024-39713Same product: Rocket.Chat Rocket.Chat
CVE-2023-28317Same product: Rocket.Chat Rocket.Chat
CVE-2026-48929Same product: Rocket.Chat Rocket.Chat
CVE-2023-28358Same product: Rocket.Chat Rocket.Chat

Affected Assets

rocket.chat
rocket.chat
3.11.0, 3.12.0, 3.13.0

Mitigating Controls

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.PS-06 mostly match
prevents

Secure SDLC practices directly require input sanitization to block special-element injection.

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.

detects

Security testing catches injection vulnerabilities but does not itself implement the sanitization fix.

A.8.15 Logging partial match
detects

Logging can record injection attempts for detection but does not prevent the weakness.

prevents

Secure development life cycle mandates input validation and sanitization practices that directly prevent special-element injection.

prevents

Application security requirements explicitly call for controls against injection flaws including special-element handling.

prevents

Secure architecture principles reduce injection surfaces but do not prescribe the actual sanitization logic.

prevents

Secure coding standards require rigorous input sanitization, directly eliminating CWE-75.

References