Security Advisory

CVE-2021-24998

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2021-12-27 10:33:26
Last updated 2024-08-03 19:49:14
Assigner WPScan
State PUBLISHED

Description

The Simple JWT Login WordPress plugin before 3.3.0 can be used to create new WordPress user accounts with a randomly generated password. The password is generated using the str_shuffle PHP function that "does not generate cryptographically secure values, and should not be used for cryptographic purposes" according to PHPs documentation.