---
id: CVE-2026-86755
title: >-
  Snipe-IT versions 4.2.0 through 8.6.3 expose Laravel Passport's
  auto-registered personal-access-token routes (GET, POST, DELETE
  /oauth/personal-access-tokens*) with only 'web' and 'auth:web' middleware,
  without the self.api permission ga…
summary: >-
  Snipe-IT versions 4.2.0 through 8.6.3 expose Laravel Passport's
  auto-registered personal-access-token routes (GET, POST, DELETE
  /oauth/personal-access-tokens*) with only 'web' and 'auth:web' middleware,
  without the self.api permission ga…
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'
cwe:
  - CWE-863
vendor: snipeitapp
product: snipe-it
affected:
  - 'snipe-it >= 4.2.0, < 8.7.0'
patched:
  - snipe-it 8.7.0
published: '2026-09-09'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T20:24:41.170'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-86755'
references:
  - url: >-
      https://github.com/grokability/snipe-it/security/advisories/GHSA-76pf-qf59-ff3q
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/snipe-it-4.2.0-through-8.6.3-permission-bypass-via-oauth
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
epss: 0.00272
epssPercentile: 0.1746
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-14T13:25:47.906107Z'
ingestedAt: '2026-09-14T15:23:07.419Z'
---

## Overview

Snipe-IT versions 4.2.0 through 8.6.3 expose Laravel Passport's auto-registered personal-access-token routes (GET, POST, DELETE /oauth/personal-access-tokens*) with only 'web' and 'auth:web' middleware, without the self.api permission gate that Snipe-IT enforces on its own token endpoints (/account/api and /api/v1/account/personal-access-tokens). Any user with a valid web session and the corresponding CSRF token can POST to /oauth/personal-access-tokens and mint a long-lived bearer token for their own account, even when an administrator has denied the self.api permission. The issued token is still subject to existing per-endpoint authorization policies, so this is not a privilege escalation; it defeats the administrative control intended to block API/scripted access at the user's own permission level. Fixed in 8.7.0 (commit 3f74b8c), which registers overriding routes wrapped in the can:self.api middleware.

## Affected

- `snipe-it >= 4.2.0, < 8.7.0`

## Remediation

Upgrade past the affected range:

- `snipe-it 8.7.0`
