MEDIUM 5.3
GHSA-qhr7-v3xp-vw9m
Statamic: Missing file upload validation on frontend forms allows uploading disallowed file types
Quick fix
GHSA-qhr7-v3xp-vw9m — statamic/cms: upgrade to the fixed version with the command below.
composer require statamic/cms:^5.74.3 Details
### Impact Public frontend forms did not enforce the file upload restrictions that the Control Panel enforces, so an unauthenticated visitor could upload file types an administrator had intended to disallow through a form's `assets` or `files` field. For `assets` fields, files could be stored on a public, web-accessible disk. Statamic's global upload allowlist still applied, so executable types such as `.php` and `.html` remained blocked.
### Patches This has been fixed in 5.74.3 and 6.24.2.
Are you affected?
Enter the version of the package you're using.
Affected packages
Packagist / statamic/cms
Introduced in:
0 Fixed in: 5.74.3 Fix
composer require statamic/cms:^5.74.3 Packagist / statamic/cms
Introduced in:
6.0.0 Fixed in: 6.24.2 Fix
composer require statamic/cms:^6.24.2 References
- https://github.com/statamic/cms/security/advisories/GHSA-qhr7-v3xp-vw9m [WEB]
- https://github.com/statamic/cms/pull/14958 [WEB]
- https://github.com/statamic/cms/commit/8be7b6c961536d3173ec4e0965d17b1cf820b7ae [WEB]
- https://github.com/statamic/cms [PACKAGE]
- https://github.com/statamic/cms/releases/tag/v5.74.3 [WEB]
- https://github.com/statamic/cms/releases/tag/v6.24.2 [WEB]