mysql-binuuid-rails 1.1.0

1 security vulnerability found in version 1.1.0

mysql-binuuid-rails allows SQL Injection by removing default string escaping

critical severity CVE-2018-18476
critical severity CVE-2018-18476
Patched versions: >= 1.1.1

mysql-binuuid-rails 1.1.0 and earlier allows SQL Injection because it removes default string escaping for affected database columns. ActiveRecord does not explicitly escape the Binary data type (Type::Binary::Data) for mysql. mysql-binuuid-rails uses a data type that is derived from the base Binary type, except, it doesn’t convert the value to hex. Instead, it assumes the string value provided is a valid hex string and doesn’t do any checks on it.

No officially reported memory leakage issues detected.


This gem version does not have any officially reported memory leaked issues.

No license issues detected.


This gem version has a license in the gemspec.

This gem version is available.


This gem version has not been yanked and is still available for usage.