Lucene search
+L

880 matches found

OSV
OSV
added 2026/08/19 6:23 p.m.22 views

CVE-2026-55703 Snipe-IT: Maintenance Record Disclosure via Missing Authorization on GET

Snipe-IT is an IT asset/license management system. Prior to 8.6.3, any activated account can request /maintenances/id and read maintenance records for assets in the same company without asset or maintenance permission. app/Http/Controllers/MaintenancesController.php show renders the record withou...

4.3CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/19 6:23 p.m.38 views

CVE-2026-55703 Snipe-IT: Maintenance Record Disclosure via Missing Authorization on GET

Snipe-IT is an IT asset/license management system. Prior to 8.6.3, any activated account can request /maintenances/id and read maintenance records for assets in the same company without asset or maintenance permission. app/Http/Controllers/MaintenancesController.php show renders the record withou...

4.3CVSS0.00193EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 6:23 p.m.31 views

CVE-2026-55703

Snipe-IT (IT asset/license management system) prior to 8.6.3 contains an authorization bypass in MaintenancesController::show(). The method renders a maintenance record without calling authorize(), unlike all sibling actions (index, edit, update, destroy) which properly gate on the asset. Any act...

4.3CVSS5.3AI score0.00193EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 6:22 p.m.33 views

CVE-2026-61807 Snipe-IT: Stored DOM XSS via table selected-count IDs

Snipe-IT is an IT asset/license management system. Prior to 8.6.2, a stored manufacturer or supplier name passed as the table component $name becomes data-selected-count-id in resources/views/partials/bootstrap-table.blade.php. Client-side code reads the browser-decoded countId, uses it as a...

6.3CVSS0.00284EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 6:22 p.m.23 views

CVE-2026-61807

Snipe-IT versions before 8.6.2 are vulnerable to stored DOM XSS: a crafted manufacturer/supplier name flows into data-selected-count-id in bootstrap-table.blade.php, is decoded client-side, and is injected via jQuery .after(), executing JS in authenticated users' sessions. Fix is version 8.6.2. N...

6.3CVSS5.5AI score0.00284EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/19 6:22 p.m.10 views

EUVD-2026-62626

Snipe-IT is an IT asset/license management system. Prior to 8.6.2, a stored manufacturer or supplier name passed as the table component $name becomes data-selected-count-id in resources/views/partials/bootstrap-table.blade.php. Client-side code reads the browser-decoded countId, uses it as a...

6.3CVSS5.5AI score0.00284EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 6:22 p.m.13 views

CVE-2026-61807 Snipe-IT: Stored DOM XSS via table selected-count IDs

Snipe-IT is an IT asset/license management system. Prior to 8.6.2, a stored manufacturer or supplier name passed as the table component $name becomes data-selected-count-id in resources/views/partials/bootstrap-table.blade.php. Client-side code reads the browser-decoded countId, uses it as a...

6.3CVSS5.6AI score
SaveExploits0References5
OSV
OSV
added 2026/08/19 6:20 p.m.15 views

CVE-2026-55519 Snipe-IT: Improper Authorization in File Deletion (IDOR)

Snipe-IT is an IT asset/license management system. Prior to 8.4.1, an authenticated user with generic asset edit permission can delete files attached to assets outside the user's ownership or company assignment. The destroy methods in app/Http/Controllers/Api/UploadedFilesController.php and...

5.4CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/19 6:20 p.m.46 views

CVE-2026-55519

In Snipe-IT versions before 8.4.1, the destroy() methods in app/Http/Controllers/Api/UploadedFilesController.php and app/Http/Controllers/UploadedFilesController.php perform class-level authorization checks instead of instance-level checks, enabling any authenticated user with generic asset edit ...

5.4CVSS5.3AI score0.00212EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 6:20 p.m.35 views

CVE-2026-55519 Snipe-IT: Improper Authorization in File Deletion (IDOR)

