Vulnerability Description
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 Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/grokability/snipe-it/commit/dd4117bd5be59766c22767717ec403dfd
- https://github.com/grokability/snipe-it/pull/19072
- https://github.com/grokability/snipe-it/releases/tag/v8.6.1
- https://github.com/grokability/snipe-it/security/advisories/GHSA-p68w-rgmg-3c2v
FAQ
What is CVE-2026-49976?
CVE-2026-49976 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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 passw...
How severe is CVE-2026-49976?
CVE-2026-49976 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-49976?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.