WordPress security changelog
MEDIUM CVE-2020-10195 Modified

Popup Builder: Privilege escalation or authentication bypass

Popup Builder is affected by privilege escalation or authentication bypass. Exploitation requires an authenticated WordPress account. A successful request can grant permissions or access that the caller should not possess.

CVE / CNA score 6.3 CVSS · cve@mitre.org
NVD score 6.3 CVSS 3.1 · nvd@nist.gov
Component
Popup Builder
Plugin slug
popup-builder
Affected
See vendor advisory
Safe version
See mitigation notes
Published
Mar 13, 2020
Weakness
CWE-200 — Exposure of Sensitive Information to an Unauthorized Actor

This CVE was published Mar 13, 2020 and is one of 22 known issues for this plugin.

Update, patch or deactivate.

Update Popup Builder 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 popup-builder plugin before 3.64.1 for WordPress allows information disclosure and settings modification, leading to in-scope privilege escalation via admin-post actions to com/classes/Actions.php. By sending a POST request to wp-admin/admin-post.php, an authenticated attacker with minimal (subscriber-level) permissions can modify the plugin's settings to allow arbitrary roles (including subscribers) access to plugin functionality by setting the action parameter to sgpbSaveSettings, export a list of current newsletter subscribers by setting the action parameter to csv_file, or obtain system configuration information including webserver configuration and a list of installed plugins by setting the action parameter to sgpb_system_info.

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

Primary and upstream sources