Apache HTTP Server 存在请求走私漏洞

时间:2020-12-27 00:50:01

漏洞描述

Apache HTTP Server是一款Web服务器。

该项目受影响版本存在请求走私漏洞。由于intro.xml中存在RewriteRule配置不当,当Apache启用mod_proxy且配置如 RewriteRule "^/here/(.*)" " http://example.com:8080/elsewhere?$1"; http://example.com:8080/elsewhere ; [P] ProxyPassReverse /here/ http://example.com:8080/ http://example.com:8080/ 等通过非特定模式匹配用户提供的URL时,远程攻击者可利用RewriteRule 或proxypassmatch修改URL实现请求走私,进而绕过代理服务器的访问控制

漏洞名称 Apache HTTP Server 存在请求走私漏洞
漏洞类型 HTTP请求走私
发现时间 2023-03-08
漏洞影响广度 广
MPS编号 MPS-2023-4480
CVE编号 CVE-2023-25690
CNVD编号 -

影响范围

httpd@[2.4.0, 2.4.56)

修复方案

将组件 httpd 升级至 2.4.56 及以上版本

参考链接

https://www.oscs1024.com/hd/MPS-2023-4480

https://nvd.nist.gov/vuln/detail/CVE-2023-25690

https://seclists.org/oss-sec/2023/q1/131

[https://github.com/apache/httpd/commit/7f8f5a813014cd0a263ab0e4dbcedb83c61e4c5a、 Commit、 Commit](https://github.com/apache/httpd/commit/7f8f5a813014cd0a263ab0e4dbcedb83c61e4c5a、 Commit "https://github.com/apache/httpd/commit/7f8f5a813014cd0a263ab0e4dbcedb83c61e4c5a、 Commit")

    

免费情报订阅&代码安全检测

OSCS是国内首个开源软件供应链安全社区,社区联合开发者帮助全球*开源项目解决安全问题,并提供实时的安全漏洞情报,同时提供专业的代码安全检测工具为开发者免费使用。社区开发者可以通过配置飞书、钉钉、企业微信机器人获取一手的情报。

免费代码安全检测工具: https://www.murphysec.com/?src=osc

免费情报订阅: https://www.oscs1024.com/cm/?src=osc

具体订阅方式详见: https://www.oscs1024.com/docs/vuln-warning/intro/?src=osc

Apache HTTP Server 存在请求走私漏洞