GHSA-v46g-h6c9-wpq3HighCVSS 6.5
Snipe-IT through 8.6.4 (fixed in 8.7.0) does not enforce the components.view permission on the...
🔗 CVE IDs covered (1)
📋 Description
Snipe-IT through 8.6.4 (fixed in 8.7.0) does not enforce the components.view permission on the authenticated endpoint GET /api/v1/hardware//assigned/components. The endpoint authorizes only assets.view on the parent asset before returning linked component details; the components.view check is applied only to the response's available_actions.view flag and not to the returned data. As a result, an authenticated user holding only assets.view can enumerate component IDs, names, assigned quantities, and notes that are otherwise protected — the direct GET /api/v1/components/ endpoint correctly returns 403 Forbidden for such users.