---
id: CVE-2026-63498
title: Snipe-IT is an IT asset/license management system
summary: >-
  Snipe-IT is an IT asset/license management system. Prior to 8.7.0, the
  uploaded-files API endpoint GET /api/v1/{object_type}/{id}/files/{file_id}
  allows an authenticated user with file-management access to upload XML and
  XSLT attachments…
severity: high
cvss: 8.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N'
cwe:
  - CWE-79
vendor: grokability
product: snipe-it
affected:
  - snipe-it < 8.7.0
patched:
  - snipe/snipe-it 8.7.0
published: '2026-09-24'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T13:36:08.630'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-63498'
references:
  - url: >-
      https://github.com/grokability/snipe-it/commit/e929b31f0b183c5810bd2b833c1f6f643cbe5284
    label: security-advisories@github.com
  - url: 'https://github.com/grokability/snipe-it/releases/tag/v8.7.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/grokability/snipe-it/security/advisories/GHSA-396x-xmvh-p563
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-396x-xmvh-p563'
tags:
  - nvd
  - cve.org
  - ghsa
  - composer
aliases:
  - GHSA-396x-xmvh-p563
ecosystem: composer
ingestedAt: '2026-09-24T16:47:15.850Z'
epss: 0.00242
epssPercentile: 0.13692
---

## Overview

Snipe-IT is an IT asset/license management system. Prior to 8.7.0, the uploaded-files API endpoint GET /api/v1/{object_type}/{id}/files/{file_id} allows an authenticated user with file-management access to upload XML and XSLT attachments and request them with the inline=true parameter. The app/Http/Controllers/Api/UploadedFilesController.php show() path does not apply the safe-inline allowlist used by the equivalent web controller, so the browser can process an attacker-controlled xml-stylesheet reference and execute JavaScript generated by the stylesheet in the Snipe-IT origin. A victim who is authorized to view the object must open the attachment URL, after which the script can read same-origin data and perform authenticated actions with the victim's privileges. This issue is fixed in version 8.7.0.

## Remediation

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

## Package advisory (CVE-2026-63498)

Affected packages:

- `snipe/snipe-it < 8.7.0`

Patched in:

- `snipe/snipe-it 8.7.0`

Source: https://github.com/advisories/GHSA-396x-xmvh-p563
