Dark Mode
Capec-147 Detail
XML Ping of the Death
Detailed Software Likelihood: Low Typical Severity: Medium
Parents: 528
Threats: T61 T64 T74 T269 T285 T289 T335 T404
Tools: 18
An attacker initiates a resource depletion attack where a large number of small XML messages are delivered at a sufficiently rapid rate to cause a denial of service or crash of the target. Transactions such as repetitive SOAP transactions can deplete resources faster than a simple flooding attack because of the additional resources used by the SOAP protocol and the resources necessary to process SOAP messages. The transactions used are immaterial as long as they cause resource utilization on the target. In other words, this is a normal flooding attack augmented by using messages that will require extra processing on the target.
Not present
| External ID | Source | Link | Description |
|---|---|---|---|
| CAPEC-147 | capec | https://capec.mitre.org/data/definitions/147.html | |
| CWE-400 | cwe | http://cwe.mitre.org/data/definitions/400.html | |
| CWE-770 | cwe | http://cwe.mitre.org/data/definitions/770.html |
Explore
-
Survey the target: Using a browser or an automated tool, an attacker records all instance of web services to process XML requests.
| Techniques |
|---|
| Use an automated tool to record all instances of URLs to process XML requests. |
| Use a browser to manually explore the website and analyze how the application processes XML requests. |
Exploit
-
Launch a resource depletion attack: The attacker delivers a large number of small XML messages to the target URLs found in the explore phase at a sufficiently rapid rate. It causes denial of service to the target application.
| Techniques |
|---|
| Send a large number of crafted small XML messages to the target URL. |
- The target must receive and process XML transactions.
- Transaction generator(s)/source(s) and ability to cause arrival of messages at the target with sufficient rapidity to overload target. Larger targets may be able to handle large volumes of requests so the attacker may require significant resources (such as a distributed network) to affect the target. However, the resources required of the attacker would be less than in the case of a simple flooding attack against the same target.
| Low | High |
|---|---|
| To send small XML messages | |
| To use distributed network to launch the attack |
| Availability |
|---|
| Resource Consumption (DoS: resource consumption (other)) |
- Consider the case of attack performed against the createCustomerBillingAccount Web Service for an online store. In this case, the createCustomerBillingAccount Web Service receives a huge number of simultaneous requests, containing nonsense billing account creation information (the small XML messages). The createCustomerBillingAccount Web Services may forward the messages to other Web Services for processing. The application suffers from a high load of requests, potentially leading to a complete loss of availability the involved Web Service.