CVE-2026-55482
Published:June 24, 2026
Updated:August 02, 2026
Impact The "BulkAssetsController::update()" method accepts "company_id" directly from user input without calling "Company::getIdForCurrentUser()", the standard company-scoping function used by every other controller in the codebase. A non-superadmin user can move assets across company boundaries, breaking multi-tenancy isolation. Patches Patched in https://github.com/grokability/snipe-it/commit/d58fda626e8febfeff4cabbc20ba03edfc411e18
Affected Packages
https://github.com/grokability/snipe-it.git (GITHUB):
Affected version(s) >=v0.1.0 <v8.4.1Fix Suggestion:
Update to version v8.4.1snipe/snipe-it (PHP):
Affected version(s) >=dev-+more-table-components <v8.4.1Fix Suggestion:
Update to version v8.4.1Related Resources (3)
Do you need more information?
Contact UsCVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
LOW
Weakness Type (CWE)
Authorization Bypass Through User-Controlled Key