SB2019101411 - Multiple vulnerabilities in Popup-Maker < plugin for WordPress
Published: October 14, 2019 Updated: October 21, 2019
Breakdown by Severity
- 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:
- curl http://www.your-domain-with-popup-maker.com/?pum_action=tools_page_tab_system_info
- 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.