[CVE-2026-33195] Possible path traversal in Active Storage DiskService

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.

  • CVE-2026-33195
  • GHSA-9xrj-h377-fr87

Versions affected

  • activestorage >= 8.1, < 8.1.2.1 (patched in 8.1.2.1)
  • activestorage >= 8.0, < 8.0.4.1 (patched in 8.0.4.1)
  • activestorage < 7.2.3.1 (patched in 7.2.3.1)

Patches

1 Like