LiveActive security incident?Get immediate response
CVE Record

CVE-2021-37696: Sensitive information leak in MassDM of tmerc-cogs

tmerc-cogs are a collection of open source plugins for the Red Discord bot. A vulnerability has been found in the code that allows any user to access sensitive information by crafting a specific MassDM message. Issue is patched in commit 92325be650a6c17940cc52611797533ed95dbbe1. All users are advised to update to the current commit. As a workaround users may unload the MassDM cog or globally disable the `[p]massdm` command.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Red Discord bot plugin collection, tmerc-cogs, leaked sensitive information through MassDM when a low-privileged user crafted a specific message. Organizations running the affected cog before the patch commit should update or disable MassDM, because confidentiality impact is high.

Executive priority

Prioritize remediation where Discord bots handle sensitive operational, customer, or staff information. This is not marked as known exploited, but the low access requirement and high confidentiality impact justify near-term patching or disabling MassDM.

Technical view

CVE-2021-37696 affects tmerc-cogs versions before commit 92325be650a6c17940cc5. The advisory describes unauthorized access to sensitive information through MassDM. CVSS 3.1 is 7.1 high, with network access, low privileges, no user interaction, high confidentiality impact, and low integrity impact.

Likely exposure

Exposure is limited to Red Discord bot deployments using tmerc-cogs with the MassDM cog or command enabled and code older than the patched commit. Public sources do not identify broader products or packaged downstream distributions.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The issue is still practical because the advisory says any user can trigger the flaw by crafting a MassDM message, assuming access to the vulnerable bot context.

Researcher notes

The listed weakness is CWE-306, while the description centers on low-privileged access to sensitive information through MassDM. Sources identify the patch commit and workarounds but do not provide enough public detail to infer exploit prevalence, exact leaked data types, or downstream package status.

Mitigation direction

  • Update tmerc-cogs to commit 92325be650a6c17940cc5 or a current later commit.
  • Unload the MassDM cog if immediate updating is not possible.
  • Globally disable the [p]massdm command as a temporary workaround.
  • Review vendor advisory and repository guidance before re-enabling MassDM.

Validation and detection

  • Inventory Red Discord bot instances using tmerc-cogs.
  • Confirm deployed code includes commit 92325be650a6c17940cc5 or later.
  • Check whether the MassDM cog is loaded on each bot.
  • Verify the [p]massdm command is disabled if not patched.
  • Review bot access policy for low-privileged users who can interact with MassDM.
Prepared
Confidence
high
Sources
4

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-306: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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
cve · low confidence lookup

CVE-2021-37696 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
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/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
3Source 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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N2.84.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2021-37696Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
tmercswimstmerc-cogs< 92325be650a6c17940cc5Listed
Weakness

CWE details

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

CWE-306 · source CWE mapping

Missing Authentication for Critical Function

Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.