RubySec

Providing security resources for the Ruby community

CVE-2026-33173 (activestorage): Rails Active Storage has possible content type bypass via metadata in direct uploads

Rails Active Storage has possible content type bypass via metadata in direct uploads

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 DirectUploadsController accepts arbitrary metadata from the client and persists it on the blob. Because internal flags like identified and analyzed are stored in the same metadata hash, a malicious direct-upload client could set these flags.

Releases

The fixed releases are available at the normal locations.

RELATED