CVE-2026-55694 PUBLISHED

Snipe-IT: Chained Information Disclosure and IDOR Leads to Full EULA File Takeover

Assigner: GitHub_M
Reserved: 17.06.2026 Published: 19.08.2026 Updated: 19.08.2026

Snipe-IT is an IT asset/license management system. Prior to 8.6.3, a restricted user can request /api/v1/users/{target_id}/eulas to obtain another user's randomized EULA filename and then download the signed file through /account/stored-eula-file/{filename}. The primary /stored-eula-file/{filename} route correctly denies access, but app/Http/Controllers/ProfileController.php and app/Http/Controllers/Api/UsersController.php do not consistently enforce ownership and target-user authorization. This issue is fixed in version 8.6.3.

Metrics

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

Product Status

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

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE