Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. snipe/snipe-it
  4. ›
  5. CVE-2026-55643

CVE-2026-55643: Snipe-IT: Tenant Isolation Bypass in FMCS Floater Mode

August 19, 2026 (updated September 2, 2026)

Due to inconsistent authorization checks, a company-scoped user can bypass tenant boundaries to read, mutate, and soft-delete users who do not belong to any company (company_id = null). While direct instance authorization (isCurrentUserHasAccess) correctly denies access to these out-of-scope users, multiple API endpoints and bulk action web routes fail to enforce this restriction, relying instead on class-level permissions or broad scoped queries. Impact:

A malicious user scoped to a specific company (e.g., Company A) can:

Data Leakage: Extract PII and assigned licenses of users outside their tenant via the API (/api/v1/users and /api/v1/users/{id}/licenses).

Data Modification: Mutate out-of-scope user profiles (e.g., changing city, notes) via the /users/bulkeditsave web route.

Data Deletion & Asset Theft: Soft-delete out-of-scope users and transfer their assigned assets to themselves via the /users/merge web route.

References

  • github.com/advisories/GHSA-c6w2-j4wq-mvwg
  • github.com/grokability/snipe-it/commit/fbe05a8df4742729a9b0756c016d45f48246cc7b
  • github.com/grokability/snipe-it/releases/tag/v8.6.3
  • github.com/grokability/snipe-it/security/advisories/GHSA-c6w2-j4wq-mvwg
  • nvd.nist.gov/vuln/detail/CVE-2026-55643

Code Behaviors & Features

Detect and mitigate CVE-2026-55643 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 8.6.3

Fixed versions

  • 8.6.3

Solution

Upgrade to version 8.6.3 or above.

Impact 8.3 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L

Learn more about CVSS

Weakness

  • CWE-863: Incorrect Authorization

Source file

packagist/snipe/snipe-it/CVE-2026-55643.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:20:37 +0000.