Vulnerabilities > CVE-2010-2263 - Information Exposure vulnerability in F5 Nginx
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
PARTIAL Integrity impact
NONE Availability impact
NONE Summary
nginx 0.8 before 0.8.40 and 0.7 before 0.7.66, when running on Windows, allows remote attackers to obtain source code or unparsed content of arbitrary files under the web document root by appending ::$DATA to the URI.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Subverting Environment Variable Values The attacker directly or indirectly modifies environment variables used by or controlling the target software. The attacker's goal is to cause the target software to deviate from its expected operation in a manner that benefits the attacker.
- Footprinting An attacker engages in probing and exploration activity to identify constituents and properties of the target. Footprinting is a general term to describe a variety of information gathering techniques, often used by attackers in preparation for some attack. It consists of using tools to learn as much as possible about the composition, configuration, and security mechanisms of the targeted application, system or network. Information that might be collected during a footprinting effort could include open ports, applications and their versions, network topology, and similar information. While footprinting is not intended to be damaging (although certain activities, such as network scans, can sometimes cause disruptions to vulnerable applications inadvertently) it may often pave the way for more damaging attacks.
- Exploiting Trust in Client (aka Make the Client Invisible) An attack of this type exploits a programs' vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by placing themselves in the communication channel between client and server such that communication directly to the server is possible where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
- Browser Fingerprinting An attacker carefully crafts small snippets of Java Script to efficiently detect the type of browser the potential victim is using. Many web-based attacks need prior knowledge of the web browser including the version of browser to ensure successful exploitation of a vulnerability. Having this knowledge allows an attacker to target the victim with attacks that specifically exploit known or zero day weaknesses in the type and version of the browser used by the victim. Automating this process via Java Script as a part of the same delivery system used to exploit the browser is considered more efficient as the attacker can supply a browser fingerprinting method and integrate it with exploit code, all contained in Java Script and in response to the same web page request by the browser.
- Session Credential Falsification through Prediction This attack targets predictable session ID in order to gain privileges. The attacker can predict the session ID used during a transaction to perform spoofing and session hijacking.
Exploit-Db
description Nginx. CVE-2010-2263. Remote exploit for windows platform file exploits/windows/remote/13822.txt id EDB-ID:13822 last seen 2016-02-01 modified 2010-06-11 platform windows port published 2010-06-11 reporter Jose A. Vazquez source https://www.exploit-db.com/download/13822/ title Nginx <= 0.7.65 / 0.8.39 dev - Source Disclosure / Download Vulnerability type remote description Nginx 0.8.36 Source Disclosure and DoS Vulnerabilities. CVE-2010-2263,CVE-2010-2266. Remote exploit for windows platform file exploits/windows/remote/13818.txt id EDB-ID:13818 last seen 2016-02-01 modified 2010-06-11 platform windows port published 2010-06-11 reporter Dr_IDE source https://www.exploit-db.com/download/13818/ title Nginx 0.8.36 - Source Disclosure and DoS Vulnerabilities type remote
Metasploit
description | This module exploits a source code disclosure/download vulnerability in versions 0.7 and 0.8 of the nginx web server. Versions 0.7.66 and 0.8.40 correct this vulnerability. |
id | MSF:AUXILIARY/SCANNER/HTTP/NGINX_SOURCE_DISCLOSURE |
last seen | 2019-12-18 |
modified | 2017-07-24 |
published | 2010-06-17 |
references | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2263 |
reporter | Rapid7 |
source | https://github.com/rapid7/metasploit-framework/blob/master//modules/auxiliary/scanner/http/nginx_source_disclosure.rb |
title | Nginx Source Code Disclosure/Download |
Nessus
NASL family | Web Servers |
NASL id | NGINX_0_7_66.NASL |
description | According to the self-reported version in its response header, the version of nginx hosted on the remote web server is less than 0.7.66 or 0.8.x prior to 0.8.40. It is, therefore, affected by a source code information disclosure vulnerability as noted in the vendor advisory. |
last seen | 2020-05-09 |
modified | 2018-03-09 |
plugin id | 107263 |
published | 2018-03-09 |
reporter | This script is Copyright (C) 2018-2020 and is owned by Tenable, Inc. or an Affiliate thereof. |
source | https://www.tenable.com/plugins/nessus/107263 |
title | nginx < 0.7.66 / 0.8.x < 0.8.40 Information Disclosure |
code |
|
Seebug
bulletinFamily | exploit |
description | BugCVE: CVE-2010-2263 BUGTRAQ: 40760 nginx是多平台的HTTP服务器和邮件代理服务器 nginx服务器无法处理交换数据流(ADS),将其处理为普通文件的数据量。攻击者可以使用filename::$data的形式读取并下载Web应用文件的源码;此外如果在HTTP请求中添加了目录遍历序列的话,就可以覆盖内存寄存器,导致拒绝服务。 nginx 0.7.x/0.8.x 厂商补丁: Igor Sysoev ----------- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://nginx.org/download/nginx-0.8.40.zip |
id | SSV:19804 |
last seen | 2017-11-19 |
modified | 2010-06-17 |
published | 2010-06-17 |
reporter | Root |
source | https://www.seebug.org/vuldb/ssvid-19804 |
title | nginx HTTP请求源码泄露和拒绝服务漏洞 |