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/<asset-id>/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/<id> endpoint correctly returns 403 Forbidden for such users.
References
| Link | Resource |
|---|---|
| https://github.com/grokability/snipe-it/security/advisories/GHSA-v973-fm42-f8xv | Exploit Vendor Advisory |
| https://www.vulncheck.com/advisories/snipe-it-8.6.4-before-8.7.0-permission-bypass-via-assigned-components | Third Party Advisory |
Configurations
History
16 Sep 2026, 20:27
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/grokability/snipe-it/security/advisories/GHSA-v973-fm42-f8xv - Exploit, Vendor Advisory | |
| References | () https://www.vulncheck.com/advisories/snipe-it-8.6.4-before-8.7.0-permission-bypass-via-assigned-components - Third Party Advisory | |
| First Time |
Snipeitapp snipe-it
Snipeitapp |
|
| CPE | cpe:2.3:a:snipeitapp:snipe-it:*:*:*:*:*:*:*:* |
Information
Published : 2026-09-09 14:17
Updated : 2026-09-16 20:27
NVD link : CVE-2026-86764
Mitre link : CVE-2026-86764
CVE.ORG link : CVE-2026-86764
JSON object : View
Products Affected
snipeitapp
- snipe-it
CWE
CWE-862
Missing Authorization
