CVE-2024-7885

Oct. 7, 2024, 9:15 p.m.

CVSS Score

7.5 / 10

Products Impacted

Vendor Product Versions
redhat
  • build_of_apache_camel_-_hawtio
  • build_of_apache_camel_for_spring_boot
  • build_of_keycloak
  • data_grid
  • integration_camel_k
  • jboss_enterprise_application_platform
  • jboss_fuse
  • process_automation
  • single_sign-on
  • -
  • -
  • -
  • 8.0.0
  • -
  • 7.0.0, 8.0.0
  • 7.0.0
  • 7.0
  • 7.0

Description

A vulnerability was found in Undertow where the ProxyProtocolReadListener reuses the same StringBuilder instance across multiple requests. This issue occurs when the parseProxyProtocolV1 method processes multiple requests on the same HTTP connection. As a result, different requests may share the same StringBuilder instance, potentially leading to information leakage between requests or responses. In some cases, a value from a previous request or response may be erroneously reused, which could lead to unintended data exposure. This issue primarily results in errors and connection termination but creates a risk of data leakage in multi-request environments.

Weaknesses

CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

The product contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently.

CWE ID: 362

Date

Published: Aug. 21, 2024, 2:15 p.m.

Last Modified: Oct. 7, 2024, 9:15 p.m.

Status : Modified

CVE has been recently published to the CVE List and has been received by the NVD.

More info

Source

secalert@redhat.com

CPEs

Type Vendor Product Version Update Edition Language Software Edition Target Software Target Hardware Other Information
a redhat build_of_apache_camel_-_hawtio - / / / / / / /
a redhat build_of_apache_camel_for_spring_boot - / / / / / / /
a redhat build_of_keycloak - / / / / / / /
a redhat data_grid 8.0.0 / / / / / / /
a redhat integration_camel_k - / / / / / / /
a redhat jboss_enterprise_application_platform 7.0.0 / / / / / / /
a redhat jboss_enterprise_application_platform 8.0.0 / / / / / / /
a redhat jboss_fuse 7.0.0 / / / / / / /
a redhat process_automation 7.0 / / / / / / /
a redhat single_sign-on 7.0 / / / / / / /

CVSS Data

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

Base Score
7.5
Exploitability Score
3.9
Impact Score
3.6
Base Severity
HIGH
CVSS Vector String

The CVSS vector string provides an in-depth view of the vulnerability metrics.

View Vector String

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References