Description
Snipe-IT is an IT asset/license management system. Prior to 8.6.2, a stored manufacturer or supplier name passed as the table component $name becomes data-selected-count-id in resources/views/partials/bootstrap-table.blade.php. Client-side code reads the browser-decoded countId, uses it as a selector, concatenates countId.substring(1) into an HTML string, and passes the string to jQuery .after(). A crafted name can therefore execute JavaScript when an authenticated user views the manufacturer detail page or supplier detail page, potentially exposing data or actions available to that session. This issue is fixed in version 8.6.2.
Published: 2026-08-19
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Prior to version 8.6.2, Snipe‑IT stored a manufacturer or supplier name as part of a table component that becomes a data-selected-count-id attribute. On the client side the browser decodes that id, uses it as a selector, and appends a string built from countId.substring(1) to the DOM via jQuery .after(). A crafted name can therefore cause arbitrary JavaScript to run when an authenticated user views a manufacturer or supplier detail page, potentially exposing confidential data or allowing the attacker to perform actions within that session. This flaw is a DOM‑based cross‑site scripting vulnerability (CWE‑79).

Affected Systems

Snipe‑IT, a web‑based IT asset management system, versions prior to 8.6.2 are affected. The product is maintained by grokability.

Risk and Exploitability

The CVSS score of 6.3 indicates a moderate severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attack vector requires an authenticated user to visit a manufacturer or supplier detail page; the flaw is client‑side and thus cannot directly compromise the server. Nonetheless, the ability to execute script in the user’s browser poses a risk of session hijacking, data exfiltration, or manipulation of the UI. The likelihood of exploitation is moderate because the attacker must first embed a malicious name via an authenticated interface, but once present, any subsequent visit by an authenticated user will trigger the script.

Generated by OpenCVE AI on August 20, 2026 at 12:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Snipe‑IT version 8.6.2 or later.
  • Restrict administrative privileges so that only trusted users can create or edit manufacturer and supplier names.
  • Implement server‑side validation or sanitization of the manufacturer and supplier name fields to neutralize characters that could be used to inject script.

Generated by OpenCVE AI on August 20, 2026 at 12:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-c8qc-wf67-342w Snipe-IT: Stored DOM XSS via table selected-count IDs
History

Wed, 19 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Grokability
Grokability snipe-it
Vendors & Products Grokability
Grokability snipe-it

Wed, 19 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Description Snipe-IT is an IT asset/license management system. Prior to 8.6.2, a stored manufacturer or supplier name passed as the table component $name becomes data-selected-count-id in resources/views/partials/bootstrap-table.blade.php. Client-side code reads the browser-decoded countId, uses it as a selector, concatenates countId.substring(1) into an HTML string, and passes the string to jQuery .after(). A crafted name can therefore execute JavaScript when an authenticated user views the manufacturer detail page or supplier detail page, potentially exposing data or actions available to that session. This issue is fixed in version 8.6.2.
Title Snipe-IT: Stored DOM XSS via table selected-count IDs
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:H/SI:H/SA:N'}


Subscriptions

Grokability Snipe-it
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-19T18:22:21.559Z

Reserved: 2026-07-10T20:17:57.991Z

Link: CVE-2026-61807

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-19T19:17:21.433

Modified: 2026-08-19T19:17:21.433

Link: CVE-2026-61807

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T13:00:13Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')