CVE Catalog

CVE-2026-86745

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.45%

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

Summary

In Snipe-IT master-branch builds after 8.6.3 (not in any tagged release), the FMCS location-scoping mismatch report export does not apply CSV formula escaping, unlike other exports. An authenticated user can place a spreadsheet formula in text fields that gets executed when the CSV is opened in spreadsheet applications.

Risk Assessment

The risk includes execution of malicious formulas in the context of the downloader's spreadsheet, potentially leading to data exfiltration or command execution on the victim's machine.

Recommendation

Upgrade to version 8.7.0 which contains the fix, and educate users about the risks of opening CSV files from untrusted sources.

Other vulnerabilities in Snipe-IT

See all
Original NVD description (English source)

Snipe-IT is an IT asset management application. In Snipe-IT master-branch builds after 8.6.3 (the code was never included in a tagged release), SettingsController::downloadLocationScopingReport streams the FMCS location-scoping mismatch report (GET /admin/settings/location-scoping-report.csv) through a bare fputcsv() call without applying League\Csv\EscapeFormula, unlike the other CSV exports which honor config('app.escape_formulas'). An authenticated user with ordinary create/edit rights can place a spreadsheet formula in free-text fields that appear in the report (item name, asset tag, serial, item or location company name, location name) and arrange for the record to be FMCS-mismatched so it is included in the export. When a superuser downloads the report and opens it in Excel, LibreOffice Calc, or Google Sheets with formula evaluation enabled and external-content warnings dismissed or disabled, cells beginning with =, +, -, @, tab, or CR are executed in the victim's spreadsheet context, enabling data exfiltration (e.g., HYPERLINK/WEBSERVICE) or, on Windows Excel, legacy DDE command execution. This issue is fixed in version 8.7.0.

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