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

exploitDog

oracle-oval логотип

ELSA-2023-1670

Опубликовано: 06 апр. 2023
Источник: oracle-oval
Платформа: Oracle Linux 9

Описание

ELSA-2023-1670: httpd and mod_http2 security update (IMPORTANT)

httpd [2.4.53-7.0.1.5]

  • Replace index.html with Oracle's index page oracle_index.html.

[2.4.53-7.5]

  • Resolves: #2177751 - CVE-2023-25690 httpd: HTTP request splitting with mod_rewrite and mod_proxy

mod_http2 [1.15.19-3.5]

  • Resolves: #2177751 - CVE-2023-25690 httpd: HTTP request splitting with mod_rewrite and mod_proxy

[1.15.19-3]

  • Resolves: #2066311 - CVE-2021-44224 httpd: possible NULL dereference or SSRF in forward proxy configurations

Обновленные пакеты

Oracle Linux 9

Oracle Linux aarch64

httpd

2.4.53-7.0.1.el9_1.5

httpd-core

2.4.53-7.0.1.el9_1.5

httpd-devel

2.4.53-7.0.1.el9_1.5

httpd-filesystem

2.4.53-7.0.1.el9_1.5

httpd-manual

2.4.53-7.0.1.el9_1.5

httpd-tools

2.4.53-7.0.1.el9_1.5

mod_http2

1.15.19-3.el9_1.5

mod_ldap

2.4.53-7.0.1.el9_1.5

mod_lua

2.4.53-7.0.1.el9_1.5

mod_proxy_html

2.4.53-7.0.1.el9_1.5

mod_session

2.4.53-7.0.1.el9_1.5

mod_ssl

2.4.53-7.0.1.el9_1.5

Oracle Linux x86_64

httpd

2.4.53-7.0.1.el9_1.5

httpd-core

2.4.53-7.0.1.el9_1.5

httpd-devel

2.4.53-7.0.1.el9_1.5

httpd-filesystem

2.4.53-7.0.1.el9_1.5

httpd-manual

2.4.53-7.0.1.el9_1.5

httpd-tools

2.4.53-7.0.1.el9_1.5

mod_http2

1.15.19-3.el9_1.5

mod_ldap

2.4.53-7.0.1.el9_1.5

mod_lua

2.4.53-7.0.1.el9_1.5

mod_proxy_html

2.4.53-7.0.1.el9_1.5

mod_session

2.4.53-7.0.1.el9_1.5

mod_ssl

2.4.53-7.0.1.el9_1.5

Связанные CVE

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

CVSS3: 9.8
ubuntu
больше 2 лет назад

Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. For example, something like: RewriteEngine on RewriteRule "^/here/(.*)" "http://example.com:8080/elsewhere?$1"; [P] ProxyPassReverse /here/ http://example.com:8080/ Request splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.

CVSS3: 9.8
redhat
больше 2 лет назад

Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. For example, something like: RewriteEngine on RewriteRule "^/here/(.*)" "http://example.com:8080/elsewhere?$1"; [P] ProxyPassReverse /here/ http://example.com:8080/ Request splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.

CVSS3: 9.8
nvd
больше 2 лет назад

Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 through 2.4.55 allow a HTTP Request Smuggling attack. Configurations are affected when mod_proxy is enabled along with some form of RewriteRule or ProxyPassMatch in which a non-specific pattern matches some portion of the user-supplied request-target (URL) data and is then re-inserted into the proxied request-target using variable substitution. For example, something like: RewriteEngine on RewriteRule "^/here/(.*)" "http://example.com:8080/elsewhere?$1"; [P] ProxyPassReverse /here/ http://example.com:8080/ Request splitting/smuggling could result in bypass of access controls in the proxy server, proxying unintended URLs to existing origin servers, and cache poisoning. Users are recommended to update to at least version 2.4.56 of Apache HTTP Server.

CVSS3: 9.8
msrc
больше 2 лет назад

Описание отсутствует

CVSS3: 9.8
debian
больше 2 лет назад

Some mod_proxy configurations on Apache HTTP Server versions 2.4.0 thr ...