Rails disclosed CVE-2026-66066 this week: a possible arbitrary file read and remote code execution in Active Storage variant processing. If your app accepts image uploads and uses libvips, stop reading and go patch.
Am I Affected?
You're affected if both of these are true:
Your app uses libvips for Active Storage (config.active_storage.variant_processor = :vips)
Untrusted users can upload images that get variants generated








