CVE-2026-86742
PoC moderateCSV Formula Injection in Snipe-IT Unaccepted Assets Report Export
Snipe-IT through 8.6.3 fails to neutralize spreadsheet formula characters in the CSV export for the 'unaccepted assets' acceptance report (ReportsController::postAssetAcceptanceReport), which builds the CSV manually and skips the League\Csv\EscapeFormula protection used by the controller's six other exports. A low-privileged authenticated user who can edit any record feeding the report (asset name/tag, company, category, model, or assignee display name) can store a value beginning with =, +, -, @, tab, or CR; when a user with reports.view rights exports the report and opens it in Excel, LibreOffice Calc, or Google Sheets, the payload is evaluated in the downloader's context. Successful exploitation enables data exfiltration via formulas such as HYPERLINK or WEBSERVICE, and potentially command execution via DDE on legacy Windows Excel configurations. The issue affects self-hosted Snipe-IT deployments up to and including 8.6.3 and is fixed in 8.7.0. It has a public advisory (GHSA-w4xq-9p85-4qmv) but no evidence of exploitation in the wild, consistent with a low EPSS score of 0.3%.
What to do: Upgrade Snipe-IT to 8.7.0 or later, where formula escaping is applied to the acceptance report export. Until patched, restrict reports.view privileges and the POST /reports/unaccepted_assets endpoint, audit free-text fields (asset name/tag, company, category, model, assignee name) for leading =, +, -, @, tab, or CR characters, and instruct users to open exported CSVs in a plain-text editor or with automatic formula evaluation and DDE disabled in Excel.
| snipeitapp snipe-it | through 8.6.3 (fixed in 8.7.0) |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
Snipe-IT through 8.6.3 does not neutralize formula elements in the "unaccepted assets" acceptance report CSV export. ReportsController::postAssetAcceptanceReport builds the CSV by hand (stripping commas and joining rows manually) and, unlike the six sibling exports in the same controller, never applies League\Csv\EscapeFormula or honors the config('app.escape_formulas') setting. An authenticated low-privilege user with ordinary create/edit rights on any record whose free-text fields appear in the report (asset name/tag, company name, category, model, or assignee display name) can set such a field to a value beginning with =, +, -, @, tab, or CR. When a user with reports.view privileges requests the export (POST /reports/unaccepted_assets) for a pending checkout acceptance referencing the poisoned record and opens the resulting CSV in Excel, LibreOffice Calc, or Google Sheets, the injected content is evaluated as a formula in the downloader's spreadsheet context, enabling data exfiltration (e.g., HYPERLINK/WEBSERVICE) or, on legacy Windows Excel configurations, DDE command execution. Fixed in 8.7.0.
- Vendors
- snipeitapp
- Products
- snipe-it
- Weakness
- CWE-1236
- Vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
In the news0 stories
No ingested article mentions this CVE yet.