VYPR

Active Storage

by Rubyonrails

Source repositories

CVEs (6)

  • CVE-2026-33195CriMar 24, 2026
    risk 0.57cvss 9.8epss 0.01

    Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Storage's `DiskService#path_for` does not validate that the resolved filesystem path remains within the storage root directory. If a blob…

  • CVE-2022-21831CriMay 26, 2022
    risk 0.57cvss 9.8epss 0.03

    A code injection vulnerability exists in the Active Storage >= v5.2.0 that could allow an attacker to execute code via image_processing arguments.

  • CVE-2026-66066CriJul 30, 2026
    risk 0.55cvss epss 0.02

    Action Pack is a framework for handling and responding to web requests. In versions prior to 7.2.3.2, 8.0.5.1 and 8.1.3.1, Active Storage does not disable libvips operations marked unsafe for untrusted content, allowing a crafted upload to invoke such an operation. Consuming…

  • CVE-2026-33202CriMar 24, 2026
    risk 0.52cvss 9.1epss 0.01

    Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Storage's `DiskService#delete_prefixed` passes blob keys directly to `Dir.glob` without escaping glob metacharacters. If a blob key contains…

  • CVE-2026-33174HigMar 24, 2026
    risk 0.42cvss 7.5epss 0.01

    Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, when serving files through Active Storage's proxy delivery mode, the proxy controller loads the entire requested byte range into memory before…

  • CVE-2026-33173MedMar 24, 2026
    risk 0.27cvss 5.3epss 0.00

    Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, `DirectUploadsController` accepts arbitrary metadata from the client and persists it on the blob. Because internal flags like `identified` and…