CVE-2026-50550
MediumCVSS 5.8Summary
Snipe-IT prior to 8.5.0 allows a user who can edit other users to reset a superadmin's two-factor authentication. The postTwoFactorReset() endpoint authorizes update access but does not enforce canEditAuthFields before clearing two_factor_secret and two_factor_enrolled.
Risk Assessment
The risk includes disabling 2FA for a superadmin account, potentially facilitating account takeover and privilege escalation.
Recommendation
Update to version 8.5.0 or later and enforce canEditAuthFields for 2FA reset operations.
Original NVD description (English source)
Snipe-IT is an IT asset/license management system. Prior to 8.5.0, a user who can edit other users can reset a superadmin's two-factor authentication through app/Http/Controllers/Api/UsersController.php postTwoFactorReset(). The endpoint authorizes update access but does not enforce canEditAuthFields before clearing two_factor_secret and two_factor_enrolled. This issue is fixed in version 8.5.0.

