CAPEC-11: Cause Web Server Misclassification

ID CAPEC-11
Typical Severity High
Likelihood Of Attack Medium
Status Draft

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.

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.

https://capec.mitre.org/data/definitions/11.html

Weaknesses

# ID Name Type
CWE-430 Deployment of Wrong Handler weakness

Taxonomiy Mapping

Type # ID Name
ATTACK 1036.006 Masquerading: Space after Filename
Loading...