When the module renders a Svg file that contains a element, it might end up rendering it recursively leading to stack overflow DoS
The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.