Qi Addons For Elementor <= 1.7.2 - Authenticated (Contributor+) Local File Inclusion
Strategic Overview
- Status
- Patched in 1.7.3
- Affected Plugin
- Qi Addons For Elementor
- Affected Version
<= 1.7.2- CVSS
- 7.5High
- Weakness type
- CWE-98 · Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
- CVE
CVE-2024-4887
At a glance
CVE-2024-4887 is a high-severity Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in the Qi Addons For Elementor WordPress plugin, affecting versions <= 1.7.2. It carries a CVSS score of 7.5 (reachable over the network; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Contributor level or above. The issue is fixed in version 1.7.3; sites on affected versions should update now. Disclosed June 2024, reported by haidv35.
Vulnerability Overview
The Qi Addons For Elementor plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.7.2 via the 'behavior' attributes found in the qi_addons_for_elementor_blog_list shortcode. This makes it possible for authenticated attackers, with Contributor-level access and above, to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included. Please note that this requires an attacker to create a non-existent directory or target an instance where file_exists won't return false with a non-existent directory in the path, in order to successfully exploit.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
Qi Addons For Elementor <= 1.7.2 carries this weakness at behavior, and reaching it takes an account at Contributor level or above. PHP file inclusion means a path used by include or require is built from request data, so the file that gets executed is under the caller's influence.
Including an attacker-influenced file executes its contents, which is why this class is routinely chained with an upload or log-poisoning step to reach code execution. For Qi Addons For Elementor the fix is 1.7.3: builds <= 1.7.2 are affected, anything from 1.7.3 onward is not.
Remediation
Update to version 1.7.3, or a newer patched version
How does WordSec protect against this?
An attacker needs Contributor access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. Classes like this one can leave something behind, so the staged malware scanner is the second half: it looks for dropped files and modified code rather than for the request that created them. None of that substitutes for the fix: Qi Addons For Elementor 1.7.3 closes this, and updating the plugin is the step that ends it.
- Firewall
- Scanner
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Qi Addons For Elementor
- 6.4CVE-2025-8146: Qi Addons for Elementor <= 1.9.2 Stored XSS
CVE-2025-8146 - 6.4CVE-2025-6252: Qi Addons For Elementor <= 1.9.1 Stored XSS
CVE-2025-6252 - 6.4CVE-2024-13699: Qi Addons For Elementor <= 1.8.7 Stored XSS
CVE-2024-13699 - 6.4CVE-2024-4364: Qi Addons For Elementor <= 1.7.2 Stored XSS
CVE-2024-4364 - 6.4CVE-2024-3309: Qi Addons For Elementor <= 1.7.0 Stored XSS
CVE-2024-3309 - 6.4CVE-2024-0826: Qi Addons For Elementor <= 1.6.7 Stored XSS
CVE-2024-0826 - 6.4CVE-2023-47680: Qi Addons For Elementor <= 1.6.4 Stored XSS
CVE-2023-47680 - 4.3CVE-2024-9530: Qi Addons For Elementor <= 1.8.0 Info Exposure
CVE-2024-9530
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C