๐Ÿ” CVE Alert

CVE-2026-86764

MEDIUM 6.5

Snipe-IT 8.6.4 before 8.7.0 Permission Bypass via assigned components

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-862
Vendor grokability
Product snipe-it
Published Sep 9, 2026
Stay Ahead of the Next One

Get instant alerts for grokability snipe-it

Be the first to know when new medium vulnerabilities affecting grokability snipe-it are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

grokability / snipe-it
8.6.4 < 8.7.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/grokability/snipe-it/security/advisories/GHSA-v973-fm42-f8xv vulncheck.com: https://www.vulncheck.com/advisories/snipe-it-8.6.4-before-8.7.0-permission-bypass-via-assigned-components

Credits

๐Ÿ” ashrexon