|
|
|
CAPEC-11: Cause Web Server Misclassification |
Description An attack of this type exploits a Web server's decision to take action based on filename or file extension. Because different file types are handled by different server processes, misclassification may force the Web server to take unexpected action, or expected actions in an unexpected sequence. This may cause the server to exhaust resources, supply debug or system data to the attacker, or bind an attacker to a remote process. Extended Description This type of vulnerability has been found in many widely used servers including IIS, Lotus Domino, and Orion. The attacker's job in this case is straightforward, standard communication protocols and methods are used and are generally appended with malicious information at the tail end of an otherwise legitimate request. The attack payload varies, but it could be special characters like a period or simply appending a tag that has a special meaning for operations on the server side like .jsp for a java application server. The essence of this attack is that the attacker deceives the server into executing functionality based on the name of the request, i.e. login.jsp, not the contents. Likelihood Of Attack Typical Severity Execution Flow Explore Footprint file input vectors: Manually or using an automated tool, an attacker searches for all input locations where a user has control over the filenames or MIME types of files submitted to the web server. Techniques |
---|
Attacker manually crawls application to identify file inputs | Attacker uses an automated tool to crawl application identify file inputs | Attacker manually assesses strength of access control protecting native application files from user control | Attacker explores potential for submitting files directly to the web server via independently constructed HTTP Requests |
Experiment File misclassification shotgunning: An attacker makes changes to file extensions and MIME types typically processed by web servers and looks for abnormal behavior. Techniques |
---|
Attacker submits files with switched extensions (e.g. .php on a .jsp file) to web server. | Attacker adds extra characters (e.g. adding an extra . after the file extension) to filenames of files submitted to web server. |
File misclassification sniping: Understanding how certain file types are processed by web servers, an attacker crafts varying file payloads and modifies their file extension or MIME type to be that of the targeted type to see if the web server is vulnerable to misclassification of that type. Techniques |
---|
Craft a malicious file payload, modify file extension to the targeted file type and submit it to the web server. | Craft a malicious file payload, modify its associated MIME type to the targeted file type and submit it to the web server. |
Exploit Disclose information: The attacker, by manipulating a file extension or MIME type is able to make the web server return raw information (not executed). Techniques |
---|
Manipulate the file names that are explicitly sent to the server. | Manipulate the MIME sent in order to confuse the web server. |
Prerequisites
Web server software must rely on file name or file extension for processing. |
The attacker must be able to make HTTP requests to the web server. |
Skills Required
[Level: Low] To modify file name or file extension |
[Level: Medium] To use misclassification to force the Web server to disclose configuration information, source, or binary data |
Resources Required
None: No specialized resources are required to execute this type of attack. |
Consequences This table specifies different individual consequences associated with the attack pattern. The Scope identifies the security property that is violated, while the Impact describes the negative technical impact that arises if an adversary succeeds in their attack. The Likelihood provides information about how likely the specific consequence is expected to be seen relative to the other consequences in the list. For example, there may be high likelihood that a pattern will be used to achieve a certain impact, but a low likelihood that it will be exploited to achieve a different impact.Scope | Impact | Likelihood |
---|
Confidentiality | Read Data | | Confidentiality Access Control Authorization | Gain Privileges | |
Mitigations
Implementation: Server routines should be determined by content not determined by filename or file extension. |
Example Instances
J2EE application servers are supposed to execute Java Server Pages (JSP). There have been disclosure issues relating to Orion Application Server, where an attacker that appends either a period (.) or space characters to the end of a legitimate Http request, then the server displays the full source code in the attackers' web browser. http://victim.site/login.jsp. Since remote data and directory access may be accessed directly from the JSP, this is a potentially very serious issue. [REF-6] |
Taxonomy Mappings CAPEC mappings to ATT&CK techniques leverage an inheritance model to streamline and minimize direct CAPEC/ATT&CK mappings. Inheritance of a mapping is indicated by text stating that the parent CAPEC has relevant ATT&CK mappings. Note that the ATT&CK Enterprise Framework does not use an inheritance model as part of the mapping to CAPEC.Relevant to the ATT&CK taxonomy mapping (also see parent) Entry ID | Entry Name |
---|
1036.006 | Masquerading: Space after Filename |
References
[REF-1] G. Hoglund and
G. McGraw. "Exploiting Software: How to Break Code". Addison-Wesley. 2004-02.
|
|
Content History Submissions |
---|
Submission Date | Submitter | Organization |
---|
2014-06-23 (Version 2.6) | CAPEC Content Team | The MITRE Corporation | | Modifications |
---|
Modification Date | Modifier | Organization |
---|
2017-01-09 (Version 2.9) | CAPEC Content Team | The MITRE Corporation | Updated Related_Attack_Patterns | 2017-08-04 (Version 2.11) | CAPEC Content Team | The MITRE Corporation | Updated Attack_Prerequisites, Resources_Required | 2018-07-31 (Version 2.12) | CAPEC Content Team | The MITRE Corporation | Updated Related_Attack_Patterns, Related_Weaknesses | 2019-04-04 (Version 3.1) | CAPEC Content Team | The MITRE Corporation | Updated Related_Weaknesses | 2020-07-30 (Version 3.3) | CAPEC Content Team | The MITRE Corporation | Updated Example_Instances | 2022-02-22 (Version 3.7) | CAPEC Content Team | The MITRE Corporation | Updated Description, Extended_Description | 2022-09-29 (Version 3.8) | CAPEC Content Team | The MITRE Corporation | Updated Example_Instances, Taxonomy_Mappings |
More information is available — Please select a different filter.
|