---
cve: "CVE-2026-49976"
severity: "MEDIUM"
cvss: 6.5
epss: "0.3%"
vendor: "grokability"
kev: false
exploited: false
published: "2026-08-19 19:17:17"
tags: [cve, security, medium]
source: tsecurity.de CVE-Dossier
exported: "2026-09-25T01:59:54+02:00"
---

# CVE-2026-49976

> 6.5 MEDIUM · 🧪 PoC

## Beschreibung

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.

## CVSS-Vektor

```
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Netzwerk | bad |
| AC Komplexität | Gering | bad |
| PR Privilegien | Hoch | good |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Hoch | bad |
| A Verfügbarkeit | Keine | good |

## Patch verfügbar (OSV)

- dd4117bd5be59766c22767717ec403dfdece1e19 (Commit)
- 4d06e8176883e2d8f1c91afe77ec0511959ceb91 (Commit)

## Referenzen

- <https://github.com/grokability/snipe-it/security/advisories/GHSA-p68w-rgmg-3c2v>
- <https://github.com/grokability/snipe-it/pull/19072>
- <https://github.com/grokability/snipe-it/commit/dd4117bd5be59766c22767717ec403dfdece1e19>
- <https://github.com/grokability/snipe-it/releases/tag/v8.6.1>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-49976) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
