CVE Catalog

CVE-2026-86744

LowCVSS 2.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

12th percentile - higher than 12% of all known CVEs

Summary

Snipe-IT 8.6.3 and earlier contain a race condition in asset checkout paths. Two concurrent checkout requests for the same available asset can both commit, producing duplicate history rows and events, corrupting audit trail and reporting. Requires authenticated session with assets.checkout permission and precise timing. Fixed in 8.7.0.

Risk Assessment

Corrupted audit trail and reporting may lead to incorrect management decisions and compliance issues.

Recommendation

Update Snipe-IT to version 8.7.0 or later, which fixes the race condition.

Other vulnerabilities in Snipe-IT

See all
Original NVD description (English source)

Snipe-IT 8.6.3 and earlier (and develop pre-release commits prior to the fix) contain a race condition in the asset checkout paths. Api\AssetsController::checkout() and Assets\AssetCheckoutController::store() call Asset::availableForCheckout() outside the mutation path and then invoke Asset::checkOut() without taking a row lock or re-checking availability, so two concurrent checkout requests for the same available asset can both observe it as available and both commit. This produces duplicate checkout-history rows, a doubled checkout_counter, and two CheckoutableCheckedOut events for a single-assignment asset, corrupting the audit trail and utilization/reconciliation reporting; the asset's final assigned_to remains singular, so the visible assignment stays intact. Exploitation requires an authenticated session holding the assets.checkout permission (or superuser) and precise concurrent timing. Fixed in 8.7.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS