SB2019101411 - Multiple vulnerabilities in Popup-Maker &lt plugin for WordPress



SB2019101411 - Multiple vulnerabilities in Popup-Maker &lt plugin for WordPress

Published: October 14, 2019 Updated: October 21, 2019

Security Bulletin ID SB2019101411
Severity
Medium
Patch available
YES
Number of vulnerabilities 2
Exploitation vector Remote access
Highest impact Information disclosure

Breakdown by Severity

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

Description

This security bulletin contains information about 2 secuirty vulnerabilities.


1) Improper access control (CVE-ID: CVE-2019-17574)

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

The vulnerability exists due to calls which can be performed and require no authentication. A remote attacker can call any method which contains an action starting from "popmake_" or "pum_", execute functions which do not require arguments (e.g: PUM_Admin_Tools::sysinfo_download or PUM_Admin_Tools::sysinfo_display) and obtain information regarding WordPress Plugins (active/inactive), the Webserver Configuration, the PHP Configuration and more.

PoC:

  1. curl http://www.your-domain-with-popup-maker.com/?pum_action=tools_page_tab_system_info
  2. curl -v -d “popmake_action=popup_sysinfo&popmake-sysinfo=choose any content you like” -X POST http://www.your-domain-with-popup-maker.com/

2) Cross-site request forgery (CVE-ID: N/A)

The vulnerability allows a remote attacker to perform cross-site request forgery attacks.

The vulnerability exists due to insufficient validation of the HTTP request origin in the "_wpnonce" or "pum_tools_nonce" nonces. A remote attacker can trick the victim to visit a specially crafted web page with "popmake-system-info.txt" file and perform arbitrary actions on behalf of the victim on the vulnerable website.


Remediation

Install update from vendor's website.