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 PHP's documentation.
References
Link | Resource |
---|---|
https://plugins.trac.wordpress.org/changeset/2613782 | Patch Third Party Advisory |
https://wpscan.com/vulnerability/1cca404e-766a-43ab-b41f-77d6a3b282fb | Third Party Advisory |
https://plugins.trac.wordpress.org/changeset/2613782 | Patch Third Party Advisory |
https://wpscan.com/vulnerability/1cca404e-766a-43ab-b41f-77d6a3b282fb | Third Party Advisory |
Configurations
History
21 Nov 2024, 05:54
Type | Values Removed | Values Added |
---|---|---|
References | () https://plugins.trac.wordpress.org/changeset/2613782 - Patch, Third Party Advisory | |
References | () https://wpscan.com/vulnerability/1cca404e-766a-43ab-b41f-77d6a3b282fb - Third Party Advisory |
Information
Published : 2021-12-27 11:15
Updated : 2024-11-21 05:54
NVD link : CVE-2021-24998
Mitre link : CVE-2021-24998
CVE.ORG link : CVE-2021-24998
JSON object : View
Products Affected
simple_jwt_login_project
- simple_jwt_login
CWE
CWE-330
Use of Insufficiently Random Values