DoS vulnerability in REXML
There is a DoS vulnerability in the REXML library included in the Ruby Standard Library. A so-called "XML entity explosion" attack technique can be used for remotely bringing down (disabling) any application which parses user-provided XML using REXML.
Most Rails applications will be vulnerable because Rails parses user-provided XML using REXML by default.
Posted by Shugo Maeda on 23 Aug 2008

