Skip to content
Threat Feed
low advisory

Remote Denial of Service in Wildfly via CSIv2 GSS Token Handling

An unauthenticated remote attacker can trigger a denial-of-service condition in Wildfly by sending a maliciously crafted GSS token that forces an uncontrolled memory allocation.

CVE search metadata

CVE search record: CVE-2026-15567. Severity: high. CVSS: 7.5. KEV: no. Product: Wildfly. Brief: Remote Denial of Service in Wildfly via CSIv2 GSS Token Handling. Brief link: https://feed.craftedsignal.io/briefs/2026-08-wildfly-dos/

Wildfly contains a vulnerability (CVE-2026-15567) within the CSIv2Util component, which is responsible for handling Common Secure Interoperability version 2 (CSIv2) communications. An unauthenticated remote attacker can exploit this flaw by sending a specially crafted GSS token to the service. The vulnerability exists because the token decoder reads an attacker-controlled length field from the incoming packet without performing adequate bounds checking. This unchecked length is subsequently used to allocate a byte array in memory. If an attacker specifies a sufficiently large value, the application will attempt to allocate excessive memory, resulting in an OutOfMemoryError and causing the application to crash or become unresponsive. This vulnerability poses a significant risk to the availability of Wildfly-based services exposed to untrusted networks.

Impact

The successful exploitation of CVE-2026-15567 results in a denial-of-service condition, rendering the target Wildfly instance unavailable. This vulnerability affects any system running vulnerable versions of Wildfly that expose the CSIv2 interface to unauthenticated users. The primary damage is service disruption, which may impact business operations for sectors relying on Wildfly for enterprise middleware and Java EE application hosting.

Recommendation

  • Monitor for service stability issues and application crashes that coincide with high volumes of traffic directed at the CSIv2 interface of Wildfly instances.
  • Patch Wildfly to the latest version provided by the vendor to remediate CVE-2026-15567.
  • Implement network-level access controls to restrict exposure of the CSIv2 management and communication interfaces to trusted management subnets only.
  • Review application server logs for recurrent OutOfMemoryError exceptions following incoming connection attempts.

Immediate actions

Patch Wildfly to remediate CVE-2026-15567

IT Operations 72h

Mitigations

Restrict access to the CSIv2 interface via network ACLs

immediate IT Operations

CVE-2026-15567