WordPress security changelog
MEDIUM CVE-2021-38314 Modified

Gutenberg Template Library & Redux Framework: A security weakness

Gutenberg Template Library & Redux Framework is affected by a security weakness. The vulnerable path is reachable without authentication. The resulting impact depends on how the affected component exposes the vulnerable operation.

CVE / CNA score 5.3 CVSS 3.1 · security@wordfence.com
NVD score 5.3 CVSS 3.1 · nvd@nist.gov
Component
Gutenberg Template Library & Redux Framework
Plugin slug
gutenberg-template-library-&-redux-framework
Affected
See vendor advisory
Safe version
See mitigation notes
Published
Sep 02, 2021
Weakness
CWE-200 — Exposure of Sensitive Information to an Unauthorized Actor
CWE-760 — Use of a One-Way Hash with a Predictable Salt
CWE-916 — Use of Password Hash With Insufficient Computational Effort

This CVE was published Sep 02, 2021 and is one of 2 known issues for this plugin.

Update, patch or deactivate.

Update Gutenberg Template Library & Redux Framework 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 Gutenberg Template Library & Redux Framework plugin <= 4.2.11 for WordPress registered several AJAX actions available to unauthenticated users in the `includes` function in `redux-core/class-redux-core.php` that were unique to a given site but deterministic and predictable given that they were based on an md5 hash of the site URL with a known salt value of '-redux' and an md5 hash of the previous hash with a known salt value of '-support'. These AJAX actions could be used to retrieve a list of active plugins and their versions, the site's PHP version, and an unsalted md5 hash of site’s `AUTH_KEY` concatenated with the `SECURE_AUTH_KEY`.

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

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

Primary and upstream sources