A possible escalation to RCE vulnerability exists when using YAML serialized columns in Active Record < 7.0.3.1, <6.1.6.1, <6.0.5.1 and <5.2.8.1 which could allow an attacker, that can manipulate data in the database (via means like SQL injection), the ability to escalate to an RCE.
The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Activerecord | Activerecord_project | * | 5.2.8.1 (excluding) |
Activerecord | Activerecord_project | 6.0.0 (including) | 6.0.5.1 (excluding) |
Activerecord | Activerecord_project | 6.1.0 (including) | 6.1.6.1 (excluding) |
Activerecord | Activerecord_project | 7.0.0 (including) | 7.0.3.1 (excluding) |
Red Hat Satellite 6.11 for RHEL 7 | RedHat | tfm-rubygem-activerecord-0:6.0.6-2.el7sat | * |
Red Hat Satellite 6.11 for RHEL 8 | RedHat | rubygem-activerecord-0:6.0.6-2.el8sat | * |
Red Hat Satellite 6.12 for RHEL 8 | RedHat | rubygem-activerecord-0:6.0.6-2.el8sat | * |
Red Hat Satellite 6.13 for RHEL 8 | RedHat | rubygem-activerecord-0:6.1.7-1.el8sat | * |
Rails | Ubuntu | bionic | * |
Rails | Ubuntu | kinetic | * |
Rails | Ubuntu | lunar | * |
Rails | Ubuntu | mantic | * |
Rails | Ubuntu | trusty | * |
Rails | Ubuntu | xenial | * |
Rails-4.0 | Ubuntu | trusty | * |
Ruby-actionpack-3.2 | Ubuntu | trusty | * |
Ruby-activemodel-3.2 | Ubuntu | trusty | * |
Ruby-activerecord-3.2 | Ubuntu | trusty | * |
Ruby-activesupport-3.2 | Ubuntu | trusty | * |
Ruby-rails-3.2 | Ubuntu | trusty | * |
It is often convenient to serialize objects for communication or to save them for later use. However, deserialized data or code can often be modified without using the provided accessor functions if it does not use cryptography to protect itself. Furthermore, any cryptography would still be client-side security – which is a dangerous security assumption. Data that is untrusted can not be trusted to be well-formed. When developers place no restrictions on “gadget chains,” or series of instances and method invocations that can self-execute during the deserialization process (i.e., before the object is returned to the caller), it is sometimes possible for attackers to leverage them to perform unauthorized actions, like generating a shell.