LiveActive security incident?Get immediate response
CVE Record

CVE-2021-39177: User impersonation due to incorrect handling of the login JWT

Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition. Versions of Geyser prior to 1.4.2-SNAPSHOT allow anyone that can connect to the server to forge a LoginPacket with manipulated JWT token allowing impersonation as any user. Version 1.4.2-SNAPSHOT contains a patch for the issue. There are no known workarounds aside from upgrading.

HighCVSS 7.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A vulnerable Geyser Minecraft bridge could let an unauthenticated player impersonate another user by abusing login token handling. The main business risk is unauthorized access and actions under trusted player identities on affected servers. The cited sources identify a patch in 1.4.2-SNAPSHOT and no workaround besides upgrading.

Executive priority

Prioritize remediation for public or community-facing servers because the issue affects identity trust. Upgrade is the only named fix, and delay leaves affected servers exposed to user impersonation risk.

Technical view

CVE-2021-39177 is an authentication flaw in Geyser prior to 1.4.2-SNAPSHOT. A connecting user could forge a LoginPacket with a manipulated JWT and impersonate any user. It is classified as CWE-287 with CVSS 3.1 score 7.4, network attack vector, no privileges, no user interaction, high confidentiality and integrity impact.

Likely exposure

Exposure is limited to environments running GeyserMC Geyser versions up to and including 1.4.1-SNAPSHOT, especially servers accepting connections from untrusted Minecraft Bedrock clients.

Exploitation context

The source bundle does not show CISA KEV listing or other confirmed active exploitation evidence. Sources state anyone able to connect could attempt impersonation, but CVSS marks attack complexity high. Treat internet- or community-facing Geyser bridges as priority targets.

Researcher notes

Focus validation on authentication boundary behavior and version provenance, not exploit reproduction. Evidence is strong for affected range and patch availability, but the provided bundle does not establish active exploitation or downstream affected forks.

Mitigation direction

  • Upgrade Geyser to 1.4.2-SNAPSHOT or later.
  • Confirm no servers remain on 1.4.1-SNAPSHOT or older.
  • Follow the GitHub advisory for vendor-confirmed guidance.
  • Plan maintenance promptly because sources identify no workaround besides upgrading.

Validation and detection

  • Inventory all Minecraft bridge deployments using Geyser.
  • Check running Geyser versions against the affected range.
  • Verify upgraded servers report 1.4.2-SNAPSHOT or later.
  • Review access logs for suspicious identity mismatches around login activity.
  • Document any remaining vulnerable servers and owner-approved remediation dates.
Prepared
Confidence
high
Sources
5

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-287: 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
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-2021-39177 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.4 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/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
GeyserMCGeyser<= 1.4.1-SNAPSHOTListed
Weakness

CWE details

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

CWE-287 · source CWE mapping

Improper Authentication

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