critical CVSS 9.8

CVE-2024-6459·PHP vulnerability

The News Element Elementor Blog Magazine WordPress plugin before 1.0.6 is vulnerable to Local File Inclusion via the template parameter. This makes it possible for unauthenticated attacker to include and execute PHP files on the server, allowing the execution of any PHP code in those files.

Severity
critical
Software
PHP
Fixed in
1.0.6
Published
2024-08-17

Affected versions

Until: 1.0.6

Fixed in: 1.0.6

How to fix this CVE

Immediately upgrade the News Element Elementor Blog Magazine WordPress plugin to version 1.0.6 or later to patch the Local File Inclusion vulnerability that allows unauthenticated attackers to execute arbitrary PHP code. If you cannot update immediately, disable or remove the plugin until a patched version can be deployed. Review your server logs for signs of exploitation targeting the template parameter.

sudo dnf update php

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

GET|POST.*template=\.\.\/|GET|POST.*template=%2e%2e%2f|GET|POST.*template=['"].*\.(php|txt|log|conf)

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Implement WAF rules to block any HTTP requests containing the 'template' parameter with path traversal sequences (../, ..\, %2e%2e%2f, %252e%252e%252f) or suspicious file extensions (.php, .conf, .log, .env). Additionally, enforce strict input validation on WordPress plugin parameters and consider disabling the plugin at the web server level if an immediate update is not feasible.

How to check if you are affected

  1. Step 1: Check if PHP and WordPress are running with: php -v && wp --version (if WP-CLI is installed)
  2. Step 2: Verify the News Element Elementor Blog Magazine plugin version by checking wp-content/plugins/news-element-elementor/news-element-elementor.php for the 'Version:' header line
  3. Step 3: Search Apache/Nginx access logs for requests containing 'template=' parameter followed by file paths: grep -r 'template=' /var/log/apache2/access.log* /var/log/nginx/access.log*
  4. Step 4: Confirm the plugin has been updated to version 1.0.6+ by re-checking the version header after applying updates

FAQ

What is CVE-2024-6459?

CVE-2024-6459 is a critical Local File Inclusion vulnerability in the News Element Elementor Blog Magazine WordPress plugin that allows unauthenticated attackers to include arbitrary PHP files and execute code on the web server by manipulating the template parameter.

Is CVE-2024-6459 being actively exploited?

CVE-2024-6459 is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, and no public exploits have been published, though organizations should still treat this critical vulnerability with high priority.

What versions of PHP are affected by CVE-2024-6459?

The vulnerability affects the News Element Elementor Blog Magazine WordPress plugin in versions prior to 1.0.6. All PHP versions running this vulnerable plugin are at risk.

How do I check if my server is vulnerable to CVE-2024-6459?

Navigate to wp-content/plugins/news-element-elementor/ and check the plugin header for version information, or use: grep -i 'Version:' /path/to/wordpress/wp-content/plugins/news-element-elementor/news-element-elementor.php. If the version is below 1.0.6, your site is vulnerable.

Does Defensia detect CVE-2024-6459?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If PHP and the vulnerable WordPress plugin are installed on a monitored server, CVE-2024-6459 will appear in your dashboard with remediation steps.

Related PHP CVEs

CVE-2025-25174CVSS 10Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in beeteam368 BeeTeam368 Extensions beeteam368-extensions allows PHP Local File Inclusion.This issue affects BeeTeam368 Extensions: from n/a through <= 1.9.4.
CVE-2025-46348CVSS 10YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.
CVE-2026-39337CVSS 10ChurchCRM is an open-source church management system. Prior to 7.1.0, critical pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The "$dbPassword" variable is not sanitized. This vulnerability exists due to an incomplete fix for CVE-2025-62521. This vulnerability is fixed in 7.1.0.
CVE-2025-62521CVSS 10ChurchCRM is an open-source church management system. Prior to version 5.21.0, a pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The vulnerability exists in `setup/routes/setup.php` where user input from the setup form is directly concatenated into a PHP configuration template without any validation or sanitization. Any parameter in the setup form can be used to inject PHP code that gets written to `Include/Config.php`, which is then executed on every page load. This is more severe than typical authenticated RCE vulnerabilities because it requires no credentials and affects the installation process that administrators must complete. Version 5.21.0 patches the issue.
CVE-2024-5932CVSS 10The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.14.1 via deserialization of untrusted input from the 'give_title' parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to execute code remotely, and to delete arbitrary files.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-6459. Free for 1 server.

Get started free