Hmm, I'm not sure you could say it has "the same vulnerability".<p>It has the same vulnerability if you pass untrusted input to it, okay.<p>But the point of the Rails vulnerabilty is that every Rails app, by default, was set up to accept external user input and run it through an XML parser. Even if you didn't realize it.<p>If you are using MultiXml, you may or may not be passing untrusted user input to it, depends on what you did with it.<p>Right?