Skip to main content

Snipe-IT CVE-2026-55482

MEDIUM
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-06-23 https://github.com/grokability/snipe-it GHSA-33g4-646g-qwmm
6.3
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
6.3 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
vuln.today AI
7.1 HIGH

Integrity rated High because unauthorized cross-tenant asset reassignment is a severe data isolation violation; availability is unimpacted as no data is deleted or service disrupted.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 23, 2026 - 23:51 vuln.today
Analysis Generated
Jun 23, 2026 - 23:51 vuln.today

DescriptionGitHub Advisory

Impact

The BulkAssetsController::update() method accepts company_id directly from user input without calling Company::getIdForCurrentUser(), the standard company-scoping function used by every other controller in the codebase. A non-superadmin user can move assets across company boundaries, breaking multi-tenancy isolation.

Patches

Patched in https://github.com/grokability/snipe-it/commit/d58fda626e8febfeff4cabbc20ba03edfc411e18

AnalysisAI

Multi-tenancy isolation is broken in Snipe-IT versions through 8.4.1, allowing authenticated non-superadmin users to reassign assets across company boundaries via the bulk asset update endpoint. The root cause is that BulkAssetsController::update() accepts company_id directly from HTTP request input without applying the Company::getIdForCurrentUser() scoping guard used by every other controller in the codebase. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Authenticate as low-privilege Snipe-IT user
Delivery
Enumerate valid company_id values for other tenants
Exploit
Craft bulk asset update POST request with foreign company_id
Execution
Submit to BulkAssetsController::update() bypassing tenant scoping
Impact
Assets silently reassigned across company boundary

Vulnerability AssessmentAI

Exploitation Exploitation requires an authenticated Snipe-IT user account; PR:L in the CVSS vector confirms at least low-privilege authentication is necessary. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The NVD CVSS 3.1 score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) understates the integrity impact for multi-tenant deployments: unauthorized cross-tenant asset reassignment is a significant authorization failure, not merely a low-integrity modification. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An authenticated low-privilege user in Company A sends a POST request to the bulk asset update endpoint with `company_id` set to the identifier of Company B. Because `BulkAssetsController::update()` applies the raw input value without scoping, the selected assets are silently reassigned to Company B's inventory - exfiltrating asset records from Company A and contaminating Company B's data. …
Remediation Vendor-released patch: 8.4.2. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-55482 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy