CVE-2026-42188 PUBLISHED

Geyser: Server-Side Request Forgery (SSRF) via Player Head Texture URL

Assigner: GitHub_M
Reserved: 25.04.2026 Published: 11.05.2026 Updated: 11.05.2026

Geyser is a bridge between Minecraft: Bedrock Edition and Minecraft: Java Edition. Prior to 2.9.3, a server-side request forgery (SSRF) vulnerability exists in Geyser’s handling of Bedrock player head texture data. By supplying a crafted Base64-encoded skin texture URL via the /give command, an attacker can cause the Minecraft server to issue arbitrary HTTP GET requests to attacker-controlled or internal endpoints. This occurs server-side, without proper URL validation, and can be triggered by a Bedrock client. This vulnerability is fixed in 2.9.3.

Metrics

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

Product Status

Vendor GeyserMC
Product Geyser
Versions
  • Version < 2.9.3 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE