Improper access control in snipe-it - CVE-2026-37709
Published: May 11, 2026
snipe-it
snipe
Description
The vulnerability allows a remote user to execute arbitrary code.
The vulnerability exists due to improper access control in app/Http/Controllers/Api/UploadedFilesController.php when handling POST requests to /api/v1/{object_type}/{id}/files. A remote user can upload a file with only view permission to execute arbitrary code.
The affected API endpoint authorizes file uploads using view permission instead of write permission and persists the uploaded file and an audit log entry.