PatchSiren cyber security CVE debrief
CVE-2026-86750 grokability CVE debrief
CVE-2026-86750 is a high-severity vulnerability in Snipe-IT versions <= 8.6.3, where the application does not validate company assignment authorization before persisting user records via the REST API. This allows a non-superuser with users.create or users.edit permissions to create or relocate user accounts across tenant boundaries, potentially leading to unauthorized user account creation and relocation. The vulnerability exists in the ApiUsersController::store() and ::update() methods, where user records are filled from the request and saved before the requested company_id / company_ids[] values are filtered against the actor's permitted companies. Defenders responsible for Snipe
- Vendor
- grokability
- Product
- snipe-it
- CVSS
- HIGH 8.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-09
- Original CVE updated
- 2026-09-14
- Advisory published
- 2026-09-09
- Advisory updated
- 2026-09-14
Who should care
Defenders responsible for Snipe-IT installations, especially those using Full Multiple Companies Support (FMCS), should assess exposure and prioritize remediation. This includes verifying Snipe-IT version, checking user permissions, and implementing additional monitoring and logging for user account creation and updates. They should also review compensating controls for exposed systems while remediation is scheduled and verified.
Why it matters
CVE-2026-86750 is a high-severity vulnerability in Snipe-IT that allows unauthorized user account creation and relocation across tenant boundaries. Defenders responsible for Snipe-IT installations, especially those using Full Multiple Companies Support (FMCS), should assess exposure and prioritize remediation.
- Potential unauthorized user account creation and relocation across tenant boundaries
- Increased risk of cross-company visibility and access
- Need for verification of Snipe-IT version and user permissions
- Priority for upgrading to Snipe-IT version 8.7.0 or later
Technical summary
The vulnerability exists in the ApiUsersControllerstore() and ::update() methods, where user records are filled from the request and saved before the requested company_id / company_ids[] values are filtered against the actor's permitted companies. This allows a non-superuser to submit company identifiers for companies outside their scope, causing the account row to be committed to the database before authorization is checked.
Defensive priority
Defenders should prioritize verifying and remediating this vulnerability, especially in environments with multiple companies and user management.
Recommended defensive actions
- Verify Snipe-IT version and check if it is vulnerable (<= 8.6.3)
- Restrict users.create and users.edit permissions to superusers
- Implement additional monitoring and logging for user account creation and updates
- Consider upgrading to Snipe-IT version 8.7.0 or later
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The vulnerability is described in the CVE record and NVD vulnerability detail page. The source references provide additional information on the vulnerability and mitigation strategies. To verify and remediate this vulnerability, defenders should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. They should also plan vendor-supported updates or mitigations through normal change control where exposure is confirmed and review compensating controls for exposed systems while
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86750 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86750
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86750 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86750
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/grokability/snipe-it/security/advisories/GHSA-c929-qxg6-r3mc
[email protected] - Exploit, Vendor Advisory, Mitigation
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/snipe-it-before-8.7.0-authorization-bypass-via-api-user-create-update
[email protected] - Third Party Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.