CVE-2026-55519 PUBLISHED

Snipe-IT: Improper Authorization in File Deletion (IDOR)

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 19.08.2026 Updated: 19.08.2026

Snipe-IT is an IT asset/license management system. Prior to 8.4.1, an authenticated user with generic asset edit permission can delete files attached to assets outside the user's ownership or company assignment. The destroy() methods in app/Http/Controllers/Api/UploadedFilesController.php and app/Http/Controllers/UploadedFilesController.php authorize update against the object class instead of the resolved object instance, creating an insecure direct object reference. This issue is fixed in version 8.4.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
CVSS Score: 5.4

Product Status

Vendor grokability
Product snipe-it
Versions
  • Version < 8.4.1 is affected

References

Problem Types

  • CWE-285: Improper Authorization CWE