CVE-2026-55483
Published:June 24, 2026
Updated:August 02, 2026
Impact The "store()" method in both the web and API "UsersController" only strips the superuser permission when a non-superuser creates a user. It does not strip the admin permission. This allows any authenticated user with the "users.create" permission to create a new user with full admin privileges. The "users.create permission" may commonly be delegated to HR staff, department leads, or similar roles. Patches Patched in "aea3877718" (https://github.com/grokability/snipe-it/commit/aea3877718158cc2a10c2dde4597b1f439f5f6cb)
Affected Packages
https://github.com/grokability/snipe-it.git (GITHUB):
Affected version(s) >=v0.1.0 <v8.6.0Fix Suggestion:
Update to version v8.6.0snipe/snipe-it (PHP):
Affected version(s) >=dev-+more-table-components <v8.6.0Fix Suggestion:
Update to version v8.6.0snipe/snipe-it (PHP):
Affected version(s) >=dev-+more-table-components <v8.6.0Fix Suggestion:
Update to version v8.6.0Related Resources (3)
Do you need more information?
Contact UsCVSS v4
Base Score:
4.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
UNREPORTED
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Missing Authorization