CVE-2026-86766
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/{consumable_id}/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.
Scoring
- Severity
- HIGH
- CVSS base score
- 7.1
- CVSS vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
- CWE
- CWE-362
- Published
- 2026-09-09
- Last modified
- 2026-09-09
Affected products
- grokability snipe-it
- grokability snipe-it
Weakness type
Related vulnerabilities
- CVE-2026-86744 — snipe-it before 8.7.0 Race Condition in Asset Checkout
- CVE-2026-87816 — PasswordPusher before 2.11.1 Race Condition View Limit Bypass
- CVE-2026-87601 — Race condition in V8 in Google Chrome prior to 153.0.8010.36 allowed a remote attacker to execute...
- CVE-2026-87641 — Race condition in Browser in Google Chrome prior to 153.0.8010.36 allowed a remote attacker to...
- CVE-2026-87615 — Race condition in Payments in Google Chrome prior to 153.0.8010.36 allowed a remote attacker...
- CVE-2026-87467 — Race condition in Updater in Google Chrome on on Windows prior to 153.0.8010.36 allowed a local...
- CVE-2026-73005 — Windows Authentication Methods Elevation of Privilege Vulnerability
- CVE-2026-69441 — Windows Installer Elevation of Privilege Vulnerability