Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. pro.gravit.launcher/launchserver-api
  4. ›
  5. CVE-2026-54617

CVE-2026-54617: LaunchServer FileServerHandler has an unauthenticated path traversal issue

July 2, 2026

An unauthenticated path traversal in the LaunchServer HTTP file server (FileServerHandler) lets any remote actor read any file readable by the LaunchServer process (e.g. ../../../../etc/passwd). This is a generic arbitrary-file-read primitive, so the fix must address the traversal itself, not any specific file.

The readable files include the server’s own secrets, which turns this from information disclosure into full compromise: the ECDSA private key that signs access JWTs (.keys/ecdsa_id), the refresh-token salt (.keys/legacySalt), and LaunchServer.json (database credentials). With the signing key an attacker mints a valid access token for any account, including admins. That is a full authentication bypass. Pre-auth, default config, port 9274.

Affected: GravitLauncher LaunchServer ≤ 5.7.11 (the LaunchServer application; the published pro.gravit.launcher:*-api Maven artifacts do not contain the vulnerable code).

References

  • github.com/GravitLauncher/Launcher/security/advisories/GHSA-5g75-477j-2c2f
  • github.com/advisories/GHSA-5g75-477j-2c2f
  • nvd.nist.gov/vuln/detail/CVE-2026-54617

Code Behaviors & Features

Detect and mitigate CVE-2026-54617 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 5.7.11

Solution

Unfortunately, there is no solution available yet.

Impact 9.8 CRITICAL

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

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
  • CWE-522: Insufficiently Protected Credentials

Source file

maven/pro.gravit.launcher/launchserver-api/CVE-2026-54617.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Thu, 16 Jul 2026 00:20:10 +0000.