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

exploitDog

oracle-oval логотип

ELSA-2023-1673

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

Описание

ELSA-2023-1673: httpd:2.4 security update (IMPORTANT)

httpd [2.4.37-51.5.0.1]

  • Set vstring per ORACLE_SUPPORT_PRODUCT [Orabug: 29892262]
  • Replace index.html with Oracle's index page oracle_index.html

[2.4.37-51.5]

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

[2.4.37-51.1]

  • Resolves: #2165967 - prevent sscg creating /dhparams.pem
  • Resolves: #2165976 - CVE-2006-20001 httpd: mod_dav: out-of-bounds read/write of zero byte
  • Resolves: #2165977 - CVE-2022-37436 httpd: mod_proxy: HTTP response splitting
  • Resolves: #2165978 - CVE-2022-36760 httpd: mod_proxy_ajp: Possible request smuggling

mod_http2 [1.15.7-5.4]

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

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

Oracle Linux 8

Oracle Linux aarch64

Module httpd:2.4 is enabled

httpd

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

httpd-devel

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

httpd-filesystem

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

httpd-manual

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

httpd-tools

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

mod_http2

1.15.7-5.module+el8.7.0+21029+de29ba63.4

mod_ldap

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

mod_md

2.0.8-8.module+el8.5.0+20475+4f6a8fd5

mod_proxy_html

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

mod_session

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

mod_ssl

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

Oracle Linux x86_64

Module httpd:2.4 is enabled

httpd

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

httpd-devel

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

httpd-filesystem

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

httpd-manual

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

httpd-tools

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

mod_http2

1.15.7-5.module+el8.7.0+21029+de29ba63.4

mod_ldap

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

mod_md

2.0.8-8.module+el8.5.0+20475+4f6a8fd5

mod_proxy_html

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

mod_session

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.5

mod_ssl

2.4.37-51.0.1.module+el8.7.0+21029+de29ba63.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 ...