Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

redhat логотип

CVE-2026-3260

Опубликовано: 24 мар. 2026
Источник: redhat

Описание

A flaw was found in Undertow. A remote attacker could exploit this vulnerability by sending an HTTP GET request containing multipart/form-data content. If the underlying application processes parameters using methods like getParameterMap(), the server prematurely parses and stores this content to disk. This could lead to resource exhaustion, potentially resulting in a Denial of Service (DoS).

Отчет

This CVE has been marked as Rejected by the assigning CNA.

Меры по смягчению последствий

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.

Затронутые пакеты

ПлатформаПакетСостояниеРекомендацияРелиз
Red Hat build of Apache Camel for Spring Boot 4undertow-coreFix deferred
Red Hat build of Apache Camel - HawtIO 4undertow-coreFix deferred
Red Hat Data Grid 8undertow-coreFix deferred
Red Hat Enterprise Linux 10moditectFix deferred
Red Hat Enterprise Linux 8pki-core:10.6/resteasyFix deferred
Red Hat Enterprise Linux 8pki-deps:10.6/resteasyFix deferred
Red Hat Enterprise Linux 9resteasyFix deferred
Red Hat Fuse 7undertow-coreFix deferred
Red Hat JBoss Enterprise Application Platform 7undertow-coreFix deferred
Red Hat JBoss Enterprise Application Platform 8org.jberet-jberet-parentFix deferred

Показывать по

Дополнительная информация

Дефект:
CWE-770
https://bugzilla.redhat.com/show_bug.cgi?id=2443010undertow: Undertow: Denial of Service due to premature multipart/form-data parsing in GET requests

Связанные уязвимости

ubuntu
5 месяцев назад

Rejected reason: The Undertow web server enforces a default maximum HTTP request entity size limit. Any request (including GET or HEAD) containing a body that exceeds this configurable limit is safely dropped by the server, preventing single-request Resource Exhaustion (Out of Memory) Denial of Service attacks.

nvd
5 месяцев назад

Rejected reason: The Undertow web server enforces a default maximum HTTP request entity size limit. Any request (including GET or HEAD) containing a body that exceeds this configurable limit is safely dropped by the server, preventing single-request Resource Exhaustion (Out of Memory) Denial of Service attacks.

CVSS3: 5.9
github
5 месяцев назад

Undertow: Denial of Service via Multipart/Form-Data Parsing on HTTP GET Requests