CVE-2026-86762 PUBLISHED

Snipe-IT before 8.7.0 Authentication Bypass via API Middleware

Assigner: VulnCheck
Reserved: 08.09.2026 Published: 09.09.2026 Updated: 09.09.2026

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.

Metrics

CVSS 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
CVSS Score: 8.6

Product Status

Vendor grokability
Product snipe-it
Versions Default: unaffected
  • affected from 8.6.3 to 8.7.0 (excl.)
  • Version 8.7.0 is unaffected

Credits

  • Tahiniii reporter

References

Problem Types

  • Missing Authorization CWE