VYPR

S3 Storage

by Withstudiocms

Source repositories

CVEs (1)

  • CVE-2026-32101HigMar 11, 2026
    risk 0.42cvss 7.6epss 0.00

    StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.3.1, the S3 storage manager's isAuthorized() function is declared async (returns Promise) but is called without await in both the POST and PUT handlers. Since a Promise…