Lucene search
+L

822 matches found

NVD
NVD
added 2026/06/23 11:16 p.m.15 views

CVE-2026-48493

Snipe-IT is an IT asset/license management system. In versions prior to 8.6.0, a user with only users.edit can send a PATCH to /api/v1/users/theirownid and grant themselves any permission except admin and superuser — for example assets.view, assets.create, reports.view, import, etc. The issue is...

5.5CVSS0.00306EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/23 11:12 p.m.18 views

Snipe-IT API Vulnerable to Cross-Tenant Accessory Injection

Impact A cross-tenant data injection vulnerability was identified in the Snipe-IT Accessories API when Full Multiple Companies Support FMCS is enabled. A low-privileged authenticated user belonging to one company can create an accessory record under another company by supplying a foreign companyi...

8.5CVSS5.8AI score0.00389EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/06/23 11:12 p.m.14 views

Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Overview snipe/snipe-it is an asset management system built on Laravel. Affected versions of this package are vulnerable to Improper Neutralization of Special Elements in Output Used by a Downstream Component 'Injection' through the Accessory model mass assignment process. An attacker can...

8.5CVSS5.8AI score0.00389EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/23 11:11 p.m.8 views

GHSA-6MMJ-JHQJ-6C6Q Snipe-IT's S3 signature image retrieval lacks authorization before temporary URL

Impact Snipe-IT S3 signature image retrieval lacks authorization before temporary URL. On S3-backed deployments, authenticated users who know a signature filename can obtain a 5-minute signed S3 URL because the S3 branch returns before the authorize call used by the local-file branch. Key evidenc...

5.3CVSS5.8AI score0.00281EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/23 11:06 p.m.21 views

Snipe-IT has Improper Authorization in File Deletion (IDOR)

Impact A vulnerability was identified in Snipe-IT v8.4.0 build 21280-g91a95dbc6 that allows any authenticated user with generic asset edit permissions to delete files attached to any asset in the system, regardless of ownership or company assignment. This constitutes an Insecure Direct Object...

5.4CVSS5.9AI score0.00212EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/06/23 11:06 p.m.23 views

Improper Authorization

Overview snipe/snipe-it is an asset management system built on Laravel. Affected versions of this package are vulnerable to Improper Authorization in the file deletion process. An attacker can remove files attached to any asset, regardless of ownership or company assignment, by leveraging generic...

5.4CVSS5.8AI score0.00212EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/23 11:06 p.m.10 views

GHSA-HF68-G98V-WP9G 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. Th...

7.1CVSS5.9AI score0.00303EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/23 11:06 p.m.19 views

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. Th...

7.1CVSS5.9AI score0.00303EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/06/23 11:06 p.m.18 views

Missing Authorization

Overview snipe/snipe-it is an asset management system built on Laravel. Affected versions of this package are vulnerable to Missing Authorization due to insufficient permission checks in the store method of the UsersController. An attacker can assign full administrative privileges to a newly...

7.1CVSS5.8AI score0.00303EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/23 11:03 p.m.13 views

Authorization Bypass Through User-Controlled Key

Overview snipe/snipe-it is an asset management system built on Laravel. Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key in the BulkAssetsController::update process. An attacker can gain unauthorized access to assets belonging to other companies...

6.3CVSS5.8AI score0.00191EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/23 11:03 p.m.11 views

GHSA-33G4-646G-QWMM Snipe-IT has Multi-Tenancy Bypass via Bulk Asset Update

Impact The BulkAssetsController::update method accepts companyid 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...

6.3CVSS5.8AI score0.00191EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/23 11:03 p.m.20 views

Snipe-IT has a 2FA reset privilege bypass

Impact A user who can edit other users could reset a superadmin's 2FA. Patches Patched in 8.5.0...

5.8CVSS5.8AI score0.00176EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/23 11:03 p.m.10 views

GHSA-6X4J-8954-5HXM Snipe-IT has a 2FA reset privilege bypass

Impact A user who can edit other users could reset a superadmin's 2FA. Patches Patched in 8.5.0...

5.8CVSS5.8AI score0.00176EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/23 11:03 p.m.11 views

Missing Authorization

Overview snipe/snipe-it is an asset management system built on Laravel. Affected versions of this package are vulnerable to Missing Authorization via the 2FA reset process. An attacker can gain unauthorized access to privileged accounts by resetting two-factor authentication for higher-privileged...

5.8CVSS5.8AI score0.00176EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/23 11:02 p.m.16 views

GHSA-P68W-RGMG-3C2V Snipe-IT Vulnerable to User Account Escalation via CSV Import

Impact The CSV user import in update mode bypasses user-edit authorization. A user with only the import permission can overwrite any non-admin user's email by uploading a CSV, then trigger a password reset to take over the account. UserImporter.php checks the canEditAuthFields gate and tries to...

6.5CVSS5.9AI score0.00337EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/23 10:32 p.m.13 views

Allocation of Resources Without Limits or Throttling

Overview snipe/snipe-it is an asset management system built on Laravel. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the POST /two-factor process. An attacker can gain unauthorized access to user accounts by submitting unlimited TOTP...

6CVSS5.8AI score0.00313EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/23 10:32 p.m.11 views

GHSA-MR8G-2MJ4-PCQ2 Snipe-IT's TOTP is Brute-Forceable Due to Missing Rate Limiting on `POST /two-factor`

Impact POST /two-factor had no rate limiting, lockout, or attempt counter. An attacker with valid credentials can submit unlimited TOTP guesses. The TOTP implementation accepts the current code plus one step on either side config/google2fa.php window=1, so at any instant 3 of 1,000,000 codes are...

5.9CVSS6AI score0.00313EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/06/23 10:24 p.m.21 views

EUVD-2026-35140

Snipe-IT: Bulk editing users allowed ldapimport and activatedin bulk editing users...

7.1CVSS5.8AI score0.00235EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/23 10:24 p.m.13 views

GHSA-6F75-X745-XCPR Snipe-IT: Bulk editing users allowed `ldap_import` and `activated_in` bulk editing users

Impact The vulnerability allows a non-admin user holding only the granular users.edit permission to lock every admin out of the instance by editing the activated flag which determines whether or not a user can login and the ldapimport flag, which determines whether or not the user can request a...

7.1CVSS5.9AI score0.00235EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/06/23 10:24 p.m.18 views

Snipe-IT: Bulk editing users allowed `ldap_import` and `activated_in` bulk editing users

Impact The vulnerability allows a non-admin user holding only the granular users.edit permission to lock every admin out of the instance by editing the activated flag which determines whether or not a user can login and the ldapimport flag, which determines whether or not the user can request a...

7.1CVSS5.9AI score0.00235EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder