Description
QTI Neon is a minimal, game-agnostic, relay-based UDP multiplayer protocol library. In version 1.0.0, the relay's handleReconnectRequest forwards RECONNECT_REQUEST packets to the host without bounding them, so an unauthenticated client can drive relay-to-host amplification and cause a denial of service on the host. No fixed version is available as of this review.
Published: 2026-07-28
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

QTI Neon’s version 1.0.0 contains a flaw in the handleReconnectRequest function: it forwards RECONNECT_REQUEST packets from clients to the host without imposing any size limits. An unauthenticated attacker can therefore send a large number of requests, causing the host to process them as if they were legitimate and consume resources until the host becomes unavailable. This issue is a classic example of unbounded input leading to resource exhaustion and is reflected in CWE‑400 (Uncontrolled Resource Consumption), CWE‑406 (Untrusted Input Not Checked for Size) and CWE‑770 (Allocation of Excessive Resources). The resulting denial of service can affect any instance of the relay that accepts incoming RECONNECT_REQUEST packets, potentially disrupting multiplayer games or other services that rely on the library.

Affected Systems

The vulnerability affects Quiet‑Terminal‑Interactive’s QTINeon library, version 1.0.0. No other versions or products have been identified as affected by the reviewed data.

Risk and Exploitability

The CVSS score of 8.6 indicates a high severity. The EPSS score is below 1 %, suggesting that exploitation attempts are expected to be rare, and the vulnerability is not listed in the CISA KEV catalogue. The attack vector is most likely network‑based over UDP, where an unauthenticated client can send arbitrary RECONNECT_REQUEST packets to the relay without needing any authentication token or other credentials. Once the relay forwards the packet to the host, the amplification of traffic can overwhelm the host’s resources, leading to a denial of service. No fix is currently available, so the risk remains until a patch is released or a workaround is applied.

Generated by OpenCVE AI on August 3, 2026 at 14:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict inbound RECONNECT_REQUEST traffic using firewall or proxy rules, limiting or dropping packets from unknown sources.
  • Deploy network monitoring to detect high volumes of RECONNECT_REQUEST traffic and trigger alerts for potential amplification attempts.
  • Regularly check Quiet‑Terminal‑Interactive’s updates or contact the vendor for a patch; in the meantime, consider isolating the host or disabling RECONNECT_REQUEST handling if the application logic allows it.

Generated by OpenCVE AI on August 3, 2026 at 14:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-85rg-p3fr-xc2f QTINeon has unauthenticated relay-to-host amplification via unbounded RECONNECT_REQUEST forwarding
History

Tue, 28 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Quiet-terminal-interactive
Quiet-terminal-interactive qtineon
Vendors & Products Quiet-terminal-interactive
Quiet-terminal-interactive qtineon

Tue, 28 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 17:00:00 +0000

Type Values Removed Values Added
Description QTI Neon is a minimal, game-agnostic, relay-based UDP multiplayer protocol library. In version 1.0.0, the relay's handleReconnectRequest forwards RECONNECT_REQUEST packets to the host without bounding them, so an unauthenticated client can drive relay-to-host amplification and cause a denial of service on the host. No fixed version is available as of this review.
Title QTINeon has unauthenticated relay-to-host amplification via unbounded RECONNECT_REQUEST forwarding
Weaknesses CWE-400
CWE-406
CWE-770
References
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H'}


Subscriptions

Quiet-terminal-interactive Qtineon
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-28T17:07:15.080Z

Reserved: 2026-06-15T19:45:23.540Z

Link: CVE-2026-54609

cve-icon Vulnrichment

Updated: 2026-07-28T17:06:56.770Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T17:16:52.507

Modified: 2026-07-30T19:59:01.367

Link: CVE-2026-54609

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:45:04Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-406

    Insufficient Control of Network Message Volume (Network Amplification)

  • CWE-770

    Allocation of Resources Without Limits or Throttling