SCA: security update for snipe/snipe-it (GHSA-p68w-rgmg-3c2v)

medium Tenable Cloud Security Plugin ID 443845

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Snipe-IT is an IT asset/license management system. Prior to 8.6.1, a user with the import permission can
use CSV update mode to overwrite the email address of a non-admin user and then request a password reset
to take over that account. app/Importer/UserImporter.php applies the canEditAuthFields gate by unsetting
username, email, password, and activated on the model, but app/Importer/ItemImporter.php
sanitizeItemForUpdating() rebuilds the update array from the raw CSV row in $this->item, restoring the
unauthorized values. The app/Http/Controllers/ImportController.php import path checks import permission
but does not require users.edit. This issue is fixed in version 8.6.1. (CVE-2026-49976)

Solution

Update the snipe/snipe-it library and its related packages to version 8.6.0 or later.

See Also

https://github.com/advisories/GHSA-p68w-rgmg-3c2v

Plugin Details

Severity: Medium

ID: 443845

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 6/24/2026

Updated: 8/21/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.62

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.7

Temporal Score: 5.7

Vector: CVSS2#AV:N/AC:L/Au:M/C:C/I:C/A:N

CVSS Score Source: CVE-2026-49976

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

Vector: CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/23/2026

Vulnerability Publication Date: 6/23/2026

Reference Information

CVE: CVE-2026-49976

cwe: CWE-862