CVE-2026-86766: Snipe-IT 8.6.3 Race Condition via Consumable Checkout

Published Sep 9, 2026
·
Updated

Snipe-IT versions up to and including 8.6.3 contain a race condition (TOCTOU) in the consumable checkout API endpoint (POST /api/v1/consumables/{consumableid}/checkout). The requested quantity is validated against the number of remaining units before the database transaction begins, and the transaction then creates the checkout records without locking the consumable row or re-checking availability. An authenticated user with permission to check out consumables can submit concurrent checkout requests for the same consumable so that both requests pass the availability check and succeed, over-allocating stock and driving the remaining inventory negative (e.g., a consumable with 1 remaining unit ends at -1 after two concurrent 1-unit checkouts). The issue is fixed in 8.7.0, which re-fetches the parent row under lockForUpdate inside the transaction and re-validates availability.

Affected Software

2 affected components
Snipe-IT Snipe-IT<=8.6.3
Snipe-IT Snipe-IT>=undefined

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Snipe-IT to a version that resolves this vulnerability.

    Fixed in 8.7.0
  2. Compensating control

    If upgrading immediately, reduce the impact by preventing concurrent checkout requests for the same consumable (e.g., serialize requests per consumable_id at the application/load-balancer layer) to avoid TOCTOU over-allocation.

Event History

Sep 9, 2026
CVE Published
via MITRE·01:32 PM
Data Sourced
via MITRE·01:32 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

An attacker must be authenticated and have permission to check out consumables. They must be able to send concurrent requests to the consumable checkout API endpoint for the same item.

2

Are default deployments affected?

Any deployment running Snipe-IT 8.6.3 or an earlier version is affected if users are permitted to check out consumables. Exploitation does not require user interaction.

3

What is the impact of successful exploitation?

Concurrent checkout requests can both pass the pre-transaction availability check, causing stock to be over-allocated. Remaining inventory can be driven below zero.

4

What version fixes the issue?

Snipe-IT 8.7.0 fixes the issue by locking the consumable row and re-validating availability within the transaction.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203