In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsActiveRecord-JDBC-Adapter (AR-JDBC)
is a database adapter for Rails' ActiveRecord component designed to be used with JRuby built upon Java's JDBC API for database access.
Affected versions of this gem are vulnerable to SQL injection attacks. The sql.gsub()
function in lib/arjdbc/jdbc/adapter.rb
is not properly sanitizing user-supplied input before using it in SQL queries. This may allow a remote attacker to inject or manipulate SQL queries in the back-end database, allowing for the manipulation or disclosure of arbitrary data.