5
CVSSv2

CVE-2012-2138

Published: 09/07/2012 Updated: 07/11/2023
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

The @CopyFrom operation in the POST servlet in the org.apache.sling.servlets.post bundle prior to 2.1.2 in Apache Sling does not prevent attempts to copy an ancestor node to a descendant node, which allows remote malicious users to cause a denial of service (infinite loop) via a crafted HTTP request.

Vulnerable Product Search on Vulmon Subscribe to Product

apache org.apache.sling.servlets.post

Exploits

source: wwwsecurityfocuscom/bid/54341/info Apache Sling is prone to a denial-of-service vulnerability An attacker can exploit this issue to exhaust available memory, resulting in a denial-of-service condition Apache Sling 210 and prior are vulnerable curl -u admin:pwd -d "" "examplecom/content/foo/?/%40CopyFrom=/" ...
The CopyFrom operation of the Sling POST servlet allows for copying a parent node to one of its descendant nodes, creating an infinite loop that ultimately results in denial of service, once memory and/or storage resources are exhausted ...