top of page
作家相片Samuel

Nmap NSE Category vulns Script:http-vuln-cve2015-1635 微軟Windows系統中的遠端代碼執行漏洞

已更新:8月26日


Nmap Script指令摘要

檢查微軟Windows系統中的遠端代碼執行漏洞(MS15-034)(CVE2015-2015-1635)。

腳本發送一個特製的HTTP請求,對系統沒有影響,以檢測這個漏洞。受影響的版本包括Windows 7、Windows Server 2008 R2、Windows 8、Windows Server 2012、Windows 8.1和Windows Server 2012 R2。


參考資料:



Nmap Script指令參數

http-vuln-cve2015-1635.uri 

請求中使用的URI。默認:/

slaxml.debug 

參考slaxml庫的文檔。

http.host, http.max-body-size, http.max-cache-size, http.max-pipeline, http.pipeline, http.truncated-ok, http.useragent 

參考http庫的文檔。

smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername 

參考smbauth庫的文檔。

vulns.short, vulns.showall 

參考vulns庫的文檔。



Nmap Script指令範例

nmap -sV --script vuln <target>
nmap -p80 --script http-vuln-cve2015-1635.nse <target> 
nmap -sV --script http-vuln-cve2015-1635 --script-args uri='/anotheruri/' <target>

Nmap Script指令輸出

PORT   STATE SERVICE REASON
80/tcp open  http    syn-ack
| http-vuln-cve2015-1635:
|   VULNERABLE:
|   Remote Code Execution in HTTP.sys (MS15-034)
|     State: VULNERABLE (Exploitable)
|     IDs:  CVE:CVE-2015-1635
|       A remote code execution vulnerability exists in the HTTP protocol stack (HTTP.sys) that is
|       caused when HTTP.sys improperly parses specially crafted HTTP requests. An attacker who
|       successfully exploited this vulnerability could execute arbitrary code in the context of the System account.
|
|     Disclosure date: 2015-04-14
|     References:
|       https://technet.microsoft.com/en-us/library/security/ms15-034.aspx
|_      http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1635

Nmap Script作者:

Kl0nEz, Paulino <calderon()websec.mx>

License: Same as Nmap--See https://nmap.org/book/man-legal.html


Nmap
Nmap


 

延伸閱讀

6 次查看

Commentaires


bottom of page