critical CVSS 9.8

CVE-2024-4258·PHP vulnerability

The Video Gallery – YouTube Playlist, Channel Gallery by YotuWP plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.3.13 via the settings parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary 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 images and other “safe” file types can be uploaded and included.

Severity
critical
Software
PHP
Fixed in
1.3.14
Published
2024-06-15

Affected versions

Until: 1.3.14

Fixed in: 1.3.14

How to fix this CVE

The YotuWP Easy YouTube Embed WordPress plugin contains a local file inclusion vulnerability that allows unauthenticated attackers to execute arbitrary PHP code. Immediately update the plugin to version 1.3.14 or later, which patches the insecure settings parameter handling. If you cannot update immediately, disable the plugin until the patch is applied.

sudo dnf upgrade php

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

POST|GET requests to wp-admin or plugin configuration endpoints containing 'yotuwp.*settings' parameters with file path traversal sequences (../, ..\, or encoded variants); PHP error logs showing 'include' or 'require' statements with user-controlled paths; requests containing patterns like 'settings=../../../../etc/passwd' or similar LFI payloads

WAF mitigation (if patching is not yet possible)

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

Block or rate-limit requests to the YotuWP plugin settings endpoint that contain path traversal characters (../, ..\ , %2e%2e%2f) in the 'settings' parameter; implement input validation rules that restrict settings parameter to whitelisted alphanumeric values only

How to check if you are affected

  1. Check installed PHP version: php -v
  2. List installed WordPress plugins: wp plugin list --allow-root (if wp-cli is available) or check /wp-content/plugins/ directory for 'yotuwp-easy-youtube-embed' folder
  3. Verify plugin version: grep -r 'Version:' /wp-content/plugins/yotuwp-easy-youtube-embed/ | head -1
  4. Confirm patch applied: Verify plugin version is 1.3.14 or higher and check file modification times of yotuwp.php around line 731 match recent updates

FAQ

What is CVE-2024-4258?

CVE-2024-4258 is a critical local file inclusion vulnerability in the YotuWP Easy YouTube Embed WordPress plugin that permits unauthenticated attackers to include and execute arbitrary PHP files from the server through an improperly validated settings parameter.

Is CVE-2024-4258 being actively exploited?

According to CISA's Known Exploited Vulnerabilities catalog, this CVE is not currently listed as actively exploited in the wild, and no public exploits have been released, though the critical severity warrants immediate patching.

What versions of the YotuWP plugin are affected by CVE-2024-4258?

All versions up to and including 1.3.13 are vulnerable; version 1.3.14 and later contain the fix.

How do I check if my WordPress site is vulnerable to CVE-2024-4258?

Run: wp plugin list --allow-root | grep yotuwp to verify if the plugin is installed, then check its version number is below 1.3.14.

Does Defensia detect CVE-2024-4258?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the YotuWP Easy YouTube Embed plugin is installed on a monitored WordPress site, CVE-2024-4258 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-4258. Free for 1 server.

Get started free