Red Hat JBoss Core Services update for Apache HTTP Server



Published: 2023-06-05 | Updated: 2023-06-26
Risk High
Patch available YES
Number of vulnerabilities 12
CVE-ID CVE-2006-20001
CVE-2022-4304
CVE-2022-4450
CVE-2022-25147
CVE-2022-43551
CVE-2022-43552
CVE-2023-0215
CVE-2023-0286
CVE-2023-23914
CVE-2023-23915
CVE-2023-23916
CVE-2023-25690
CWE-ID CWE-119
CWE-208
CWE-415
CWE-190
CWE-254
CWE-416
CWE-843
CWE-319
CWE-770
CWE-113
Exploitation vector Network
Public exploit Public exploit code for vulnerability #12 is available.
Vulnerable software
Subscribe
JBoss Core Services
Server applications / Application servers

jbcs-httpd24-openssl-pkcs11 (Red Hat package)
Operating systems & Components / Operating system package or component

jbcs-httpd24-openssl-chil (Red Hat package)
Operating systems & Components / Operating system package or component

jbcs-httpd24-mod_security (Red Hat package)
Operating systems & Components / Operating system package or component

jbcs-httpd24-mod_proxy_cluster (Red Hat package)
Operating systems & Components / Operating system package or component

jbcs-httpd24-mod_md (Red Hat package)
Operating systems & Components / Operating system package or component

jbcs-httpd24-mod_http2 (Red Hat package)
Operating systems & Components / Operating system package or component

jbcs-httpd24-httpd (Red Hat package)
Operating systems & Components / Operating system package or component

jbcs-httpd24-curl (Red Hat package)
Operating systems & Components / Operating system package or component

jbcs-httpd24-apr-util (Red Hat package)
Operating systems & Components / Operating system package or component

Vendor Red Hat Inc.

Security Bulletin

This security bulletin contains information about 12 vulnerabilities.

1) Buffer overflow

EUVDB-ID: #VU71241

Risk: Medium

CVSSv3.1: 6.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2006-20001

CWE-ID: CWE-119 - Memory corruption

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to a boundary error within the mod_dav module when handling HTTP requests. A remote attacker can send a specially crafted HTTP request, trigger a one byte buffer overflow and perform a denial of service (DoS) attack.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

2) Information Exposure Through Timing Discrepancy

EUVDB-ID: #VU71993

Risk: Medium

CVSSv3.1: 6.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-4304

CWE-ID: CWE-208 - Information Exposure Through Timing Discrepancy

Exploit availability: No

Description

The vulnerability allows a remote attacker to obtain sensitive information.

The vulnerability exists due to a timing based side channel exists in the OpenSSL RSA Decryption implementation. A remote attacker can perform a Bleichenbacher style attack and decrypt data sent over the network.

To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

3) Double Free

EUVDB-ID: #VU71996

Risk: Medium

CVSSv3.1: 6.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-4450

CWE-ID: CWE-415 - Double Free

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to a boundary error within the PEM_read_bio_ex() function. A remote attacker can pass specially crafted PEM file to the application, trigger a double free error and perform a denial of service (DoS) attack.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

4) Integer overflow

EUVDB-ID: #VU71754

Risk: High

CVSSv3.1: 8.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-25147

CWE-ID: CWE-190 - Integer overflow

Exploit availability: No

Description

The vulnerability allows a remote attacker to execute arbitrary code on the target system.

The vulnerability exists due to integer overflow within the apr_base64() function. A remote attacker can pass specially crafted data to the application, trigger an integer overflow and execute arbitrary code on the target system.

Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

5) Security features bypass

EUVDB-ID: #VU70457

Risk: Medium

CVSSv3.1: 4.6 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-43551

CWE-ID: CWE-254 - Security Features

Exploit availability: No

Description

The vulnerability allows an attacker to gain access to sensitive information.

The vulnerability exists in the way curl handles IDN characters in hostnames. The HSTS mechanism could be bypassed if the hostname in the given URL first uses IDN characters that get replaced to ASCII counterparts as part of the IDN conversion. Then in a subsequent request it does not detect the HSTS state and makes a clear text transfer.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

6) Use-after-free

EUVDB-ID: #VU70456

Risk: Low

CVSSv3.1: 2.7 [CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L/E:U/RL:O/RC:C]

CVE-ID: CVE-2022-43552

CWE-ID: CWE-416 - Use After Free

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to a use-after-free error while processing denied requests from HTTP proxies when using SMB or TELNET protocols. A remote attacker can trigger a use-after-free error and crash the application.


Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

