CVE-2026-90668

Summary

The webserver in UnrealIRCd 6.0.5 through 6.2.6 before 6.2.7 does not limit the number of HTTP request headers, which allows remote attackers to cause a denial of service (memory consumption and unresponsive server) via an HTTP request with an unlimited number of headers, if a websocket or JSON-RPC listener is enabled (disabled by default).

Affected Software

VendorProductVersion RangeStatus
UnrealIRCdUnrealIRCd6.0.5 < 6.2.7affected

Weaknesses

  • CWE-770: CWE-770 Allocation of Resources Without Limits or Throttling

Workarounds

Remove the websocket and rpc options from your listen blocks until the patch or upgrade is applied.

References