# CVE-2026-86764

## Summary

- **CVE ID:** CVE-2026-86764
- **Severity:** HIGH
- **CVSS Score:** 7.1 (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)
- **CWE:** CWE-862
- **Published:** Sep 9, 2026
- **Last Modified:** Sep 9, 2026

## 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/<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.

## Affected Products

- grokability — snipe-it (8.6.4)
- grokability — snipe-it (8.7.0)

## References

- [CNA](https://github.com/grokability/snipe-it/security/advisories/GHSA-v973-fm42-f8xv)
- [CNA](https://www.vulncheck.com/advisories/snipe-it-8.6.4-before-8.7.0-permission-bypass-via-assigned-components)

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-10._