SB2020031310 - Multiple vulnerabilities in Popup Builder – Responsive WordPress Pop up – Subscription & Newsletter plugin



SB2020031310 - Multiple vulnerabilities in Popup Builder – Responsive WordPress Pop up – Subscription & Newsletter plugin

Published: March 13, 2020

Security Bulletin ID SB2020031310
Severity
Medium
Patch available
YES
Number of vulnerabilities 2
Exploitation vector Remote access
Highest impact Data manipulation

Breakdown by Severity

Medium 50% Low 50%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 2 secuirty vulnerabilities.


1) Stored cross-site scripting (CVE-ID: CVE-2020-10196)

The disclosed vulnerability allows a remote attacker to perform cross-site scripting (XSS) attacks.

The vulnerability exists due to insufficient sanitization of user-supplied data passed via the "allPopupData" parameter in "wp-admin/admin-ajax.php". A remote attacker can inject and execute arbitrary HTML and script code in user's browser in context of vulnerable website.

Successful exploitation of this vulnerability may allow a remote attacker to steal potentially sensitive information, change appearance of the web page, perform phishing and drive-by-download attacks.


2) Improper access control (CVE-ID: CVE-2020-10195)

The vulnerability allows a remote attacker to gain unauthorized access to otherwise restricted functionality.

The vulnerability exists due to improper access restrictions in several actions. A remote authenticated attacker can send a specially crafted HTTP POST request and export a list of all newsletter subscribers, export system configuration information and grant themselves access to various features of the plugin.

The vulnerable actions included:

  • add_action('admin_post_csv_file', array($this, 'getSubscribersCsvFile'));
  • add_action('admin_post_sgpb_system_info', array($this, 'getSystemInfoFile'));
  • add_action('admin_post_sgpbSaveSettings', array($this, 'saveSettings'), 10, 1);

Remediation

Install update from vendor's website.