Loading...
Skip to main content

CVE-2026-61807

MEDIUM

Snipe-IT: Stored DOM XSS via table selected-count IDs

Published August 19, 2026Updated August 19, 2026Source: osv

Summary

### Impact The table component derives data-selected-count-id from the component $name value. On manufacturer and supplier detail pages, stored manufacturer or supplier names are passed into affected table components as that name value. The client-side JavaScript later reads the browser-decoded data-selected-count-id, uses it as a selector, and concatenates countId.substring(1) directly into an HTML string passed to jQuery .after(). Affected commit: `b224cc636c6780386e3f73f03d1171f52ab4c37a` Example payload for a manufacturer or supplier name: `x[foo="><svg/onload=alert(1)>"]>` The issue appears to involve the following flow: Stored supplier/manufacturer name -> table component data-selected-count-id -> browser decodes the attribute -> JavaScript reads countId -> countId is used as a selector -> countId.substring(1) is concatenated into HTML -> jQuery .after() inserts attacker-controlled markup -> JavaScript executes in the victim's browser Potential impact includes arbitrary JavaScript execution in the browser of an authenticated Snipe-IT user who views the affected supplier or manufacturer detail page. If the victim has elevated privileges, this may allow access to data or actions available to that user's session. ### Patches Patched in https://github.com/grokability/snipe-it/commit/d12ad3d53869443b96b663ba3ce2673ef343da71

Remediation

Upgrade to the fixed version using your package manager.

Composer
Update snipe/snipe-it to 8.6.2 or later
composer require "snipe/snipe-it:^8.6.2"

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (1)

PackageEcosystemAffectedFixed In
snipe/snipe-it
packagist
3.2.0, v0.1.0, v0.1.1, v0.1.2 (+274 more)8.6.2

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-79
    Cross-site Scripting (XSS)MITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 8.7 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
P
Scope
Confidentiality
Integrity
Availability

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

Frequently Asked Questions

What is CVE-2026-61807?
Snipe-IT: Stored DOM XSS via table selected-count IDs This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 8.7/10).
How do I check if my project is affected by CVE-2026-61807?
CVE-2026-61807 affects snipe/snipe-it. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-61807 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
8.7

High exploitability or significant impact. Prioritize remediation within days.

Also Known As

GHSA-c8qc-wf67-342w

Related CVEs

  • CVE-2026-37709
    CRITICAL

    Snipe-IT has insecure permissions in file uploads

  • CVE-2025-15602
    HIGH

    Snipe-IT has sensitive user attributes related to account privileges that are insufficiently protected against mass assignment

  • CVE-2026-44832
    HIGH

    Snipe-IT has Privilege Escalation via API Permissions Assignment

  • CVE-2026-54329
    HIGH

    Snipe-IT API Vulnerable to Cross-Tenant Accessory Injection

  • CVE-2026-71437
    MEDIUM

    Mermaid Architecture diagrams are vulnerable to prototype pollution

  • CVE-2026-62909
    MEDIUM

    Microsoft Security Advisory CVE-2026-62909 – .NET Elevation of Privilege Vulnerability

  • CVE-2026-62902
    MEDIUM

    Microsoft Security Advisory CVE-2026-62902 – .NET Information Disclosure Vulnerability

  • CVE-2026-62899
    MEDIUM

    Microsoft Security Advisory CVE-2026-62899 – .NET Security Feature Bypass Vulnerability

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies