SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-86764

MEDIUM · CVSS 6.5 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

Snipe-IT versions up to 8.6.4 are vulnerable due to inadequate permission enforcement on the authenticated endpoint for retrieving component details associated with hardware assets. This flaw allows users with only the assets.view permission to enumerate sensitive component information, potentially exposing confidential data. Organizations using affected versions should prioritize upgrading to 8.7.0 to mitigate the risk of unauthorized data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-86764
Severity
MEDIUM
CVSS
6.5
EPSS
0.21%

Original NVD 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.