SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-86745

MEDIUM · CVSS 6.5 EPSS 0.43% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Snipe-IT asset management application in master-branch builds after version 8.6.3, allowing authenticated users with basic permissions to inject malicious spreadsheet formulas into a downloadable CSV report. When a superuser opens this report in spreadsheet applications with formula evaluation enabled, it can lead to data exfiltration or even remote command execution in the context of the victim's environment. Organizations using Snipe-IT should prioritize updating to version 8.7.0 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-86745
Severity
MEDIUM
CVSS
6.5
EPSS
0.43%
Windows Office

Original NVD Description

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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)