Improper Restriction of Excessive Authentication Attempts in MISP - CVE-2018-12649
Published: June 22, 2018 / Updated: August 8, 2020
MISP
Detailed vulnerability description
The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.
An issue was discovered in app/Controller/UsersController.php in MISP 2.4.92. An adversary can bypass the brute-force protection by using a PUT HTTP method instead of a POST HTTP method in the login part, because this protection was only covering POST requests.