CVE-2026-32268 PUBLISHED

Azure Blob Storage for Craft CMS Potential Sensitive Information Disclosure vulnerability

Assigner: GitHub_M
Reserved: 11.03.2026 Published: 18.03.2026 Updated: 18.03.2026

The Azure Blob Storage for Craft CMS plugin provides an Azure Blob Storage integration for Craft CMS. In versions on the 2.x branch prior to 2.1.1, unauthenticated users can view a list of buckets the plugin has access to. The DefaultController->actionLoadContainerData() endpoint allows unauthenticated users with a valid CSRF token to view a list of buckets that the plugin is allowed to see. Because Azure can return sensitive data in error messages, additional attack vectors are also exposed. Users should update to version 2.1.1 of the plugin to mitigate the issue.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor craftcms
Product azure-blob
Versions
  • Version >= 2.0.0-beta.1, < 2.1.1 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE