CyberRota Analysis
AI-GeneratedSnipe-IT versions prior to 8.6.1 are vulnerable to an account takeover risk, where a user with import permissions can exploit the CSV update feature to overwrite a non-admin user's email address and initiate a password reset. This vulnerability arises from improper handling of user data during the import process, allowing unauthorized changes to user credentials. Organizations using Snipe-IT for IT asset management should prioritize upgrading to version 8.6.1 to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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.