Vulnerability Description
GravitLauncher is an open-source Minecraft launcher based on sashok724's v3. Prior to 5.7.12, an unauthenticated remote actor can send a raw HTTP request target without a leading slash to the default LaunchServer file server on port 9274. FileServerHandler.channelRead0 in components/launchserver/src/main/java/pro/gravit/launchserver/socket/handlers/fileserver/FileServerHandler.java strips the first request-target character and resolves the remaining path against updatesDir without re-normalizing and verifying containment. This leaves parent-directory components in a no-leading-slash request and allows reading any file accessible to the LaunchServer process, including .keys/ecdsa_id, .keys/legacySalt, and LaunchServer.json. Disclosure of those files can expose signing keys, refresh-token material, and database credentials, enabling forged administrative access tokens and full authentication bypass. A normalizing L7 proxy may block the primary request form, but direct exposure and L4/TCP proxies remain affected, and netty.fileServerEnabled is enabled by default. This issue is fixed in 5.7.12.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/GravitLauncher/Launcher/commit/8114a1d4cfbcaab4c1c337d9215978
- https://github.com/GravitLauncher/Launcher/releases/tag/v5.7.12
- https://github.com/GravitLauncher/Launcher/security/advisories/GHSA-5g75-477j-2c
FAQ
What is CVE-2026-54617?
CVE-2026-54617 is a vulnerability with a CVSS score of 9.8 (CRITICAL). GravitLauncher is an open-source Minecraft launcher based on sashok724's v3. Prior to 5.7.12, an unauthenticated remote actor can send a raw HTTP request target without a leading slash to the default ...
How severe is CVE-2026-54617?
CVE-2026-54617 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-54617?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.