LiveActive security incident?Get immediate response
CVE Record

CVE-2022-32227: A cleartext transmission of sensitive information exists in Rocket.Chat <v5, <v4.8.2 and <v4.7.5 relating t...

A cleartext transmission of sensitive information exists in Rocket.Chat <v5, <v4.8.2 and <v4.7.5 relating to Oauth tokens by having the permission "view-full-other-user-info", this could cause an oauth token leak in the product.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Rocket.Chat could expose OAuth tokens to authenticated users who have the “view-full-other-user-info” permission. The issue affects Rocket.Chat versions before 4.7.5, 4.8.2, and 5.0.0. Token exposure can create account or integration compromise risk, but the provided sources do not show public exploitation.

Executive priority

Treat this as a moderate-priority confidentiality issue. It is not documented as actively exploited, but OAuth token leakage can affect trust boundaries between chat, identity, and integrations. Upgrade and permission review should be scheduled promptly.

Technical view

CVE-2022-32227 is a CWE-319 cleartext transmission issue in Rocket.Chat involving OAuth tokens returned or exposed through full other-user information access. CVSS 3.1 is 6.5: network reachable, low complexity, low privileges, no user interaction, high confidentiality impact only.

Likely exposure

Exposure is likely limited to Rocket.Chat deployments running affected versions where users or roles have the “view-full-other-user-info” permission. Internet-facing instances increase business risk, but exploitation still requires authenticated access with the relevant permission.

Exploitation context

The source bundle lists KEV as false and provides no cited evidence of active exploitation. The vulnerability is confidentiality-focused: leaked OAuth tokens could enable unauthorized access depending on token scope and downstream integrations.

Researcher notes

Evidence is limited to the CVE record, CVE List data, and the referenced HackerOne report. The public summary does not provide detailed exploit mechanics, affected configurations beyond the permission, or vendor-specific post-exposure token guidance.

Mitigation direction

  • Upgrade Rocket.Chat to 4.7.5, 4.8.2, 5.0.0, or later supported releases.
  • Restrict “view-full-other-user-info” to trusted administrative roles until upgrade is complete.
  • Review Rocket.Chat vendor guidance for any token handling or rotation recommendations.
  • Prioritize externally reachable or heavily integrated Rocket.Chat deployments first.

Validation and detection

  • Inventory Rocket.Chat versions across production, staging, and self-hosted instances.
  • Confirm affected instances are upgraded to a fixed version or later.
  • Review roles granted “view-full-other-user-info” and remove unnecessary assignments.
  • Check authentication and audit logs for unusual user-information access patterns.
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 · low confidence lookup

CWE-319: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access 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-32227 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
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N2.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/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 versions 4.7.5, 4.8.2, 5.0.0Listed
Weakness

CWE details

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

CWE-319 · source CWE mapping

Cleartext Transmission of Sensitive Information

Cleartext Transmission of Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.