Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N
PR:L confirmed by required reports.view role; S:C reflects cross-tenant record deletion; I:L only since impact is confined to deleting acceptance records with no confidentiality or availability consequences.
Primary rating from Vendor (github).
CVSS VectorVendor: github
Lifecycle Timeline
2DescriptionCVE.org
Snipe-IT is an IT asset/license management system. Prior to 8.6.2, the unaccepted-assets report delete endpoint authorizes only reports.view and deletes CheckoutAcceptance::pending()->find($acceptanceId) by global ID without checking access to the related checkoutable asset, allowing a reports user in one company to delete pending checkout acceptance records for another company. This issue is fixed in version 8.6.2.
AnalysisAI
Cross-tenant authorization bypass in Snipe-IT prior to v8.6.2 allows an authenticated user with only reports.view permission in one company to delete pending checkout acceptance records belonging to any other company by supplying arbitrary global IDs to the unaccepted-assets report delete endpoint. The root cause is a classic IDOR (CWE-639): the endpoint validates role but not company-scope ownership. No public exploit has been identified and this CVE is absent from the CISA KEV catalog, but multi-tenant deployments relying on organizational data isolation are directly impacted.
Technical ContextAI
Snipe-IT is an open-source PHP/Laravel IT asset and license management system supporting multi-company (multi-tenant) deployments where distinct organizations share one instance with isolated data. The vulnerable endpoint handles deletion of CheckoutAcceptance records - database rows representing pending approvals for asset checkouts. The delete handler resolves records via CheckoutAcceptance::pending()->find($acceptanceId) using a globally scoped ORM query, then authorizes the action by checking only the reports.view permission without asserting that the acceptance record's related checkoutable asset belongs to the requesting user's company. CWE-639 (Authorization Bypass Through User-Controlled Key) precisely describes this flaw: the application trusts a user-supplied integer ID to identify a resource without enforcing ownership or tenancy boundaries. Because database primary keys are typically sequential integers, enumeration is trivially feasible.
RemediationAI
Upgrade to Snipe-IT v8.6.2 or later, which introduces company-scope validation on the unaccepted-assets delete endpoint. The patching commit is 802067f3987a4b65bfc2efe60e22e07c24e01e6a (https://github.com/grokability/snipe-it/commit/802067f3987a4b65bfc2efe60e22e07c24e01e6a) and the release is at https://github.com/grokability/snipe-it/releases/tag/v8.6.2. If immediate patching is not feasible for a multi-company instance, revoke or restrict the reports.view permission from user accounts that belong to a company that should not interact with other tenants' data - this reduces the pool of accounts that could be misused, though it may limit legitimate reporting workflows. Alternatively, restrict network access to the Snipe-IT admin interface to trusted internal segments via firewall rules, reducing the exposure to users already on the internal network; note this does not eliminate insider risk. There is no documented vendor-supported workaround other than upgrading to v8.6.2.
Cross-Site Request Forgery (CSRF) in GitHub repository snipe/snipe-it prior to v.6.2.3. Rated high severity (CVSS 8.8),
In Snipe-IT, versions v3.0-alpha to v5.3.7 are vulnerable to Host Header Injection. Rated high severity (CVSS 8.8), this
snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated high severity (CVSS 8.8), this vulnerability is remot
snipe-it is vulnerable to Cross-Site Request Forgery (CSRF). Rated high severity (CVSS 8.8), this vulnerability is remot
Session Fixation in GitHub repository snipe/snipe-it prior to 6.0.10. Rated high severity (CVSS 8.0), this vulnerability
Old sessions are not blocked by the login enable function. Rated high severity (CVSS 7.4), this vulnerability is remotel
snipe-it is vulnerable to Server-Side Request Forgery (SSRF). Rated high severity (CVSS 7.2), this vulnerability is remo
Privilege escalation via authorization bypass in Snipe-IT versions prior to 8.6.0 allows any authenticated user holding
Snipe-IT before 7.0.10 allows remote code execution (associated with cookie serialization) when an attacker knows the AP
Missing Authorization in GitHub repository snipe/snipe-it prior to 5.4.4. Rated medium severity (CVSS 6.5), this vulnera
snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated me
snipe-it is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Rated me
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42995
GHSA-35cr-9hqq-p2mg