---
id: CVE-2026-86745
title: Snipe-IT is an IT asset management application
summary: >-
  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 …
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L'
cwe:
  - CWE-1236
vendor: snipeitapp
product: snipe-it
affected:
  - snipe-it = 8.6.3
published: '2026-09-09'
updated: '2026-09-14'
sourceUpdated: '2026-09-14T20:38:00.663'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-86745'
references:
  - url: >-
      https://github.com/grokability/snipe-it/security/advisories/GHSA-79jf-ppgj-5cc3
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/snipe-it-before-8.7.0-csv-formula-injection-via-location-scoping-export
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
epss: 0.00449
epssPercentile: 0.38405
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-14T13:20:41.954286Z'
ingestedAt: '2026-09-14T15:23:07.419Z'
---

## Overview

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.

## Affected

- `snipe-it = 8.6.3`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
