WordPress security changelog
HIGH CVE-2021-24998 Modified

Simple JWT Login: A security weakness

Simple JWT Login is affected by a security weakness. Exposure depends on how the affected operation is made reachable by the site. The resulting impact depends on how the affected component exposes the vulnerable operation.

CVE / CNA score 7.5 CVSS · contact@wpscan.com
NVD score 7.5 CVSS 3.1 · nvd@nist.gov
Component
Simple JWT Login
Plugin slug
simple-jwt-login
Affected
See vendor advisory
Safe version
See mitigation notes
Published
Dec 27, 2021
Weakness
CWE-330 — Use of Insufficiently Random Values

This CVE was published Dec 27, 2021 and is one of 4 known issues for this plugin.

Update, patch or deactivate.

Update Simple JWT Login to a release outside the affected range, or disable and remove it until a fixed version is available.

No confirmed safe version is listed. Consider a vendor-supported patch or temporarily restricting the affected functionality while you assess the risk.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical 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 PHP's documentation.

NVD vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Primary and upstream sources