Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-hf68-g98v-wp9g

Опубликовано: 23 июн. 2026
Источник: github
Github: Прошло ревью
CVSS4: 4.9

Описание

Snipe-IT Vulnerable to Privilege Escalation via Missing admin Permission Check in User Creation

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

Пакеты

Наименование

snipe/snipe-it

composer
Затронутые версииВерсия исправления

< 8.6.0

8.6.0

EPSS

Процентиль: 23%
0.00303
Низкий

4.9 Medium

CVSS4

Дефекты

CWE-862

Связанные уязвимости

nvd
28 дней назад

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.

debian
28 дней назад

Snipe-IT is an IT asset/license management system. Prior to 8.6.0, an ...

EPSS

Процентиль: 23%
0.00303
Низкий

4.9 Medium

CVSS4

Дефекты

CWE-862