Information Exposure Affecting io.undertow:undertow-core package, versions [,2.0.20.Final)


0.0
critical

Snyk CVSS

    Attack Complexity Low
    Confidentiality High
    Integrity High
    Availability High

    Threat Intelligence

    EPSS 2.35% (90th percentile)
Expand this section
NVD
9.8 critical
Expand this section
Red Hat
5.3 medium

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-IOUNDERTOW-451626
  • published 17 Jul 2019
  • disclosed 12 Jun 2019
  • credit Unknown

How to fix?

Upgrade io.undertow:undertow-core to version 2.0.20.Final or higher.

Overview

io.undertow:undertow-core is a Java web server based on non-blocking IO.

Affected versions of this package are vulnerable to Information Exposure. Confidential information such as HTTP Authentication for HttpServerExchange object at ERROR level are logged in plain text using UndertowLogger.REQUEST_LOGGER.undertowRequestFailed(t, exchange) by Connectors.executeRootHandler:402.