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.
The fixed releases are available at the normal locations.
This issue was responsibly reported by Hackerone researcher ksw9722.
{
"cwe_ids": [
"CWE-22"
],
"github_reviewed": true,
"github_reviewed_at": "2026-03-23T21:17:19Z",
"nvd_published_at": "2026-03-24T00:16:28Z",
"severity": "HIGH"
}