CVE-2026-15567
Awaiting Analysis Awaiting Analysis - Queue

OutOfMemoryError in WildFly due to Unbounded GSS Token Decoding

Vulnerability report for CVE-2026-15567, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-11

Last updated on: 2026-08-24

Assigner: redhat-SADP

Description

A flaw was found in Wildfly. A remote unauthenticated attacker can trigger OutOfMemoryError as CSIv2Util's GSS token decoder reads an attacker-controlled length field without bounds checking and attempts to allocate a byte array of that size.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-11
Last Modified
2026-08-24
Generated
2026-08-31
AI Q&A
2026-08-11
EPSS Evaluated
2026-08-30
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
redhat wildfly From 0.0.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-789 The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in WildFly allows a remote unauthenticated attacker to cause a denial of service by sending a specially crafted GSS token. The issue occurs because the CSIv2Util's GSS token decoder reads an attacker-controlled length field without bounds checking and attempts to allocate a very large byte array, leading to an OutOfMemoryError.

Detection Guidance

Monitor for OutOfMemoryError or JVM crashes in WildFly logs, especially during IIOP listener operations. Check for repeated GIOP packets with unusually large length fields in network traffic. Use tools like tcpdump or Wireshark to inspect IIOP traffic for malformed tokens.

Impact Analysis

This vulnerability can cause your WildFly server to crash or become unresponsive due to resource exhaustion. An attacker could repeatedly send malicious packets to keep the server down, disrupting services that rely on WildFly.

Compliance Impact

This vulnerability primarily causes a denial-of-service condition by triggering OutOfMemoryError through crafted GSS tokens, leading to resource exhaustion. While it does not directly expose or leak data, prolonged unavailability of systems could impact compliance with GDPR (data processing integrity) and HIPAA (availability of protected health information). Organizations must ensure robust mitigation to maintain service continuity.

Mitigation Strategies

Disable the IIOP subsystem in WildFly if not required. Apply vendor patches or updates when available. Restrict network access to the IIOP listener port. Monitor system resources for abnormal memory usage.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-15567. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart