Unknown · Namelessmc · CVE-2026-32250
**Name of the Vulnerable Software and Affected Versions**
NamelessMC version 2.2.4
**Description**
A Reflected Cross-Site Scripting (XSS) issue exists where the application reflects user-supplied input into the HTML response without proper sanitization or output encoding. This occurs at the endpoint "/index.php?route=/queries/user/" via the `id` parameter. An attacker can craft a malicious URL containing JavaScript code that executes in the victim's browser, potentially leading to session hijacking, phishing attacks, or manipulation of page content.
**Recommendations**
Update to version 2.2.5.
As a temporary workaround, avoid using the `id` parameter in the "/index.php?route=/queries/user/" endpoint until the update is applied.