CVE Catalog

CVE-2026-86739

LowCVSS 3.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

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

Summary

Snipe-IT 8.6.3 and earlier do not check the return value of Storage::put() when writing signature and acceptance PDF files. On silent write failures, execution continues and marks acceptance as complete even though evidence files were never stored, yielding incomplete compliance artifacts. Fixed in 8.7.0.

Risk Assessment

Incomplete acceptance evidence may violate EULA or equipment-receipt compliance requirements.

Recommendation

Update Snipe-IT to version 8.7.0 or later, which includes a fix to check the write result.

Other vulnerabilities in Snipe-IT

See all
Original NVD description (English source)

Snipe-IT 8.6.3 and earlier do not check the return value of Storage::put() when writing the signature PNG and the generated acceptance PDF in Account\AcceptanceController::store(). On filesystem drivers that return false instead of throwing on a write failure (for example the local disk with restrictive permissions, S3 with expired credentials, or a storage backend that is out of quota), execution continues into $acceptance->accept(), which sets accepted_at and the signature_filename/eula_filename fields, creates the 'accepted' action-log entry, and dispatches completion notifications even though the evidence files were never stored. The result is an acceptance record marked complete whose supporting evidence files do not exist, yielding a materially incomplete compliance artifact for EULA acknowledgement or equipment-receipt workflows. The condition is triggered when an authenticated user completes an acceptance while the storage backend is silently failing writes; an attacker cannot directly force the storage backend into that state. Fixed in Snipe-IT 8.7.0.

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