RubySec

Providing security resources for the Ruby community

CVE-2026-33202 (activestorage): Rails Active Storage has possible glob injection in its DiskService

Rails Active Storage has possible glob injection in its DiskService

Published: March 23, 2026

SECURITY IDENTIFIERS

GEM

activestorage

FRAMEWORK

Ruby on Rails

PATCHED VERSIONS

~> 7.2.3, >= 7.2.3.1 ~> 8.0.4, >= 8.0.4.1 >= 8.1.2.1

DESCRIPTION

Impact

Active Storage's DiskService#delete_prefixed passes blob keys directly to Dir.glob without escaping glob metacharacters. If a blob key contains attacker-controlled input or custom-generated keys with glob metacharacters, it may be possible to delete unintended files from the storage directory.

Releases

The fixed releases are available at the normal locations.

RELATED