CVE-2026-50550 PUBLISHED

Snipe-IT: 2FA reset privilege bypass

Assigner: GitHub_M
Reserved: 04.06.2026 Published: 19.08.2026 Updated: 19.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:N
CVSS Score: 5.8

Product Status

Vendor grokability
Product snipe-it
Versions
  • Version < 8.5.0 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE