Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-49870
Published:June 24, 2026
Updated:June 24, 2026
Impact "POST /two-factor" had no rate limiting, lockout, or attempt counter. An attacker with valid credentials can submit unlimited TOTP guesses. The TOTP implementation accepts the current code plus one step on either side ("config/google2fa.php window=1"), so at any instant 3 of 1,000,000 codes are accepted. After a correct guess the attacker holds a fully authenticated session. If the instance is configured with 2FA in optional mode ("two_factor_enabled='1'"), the attacker can additionally disable 2FA via "POST /account/profile" with "two_factor_optin=0". No OTP re-verification is required. The account is then accessible with the password alone on future logins. If 2FA is in required-for-all mode ("='2'"), the per-user opt-out path is closed and the impact stops at session-level account takeover. For an admin target, "POST /api/v1/users/two_factor_reset" additionally clears another user's 2FA secret. Patches Patched in v8.6.0
Affected Packages
snipe/snipe-it (PHP):
Affected version(s) >=dev-+more-table-components <v8.6.0
Fix Suggestion:
Update to version v8.6.0
snipe/snipe-it (PHP):
Affected version(s) >=dev-+more-table-components <8.6.0
Fix Suggestion:
Update to version 8.6.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
6
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.9
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling