Skip to main content

Snipe-IT EUVDEUVD-2026-42991

| CVE-2026-55460 HIGH
Incorrect Authorization (CWE-863)
2026-07-10 GitHub_M GHSA-vgx7-c78r-69w9
7.1
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
7.1 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
vuln.today AI
5.4 MEDIUM

Network-reachable authenticated low-priv user (PR:L, AV:N, AC:L); impact is a reversible soft-delete of one non-admin user, so integrity and availability are Low, confidentiality None.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Lifecycle Timeline

2
Patch available
Jul 10, 2026 - 20:02 EUVD
Analysis Generated
Jul 10, 2026 - 19:25 vuln.today

DescriptionCVE.org

Snipe-IT is an IT asset/license management system. Prior to 8.6.2, an authenticated non-admin user with users.view and users.edit but without users.delete can directly POST to /users/bulksave with delete_user=1 because BulkUsersController::destroy() authorizes only update, allowing the user to soft-delete another non-admin user. This issue is fixed in version 8.6.2.

AnalysisAI

Broken authorization in Snipe-IT before 8.6.2 lets an authenticated non-admin user who holds users.view and users.edit - but explicitly not users.delete - soft-delete other non-admin user accounts by POSTing delete_user=1 to /users/bulksave. The root cause is that BulkUsersController::destroy() checks only the 'update' authorization, so the delete permission gate is never enforced. No public exploit identified at time of analysis, and it is not listed in CISA KEV.

Technical ContextAI

Snipe-IT is a PHP/Laravel-based open-source IT asset and license management application that uses a granular permission model (users.view, users.edit, users.delete, etc.) enforced via policy/authorization checks. The flaw is a CWE-863 Incorrect Authorization: the bulk user endpoint (/users/bulksave) routes both bulk edit and bulk delete operations through BulkUsersController::destroy(), which authorizes the actor against the 'update' ability rather than a 'delete' ability. Because the delete branch (triggered by delete_user=1) inherits only the update check, a principal granted edit-but-not-delete can invoke the destructive path. The deletion is a Laravel soft-delete (deleted_at timestamp), so the record is flagged rather than physically removed. Per the CPE cpe:2.3:a:grokability:snipe-it, all versions prior to the fixed 8.6.2 build are in scope.

RemediationAI

Vendor-released patch: upgrade to Snipe-IT 8.6.2, which corrects BulkUsersController::destroy() to require proper delete authorization (fix commit 374f426f0c6bb7a4f129f7b85051cc1da753a0f5, release https://github.com/grokability/snipe-it/releases/tag/v8.6.2, advisory https://github.com/grokability/snipe-it/security/advisories/GHSA-vgx7-c78r-69w9). If immediate upgrade is not possible, reduce exposure by revoking the users.edit permission from any role that should not delete users so that untrusted principals cannot reach the bulk endpoint (trade-off: those users lose legitimate bulk-edit capability), and audit/restore any improperly soft-deleted accounts via the admin deleted-users view. Optionally restrict network access to the /users/ management routes to trusted admin networks, accepting that remote admins would then need VPN access.

CVE-2023-5511 HIGH POC
8.8 Oct 11

Cross-Site Request Forgery (CSRF) in GitHub repository snipe/snipe-it prior to v.6.2.3. Rated high severity (CVSS 8.8),

CVE-2022-23064 HIGH POC
8.8 May 02

In Snipe-IT, versions v3.0-alpha to v5.3.7 are vulnerable to Host Header Injection. Rated high severity (CVSS 8.8), this

CVE-2021-4130 HIGH POC
8.8 Dec 18

snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated high severity (CVSS 8.8), this vulnerability is remot

CVE-2021-3858 HIGH POC
8.8 Oct 19

snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated high severity (CVSS 8.8), this vulnerability is remot

CVE-2022-2997 HIGH POC
8.0 Aug 25

Session Fixation in GitHub repository snipe/snipe-it prior to 6.0.10. Rated high severity (CVSS 8.0), this vulnerability

CVE-2022-1155 HIGH POC
7.4 Mar 30

Old sessions are not blocked by the login enable function. Rated high severity (CVSS 7.4), this vulnerability is remotel

CVE-2021-4075 HIGH POC
7.2 Dec 06

snipe-it is vulnerable to Server-Side Request Forgery (SSRF). Rated high severity (CVSS 7.2), this vulnerability is remo

CVE-2026-48507 HIGH POC
7.1 Jun 08

Privilege escalation via authorization bypass in Snipe-IT versions prior to 8.6.0 allows any authenticated user holding

CVE-2024-48987 MEDIUM POC
6.6 Oct 11

Snipe-IT before 7.0.10 allows remote code execution (associated with cookie serialization) when an attacker knows the AP

CVE-2022-1511 MEDIUM POC
6.5 Apr 28

Missing Authorization in GitHub repository snipe/snipe-it prior to 5.4.4. Rated medium severity (CVSS 6.5), this vulnera

CVE-2021-4108 MEDIUM POC
6.1 Dec 14

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated me

CVE-2021-3863 MEDIUM POC
6.1 Oct 19

snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated me

Share

EUVD-2026-42991 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy