Description
Snipe-IT before 8.7.0 does not apply the CheckUserIsActivated middleware to the `api` middleware group in app/Http/Kernel.php, and deactivating a user does not revoke that user's Passport personal access tokens. As a result, although a deactivated account is correctly refused at web login, its existing API token continues to authenticate and to grant read and write access to the REST API (assets, users, licenses, etc.) at the account's prior permission level until the token expires. A deactivated account that retains user-management permissions can re-activate itself through the API, permanently defeating the deactivation control.
Published: 2026-09-09
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in Snipe-IT versions prior to 8.7.0 allows an attacker to bypass authentication by continuing to use an existing Passport personal access token after the corresponding user account has been deactivated. Because the CheckUserIsActivated middleware is absent from the api middleware group, the token is not invalidated and provides full read and write access to the REST API, including assets, users, and licenses, until the token expires. This missing authorization check (CWE-862) effectively grants the attacker persistence and administrative control over the system, allowing them to re‑activate the deactivated account via the API and permanently defeat deactivation controls.

Affected Systems

The affected product is Snipe-IT, an open‑source asset management application, from the vendor Grokability. All deployments running any version prior to 8.7.0 are impacted; the fix was introduced in release 8.7.0.

Risk and Exploitability

The CVSS score of 8.6 indicates a high‑severity security flaw. Although the EPSS score is not available, the lack of an exploit listing in CISA’s KEV catalog and the requirement for a valid API token suggest the attack may be limited to users who have already obtained such a token, but once possession is achieved the impact is severe. The missing authorization check allows an attacker to maintain API access and recover deactivated accounts, representing a significant risk to confidentiality, integrity, and availability of the asset inventory.

Generated by OpenCVE AI on September 9, 2026 at 15:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Snipe‑IT 8.7.0 or newer to apply the middleware fix.
  • Revoke or invalidate all existing Passport personal access tokens belonging to deactivated users immediately.
  • As a temporary containment measure, restrict API access for deactivated accounts or remove user‑management permissions from deactivated users until the upgrade is completed.

Generated by OpenCVE AI on September 9, 2026 at 15:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 13:45:00 +0000

Type Values Removed Values Added
Description Snipe-IT before 8.7.0 does not apply the CheckUserIsActivated middleware to the `api` middleware group in app/Http/Kernel.php, and deactivating a user does not revoke that user's Passport personal access tokens. As a result, although a deactivated account is correctly refused at web login, its existing API token continues to authenticate and to grant read and write access to the REST API (assets, users, licenses, etc.) at the account's prior permission level until the token expires. A deactivated account that retains user-management permissions can re-activate itself through the API, permanently defeating the deactivation control.
Title Snipe-IT before 8.7.0 Authentication Bypass via API Middleware
First Time appeared Snipeitapp
Snipeitapp snipe-it
Weaknesses CWE-862
CPEs cpe:2.3:a:snipeitapp:snipe-it:*:*:*:*:*:*:*:*
Vendors & Products Snipeitapp
Snipeitapp snipe-it
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}

cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Snipeitapp Snipe-it
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-09T13:32:21.747Z

Reserved: 2026-09-08T11:33:02.641Z

Link: CVE-2026-86762

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T14:17:26.220

Modified: 2026-09-09T14:17:26.220

Link: CVE-2026-86762

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T15:45:04Z

Weaknesses