PatchSiren cyber security CVE debrief
CVE-2026-86755 grokability CVE debrief
CVE-2026-86755 is a medium-severity vulnerability affecting Snipe-IT versions 4.2.0 through 8.6.3. The issue arises from the exposure of Laravel Passport's auto-registered personal-access-token routes without proper permission gates, allowing users to mint long-lived bearer tokens for their own accounts, potentially bypassing administrative controls intended to restrict API access.
- 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, especially those using API/scripted access, should assess exposure and verify the effectiveness of existing controls. They must verify exposure in Snipe-IT deployments and assess compensating controls. Security teams and vulnerability management teams should prioritize verifying exposure, especially in deployments using API/scripted access, and assess the effectiveness of existing compensating controls.
Why it matters
CVE-2026-86755 is a medium-severity vulnerability in Snipe-IT that allows users to mint long-lived bearer tokens, potentially bypassing administrative controls on API access. Defenders should prioritize verifying exposure, especially in deployments using API/scripted access, and assess compensating controls.
- Defenders must verify exposure in Snipe-IT deployments and assess compensating controls.
- The vulnerability allows users to generate tokens that may bypass administrative API access restrictions.
- Existing per-endpoint authorization policies still apply to the issued tokens.
Technical summary
The vulnerability in Snipe-IT versions 4.2.0 through 8.6.3 allows users with valid web sessions and CSRF tokens to mint long-lived bearer tokens for their own accounts via the /oauth/personal-access-tokens endpoint. This potentially bypasses administrative controls on API access. The issued token is still subject to existing per-endpoint authorization policies, so this is not a privilege escalation; it defeats the administrative control intended to block API/scripted access at the user's own permission level. Fixed in 8.7.0 (commit 3f74b8c), which registers overriding routes wrapped in the can:self.api middleware. The vulnerability has a CVSS score of 5.3 and MEDIUM severity.
Defensive priority
Defenders should prioritize verifying exposure in their Snipe-IT deployments, especially where API/scripted access is a concern, and assess the effectiveness of existing compensating controls.
Recommended defensive actions
- Verify Snipe-IT version and assess exposure
- Review API access controls and compensating measures
- Monitor for suspicious token generation activity
- Consider upgrading to version 8.7.0 or later
- 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, including its CVSS score of 5.3 and MEDIUM severity. Vendor information is limited, with the vendor name listed as Unknown Vendor. The vulnerability affects Snipe-IT versions 4.2.0 through 8.6.3. Defenders should verify exposure in their Snipe-IT deployments, especially where API/scripted access is a concern, and assess the effectiveness of existing compensating controls. The NVD entry is currently Undergoing Analysis. The CVE Program record was published on 2026-09-09
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86755 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86755
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86755 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86755
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-76pf-qf59-ff3q
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/snipe-it-4.2.0-through-8.6.3-permission-bypass-via-oauth
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.