Snipe-IT is an IT asset/license management system. Prior to 8.4.1, an authenticated user with generic asset edit permission can delete files attached to assets outside the user's ownership or company assignment. The destroy methods in app/Http/Controllers/Api/UploadedFilesController.php and...

5.4CVSS0.00212EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 6:18 p.m.76 views

CVE-2026-55482

Snipe-IT , a Laravel-based IT asset and license management system, is affected by an authorization bypass in the BulkAssetsController::update() method. The method accepts the company_id parameter directly from user input without invoking Company::getIdForCurrentUser(), the standard company-scopin...

6.3CVSS5.2AI score0.00191EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/19 6:18 p.m.11 views

EUVD-2026-62680

Snipe-IT is an IT asset/license management system. Prior to 8.4.1, a non-superadmin can use app/Http/Controllers/Assets/BulkAssetsController.php update to submit companyid directly without Company::getIdForCurrentUser, allowing assets to be moved across company boundaries and breaking multi-tenan...

6.3CVSS5.2AI score0.00191EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 6:18 p.m.12 views

CVE-2026-55482 Snipe-IT: Multi-Tenancy Bypass via Bulk Asset Update

Snipe-IT is an IT asset/license management system. Prior to 8.4.1, a non-superadmin can use app/Http/Controllers/Assets/BulkAssetsController.php update to submit companyid directly without Company::getIdForCurrentUser, allowing assets to be moved across company boundaries and breaking multi-tenan...

6.3CVSS5.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/19 6:18 p.m.33 views

CVE-2026-55482 Snipe-IT: Multi-Tenancy Bypass via Bulk Asset Update

Snipe-IT is an IT asset/license management system. Prior to 8.4.1, a non-superadmin can use app/Http/Controllers/Assets/BulkAssetsController.php update to submit companyid directly without Company::getIdForCurrentUser, allowing assets to be moved across company boundaries and breaking multi-tenan...

6.3CVSS0.00191EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 6:17 p.m.32 views

CVE-2026-55483 Snipe-IT: Privilege Escalation via Missing admin Permission Check in User Creation

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

7.1CVSS0.00303EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 6:17 p.m.42 views

CVE-2026-55483

In Snipe-IT versions prior to 8.6.0, the store() method in UsersController.php strips the superuser permission but fails to strip the admin permission, allowing any authenticated user with the users.create permission to create accounts with full administrative privileges. The fix is included in v...

7.1CVSS5.3AI score0.00303EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 6:17 p.m.13 views

CVE-2026-55483 Snipe-IT: Privilege Escalation via Missing admin Permission Check in User Creation

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

7.1CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/19 6:15 p.m.30 views

CVE-2026-50550 Snipe-IT: 2FA reset privilege bypass

Snipe-IT is an IT asset/license management system. Prior to 8.5.0, a user who can edit other users can reset a superadmin's two-factor authentication through app/Http/Controllers/Api/UsersController.php postTwoFactorReset. The endpoint authorizes update access but does not enforce canEditAuthFiel...

5.8CVSS0.00176EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 6:15 p.m.45 views

CVE-2026-50550

CVE-2026-50550 is a missing authorization vulnerability in Snipe-IT , an IT asset and license management system built on Laravel, affecting versions prior to 8.5.0 . The postTwoFactorReset() endpoint in app/Http/Controllers/Api/UsersController.php checks for general update access but fails to enf...

5.8CVSS5.3AI score0.00176EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 6:15 p.m.13 views

CVE-2026-50550 Snipe-IT: 2FA reset privilege bypass

Snipe-IT is an IT asset/license management system. Prior to 8.5.0, a user who can edit other users can reset a superadmin's two-factor authentication through app/Http/Controllers/Api/UsersController.php postTwoFactorReset. The endpoint authorizes update access but does not enforce canEditAuthFiel...

5.8CVSS5.4AI score
SaveExploits0References5
Rows per page
Query Builder