Ruby on Rails 'strip_tags' Cross Site Scripting Vulnerability (Linux)

Summary
The host is running Ruby on Rails, which is prone to Cross Site Scripting Vulnerability.
Impact
Successful exploitation will allow attacker to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site or steal cookie-based authentication credentials and launch other attacks. Impact Level: Application
Solution
Apply the security patches or upgrade to Ruby on Rails version 2.3.5 http://github.com/rails/rails/ http://rubyonrails.org/download ***** NOTE: Ignore this warning, if above mentioned patch is manually applied. *****
Insight
This issue is due to the error in 'strip_tagi()' function which is not properly escaping non-printable ascii characters.
Affected
Ruby on Rails version before 2.3.5
References