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

exploitDog

rocky логотип

RLSA-2023:1673

Опубликовано: 12 апр. 2023
Источник: rocky
Оценка: Important

Описание

Important: httpd:2.4 security update

The httpd packages provide the Apache HTTP Server, a powerful, efficient, and extensible web server.

Security Fix(es):

  • httpd: HTTP request splitting with mod_rewrite and mod_proxy (CVE-2023-25690)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
httpdx86_6451.module+el8.7.0+1059+126e9251httpd-2.4.37-51.module+el8.7.0+1059+126e9251.x86_64.rpm
httpd-develx86_6451.module+el8.7.0+1059+126e9251httpd-devel-2.4.37-51.module+el8.7.0+1059+126e9251.x86_64.rpm
httpd-filesystemnoarch51.module+el8.7.0+1059+126e9251httpd-filesystem-2.4.37-51.module+el8.7.0+1059+126e9251.noarch.rpm
httpd-manualnoarch51.module+el8.7.0+1059+126e9251httpd-manual-2.4.37-51.module+el8.7.0+1059+126e9251.noarch.rpm
httpd-toolsx86_6451.module+el8.7.0+1059+126e9251httpd-tools-2.4.37-51.module+el8.7.0+1059+126e9251.x86_64.rpm
mod_http2x86_645.module+el8.6.0+823+f143cee1mod_http2-1.15.7-5.module+el8.6.0+823+f143cee1.x86_64.rpm
mod_ldapx86_6451.module+el8.7.0+1059+126e9251mod_ldap-2.4.37-51.module+el8.7.0+1059+126e9251.x86_64.rpm
mod_mdx86_648.module+el8.5.0+695+1fa8055emod_md-2.0.8-8.module+el8.5.0+695+1fa8055e.x86_64.rpm
mod_proxy_htmlx86_6451.module+el8.7.0+1059+126e9251mod_proxy_html-2.4.37-51.module+el8.7.0+1059+126e9251.x86_64.rpm
mod_sessionx86_6451.module+el8.7.0+1059+126e9251mod_session-2.4.37-51.module+el8.7.0+1059+126e9251.x86_64.rpm

Показывать по

Связанные 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 ...