CVE-2026-33061
Received
Received - Intake
Stored DOM XSS in exactly Game Panel via Unsafe JSON Encoding
Publication date: 2026-03-20
Last updated on: 2026-04-14
Assigner: GitHub, Inc.
Description
Description
Jexactyl is a customisable game management panel and billing system. Commits after 025e8dbb0daaa04054276bda814d922cf4af58da and before e28edb204e80efab628d1241198ea4f079779cfd inject server-side objects into client-side JavaScript through resources/views/templates/wrapper.blade.php. Using unescaped {!! json_encode(...) !!} without safe encoding flags allows string values to break out of the JavaScript context and be interpreted as HTML/JS by the browser. If any serialized fields contain attacker-controlled content, such as a username, display name, or site config value, a malicious payload will execute arbitrary script for any user viewing the page (stored DOM XSS). This issue has been patched by commit e28edb204e80efab628d1241198ea4f079779cfd.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jexactyl | jexactyl | to 3.8.0 (inc) |
| jexactyl | jexactyl | 4.0.0 |
| jexactyl | jexactyl | 4.0.0 |
| jexactyl | jexactyl | 4.0.0 |
| jexactyl | jexactyl | 4.0.0 |
| jexactyl | jexactyl | 4.0.0 |
| jexactyl | jexactyl | 4.0.0 |
| jexactyl | jexactyl | 4.0.0 |
| jexactyl | jexactyl | 4.0.0 |
| jexactyl | jexactyl | 4.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |