| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| pageflow | rubygems | < 14.5.2 | 14.5.2 |
| pageflow | rubygems | >= 15.0.0, < 15.7.1 | 15.7.1 |
The vulnerability stems from Ransack's default permissive query handling in ActiveAdmin resources. The mitigation involved restricting Ransack attributes (as seen in the 'Restrict Ransack attributes' commit), indicating that affected versions lacked proper whitelisting of searchable attributes/associations. ActiveAdmin resource files (app/admin/*_admin.rb) configure Ransack's permitted parameters, and models define ransackable_attributes – both would be vulnerable if they allowed unrestricted access to sensitive fields via associations. The high confidence comes from the direct link between Ransack's association queries and the described attack vector.
KEV Misses 88% of Exploited CVEs- Get the report