CVE-2026-55483
Received Received - Intake

Authenticated User Privilege Escalation in Snipe-IT

Vulnerability report for CVE-2026-55483, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-19

Last updated on: 2026-08-19

Assigner: GitHub, Inc.

Description

Snipe-IT is an IT asset/license management system. Prior to 8.6.0, an authenticated user with users.create permission can submit the admin permission while creating a user because store() in app/Http/Controllers/Users/UsersController.php strips superuser permission but does not strip admin permission. The created account can obtain administrative privileges. This issue is fixed in version 8.6.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-08-19
Generated
2026-08-19
AI Q&A
2026-08-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
snipe-it snipe-it 8.6.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a privilege escalation flaw in Snipe-IT, an IT asset management system. An authenticated user with users.create permission can create a new user and assign admin privileges by submitting the admin permission during user creation. The store() method in UsersController.php strips superuser permission but fails to remove admin permission, allowing unauthorized privilege escalation.

Detection Guidance

Check Snipe-IT version with: grep -r "version" /path/to/snipe-it/config/app.php. If version is below 8.6.0, the system is vulnerable. Review user creation logs in app/Http/Controllers/Users/UsersController.php for unauthorized admin permission assignments.

Impact Analysis

If exploited, this vulnerability allows an attacker with basic user permissions to gain full administrative access to the Snipe-IT system. This could lead to unauthorized data access, modification, or deletion of sensitive IT asset information, license details, and user accounts.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating compliance requirements for GDPR (data protection) and HIPAA (health information security). Unauthorized admin access may result in data breaches, non-compliance penalties, and loss of trust in systems handling regulated data.

Mitigation Strategies

Upgrade Snipe-IT to version 8.6.0 or later immediately. Review all user accounts created by non-superusers before the upgrade for unauthorized admin permissions. Remove admin privileges from any suspicious accounts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-55483. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart