LiveActive security incident?Get immediate response
CVE Record

CVE-2022-35250: A privilege escalation vulnerability exists in Rocket.chat <v5 which made it possible to elevate privileges...

A privilege escalation vulnerability exists in Rocket.chat <v5 which made it possible to elevate privileges for any authenticated user to view Direct messages without appropriate permissions.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Rocket.Chat versions before v5 allowed any logged-in user to view direct messages they should not be able to access. This is a confidentiality issue, not a system takeover. Business urgency depends on whether Rocket.Chat contains sensitive internal, customer, legal, or incident-response conversations.

Executive priority

Handle as a moderate-priority confidentiality risk. Prioritize faster remediation where Rocket.Chat is internet-facing, widely accessible, or used for sensitive business discussions. The issue does not indicate unauthenticated compromise or data modification in the provided sources.

Technical view

CVE-2022-35250 is a CWE-732 privilege/permission issue in Rocket.Chat <v5. With network access and a valid account, an attacker could access direct messages without proper authorization. CVSS 3.1 is 4.3: low complexity, authenticated, no user interaction, confidentiality impact only.

Likely exposure

Exposure is likely limited to organizations running Rocket.Chat versions before v5 and allowing user authentication. The issue requires a valid account, so risk rises in large workspaces, externally reachable deployments, or environments with many low-trust users.

Exploitation context

The provided sources do not indicate CISA KEV listing or active exploitation. Public disclosure exists through the CVE record and HackerOne reference, but the bundle does not provide evidence of real-world exploitation.

Researcher notes

The bundle identifies the vulnerability class, affected range, CVSS vector, and HackerOne reference, but does not include detailed exploit mechanics or complete remediation guidance. Avoid assuming affected forks, cloud services, or active exploitation without additional vendor evidence.

Mitigation direction

  • Inventory all Rocket.Chat deployments and identify versions below v5.
  • Upgrade affected Rocket.Chat instances to a vendor-fixed v5 or later release.
  • Review Rocket.Chat vendor guidance for any version-specific remediation notes.
  • Restrict or remove unnecessary user accounts until affected systems are remediated.
  • Treat sensitive direct-message content as potentially exposed on vulnerable deployments.

Validation and detection

  • Confirm production and staging Rocket.Chat versions are not below v5.
  • Verify authentication is required and anonymous access is not unexpectedly enabled.
  • Review user roles and permissions for unusual direct-message access patterns.
  • Check logs for unexpected access to direct-message resources, where available.
  • Document remediation status for each Rocket.Chat instance.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-732: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-35250 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2022-35250Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aRocket.chatFixed in 5.0>Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-732 · source CWE mapping

Incorrect Permission Assignment for Critical Resource

Incorrect Permission Assignment for Critical Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.