PatchSiren cyber security CVE debrief
CVE-2026-86760 grokability CVE debrief
CVE-2026-86760 is an incorrect authorization vulnerability affecting Snipe-IT versions 8.2.0 through 8.6.x, which was fixed in version 8.7.0. An authenticated non-admin user with the users.edit permission can toggle the activated flag on any user, including admin and superuser accounts, via a PUT request to /users/{id}. This can lock out admin accounts until another admin or superuser re-enables them.
- Vendor
- grokability
- Product
- snipe-it
- CVSS
- MEDIUM 5.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 deployments, particularly those with versions 8.2.0 through 8.6.x, should assess exposure and apply the vendor-provided patch. IT administrators and security teams managing user accounts and permissions in Snipe-IT should prioritize verifying and mitigating this vulnerability to prevent potential account lockouts.
Why it matters
CVE-2026-86760 is an incorrect authorization vulnerability in Snipe-IT that allows authenticated non-admin users to toggle the activated flag on any user account, potentially locking out admin accounts. Defenders should verify exposure, apply the vendor-provided patch, and restrict users.edit permissions to trusted roles.
- Authenticated users can lock out admin accounts
- Potential disruption to user account management
- Requires verification of Snipe-IT version and exposure
- Patching to 8.7.0 may be necessary to mitigate vulnerability
Technical summary
The Snipe-IT application has an incorrect authorization vulnerability in the UsersController::update() method. Specifically, the code assigns the activated field from the request payload before evaluating the canEditAuthFields authorization gate. This allows an authenticated non-admin user with the users.edit permission in the target's company scope to submit a PUT request to /users/{id} and toggle the activated flag on any user, including admin and superuser accounts.
Defensive priority
Defenders should prioritize verifying exposure and applying the vendor-provided patch to prevent potential account lockouts.
Recommended defensive actions
- Verify Snipe-IT version and apply patch to 8.7.0 if vulnerable
- Restrict users.edit permission to trusted roles
- Monitor user account status and activation changes
- Implement additional logging and auditing for user updates
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability in Snipe-IT versions 8.2.0 through 8.6.x. Additional information on potential exploitation or impact is limited, but defenders should verify exposure and apply the vendor-provided patch to prevent potential account lockouts. The vulnerability allows authenticated non-admin users to toggle the activated flag on any user account, potentially locking out admin accounts. Defenders should assess Snipe-IT deployments, particularly those with versions 8.2.0 through 8.6.x, and
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86760 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86760
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86760 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86760
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/commit/02f62c8dce7bee118a07882823cd1ad098360a17
-
Source reference
Unverified legacy reference
URL: https://github.com/grokability/snipe-it/security/advisories/GHSA-xq9q-777w-q9h7
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/snipe-it-8.2.0-before-8.7.0-authentication-bypass-via-activated-flag
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.