RubySec

Providing security resources for the Ruby community

CVE-2026-33195 (activestorage): Rails Active Storage has possible Path Traversal in DiskService

Rails Active Storage has possible Path Traversal in 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#path_for does not validate that the resolved filesystem path remains within the storage root directory. If a blob key containing path traversal sequences (e.g. ../) is used, it could allow reading, writing, or deleting arbitrary files on the server. Blob keys are expected to be trusted strings, but some applications could be passing user input as keys and would be affected.

Releases

The fixed releases are available at the normal locations.

RELATED