7) Use-after-free

EUVDB-ID: #VU71995

Risk: Medium

CVSSv3.1: 6.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2023-0215

CWE-ID: CWE-416 - Use After Free

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to a use-after-free error within the BIO_new_NDEF function. A remote attacker can trigger a use-after-free error and perform a denial of service (DoS) attack.


Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

8) Type Confusion

EUVDB-ID: #VU71992

Risk: High

CVSSv3.1: 7.9 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2023-0286

CWE-ID: CWE-843 - Type confusion

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to a type confusion error related to X.400 address processing inside an X.509 GeneralName. A remote attacker can pass specially crafted data to the application, trigger a type confusion error and perform a denial of service (DoS) attack or read memory contents.

In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

9) Cleartext transmission of sensitive information

EUVDB-ID: #VU72335

Risk: Medium

CVSSv3.1: 4.2 [CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2023-23914

CWE-ID: CWE-319 - Cleartext Transmission of Sensitive Information

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform MitM attack.

The vulnerability exists due to state issues when handling multiple requests, which results in ignoring HSTS support. A remote attacker can perform MitM attack.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

10) Cleartext transmission of sensitive information

EUVDB-ID: #VU72336

Risk: Medium

CVSSv3.1: 5.7 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N/E:U/RL:O/RC:C]

CVE-ID: CVE-2023-23915

CWE-ID: CWE-319 - Cleartext Transmission of Sensitive Information

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform MitM attack.

The vulnerability exists due to state issues when handling multiple transfers in parallel, which results in ignoring HSTS support. A remote attacker can perform MitM attack.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

11) Allocation of Resources Without Limits or Throttling

EUVDB-ID: #VU72337

Risk: Medium

CVSSv3.1: 6.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:U/RL:O/RC:C]

CVE-ID: CVE-2023-23916

CWE-ID: CWE-770 - Allocation of Resources Without Limits or Throttling

Exploit availability: No

Description

The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.

The vulnerability exists due to incorrect implementation of the "chained" HTTP compression algorithms, where the number of links in the decompression chain was limited for each header instead of the entire request. A remote attacker can send a specially crafted compressed HTTP request with numerous headers and perform a denial of service (DoS) attack.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability.

12) HTTP response splitting

EUVDB-ID: #VU73107

Risk: Medium

CVSSv3.1: 5.5 [CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N/E:P/RL:O/RC:C]

CVE-ID: CVE-2023-25690

CWE-ID: CWE-113 - Improper Neutralization of CRLF Sequences in HTTP Headers ('HTTP Response Splitting')

Exploit availability: Yes

Description

The vulnerability allows a remote attacker to perform HTTP splitting attacks.

The vulnerability exists due to software does not correclty process CRLF character sequences in mod_rewrite and mod_proxy. A remote attacker can send specially crafted request containing CRLF sequence and make the application to send a split HTTP response.

Successful exploitation of the vulnerability may allow an attacker perform cache poisoning attack.

Mitigation

Install updates from vendor's website.

Vulnerable software versions

JBoss Core Services: 2.4.37 SP8 - 2.4.51 SP1

jbcs-httpd24-openssl-pkcs11 (Red Hat package): before 0.4.10-33.el8jbcs

jbcs-httpd24-openssl-chil (Red Hat package): before 1.0.0-18.el8jbcs

jbcs-httpd24-mod_security (Red Hat package): before 2.9.3-24.el8jbcs

jbcs-httpd24-mod_proxy_cluster (Red Hat package): before 1.3.18-2.el8jbcs

jbcs-httpd24-mod_md (Red Hat package): before 2.4.0-20.el8jbcs

jbcs-httpd24-mod_http2 (Red Hat package): before 1.15.19-23.el8jbcs

jbcs-httpd24-httpd (Red Hat package): before 2.4.51-39.el8jbcs

jbcs-httpd24-curl (Red Hat package): before 8.0.1-1.el8jbcs

jbcs-httpd24-apr-util (Red Hat package): before 1.6.1-101.el8jbcs

External links

http://access.redhat.com/errata/RHSA-2023:3354
http://access.redhat.com/errata/RHSA-2023:3355


Q & A

Can this vulnerability be exploited remotely?

Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.

Is there known malware, which exploits this vulnerability?

No. We are not aware of malware exploiting this vulnerability. However, proof of concept for this vulnerability is available.



###SIDEBAR###