<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Verdure Core (1.2) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/verdure-core-1.2/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 25 Aug 2026 10:07:51 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/verdure-core-1.2/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Local File Inclusion Vulnerability in Verdure Core WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-verdure-core-lfi/</link><pubDate>Tue, 25 Aug 2026 10:07:51 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-verdure-core-lfi/</guid><description>An unauthenticated Local File Inclusion vulnerability in Verdure Core versions 1.2 and earlier allows remote attackers to execute arbitrary PHP code on affected WordPress sites.</description><content:encoded><![CDATA[<p>The Verdure Core plugin for WordPress contains a Local File Inclusion (LFI) vulnerability in all versions up to and including 1.2. This vulnerability stems from the improper control of filenames passed to PHP include or require statements (CWE-98). An unauthenticated attacker can manipulate the input parameters processed by the plugin to force the inclusion of arbitrary files present on the server. If an attacker can successfully upload a file containing malicious PHP code - such as an image file containing embedded shell code - they can trigger the execution of this code by including the file via the vulnerable parameter. This flaw allows for remote code execution, sensitive data exposure, and bypass of standard access controls within the WordPress environment. Defenses should focus on immediate patching or disabling the plugin until an update is applied.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance on the target WordPress site to identify the use of the Verdure Core plugin.</li>
<li>Attacker crafts a malicious payload, often hidden within a file type allowed by the site (e.g., a manipulated image file or text file containing PHP tags).</li>
<li>Attacker uses the site's legitimate file upload functionality to store the payload on the web server.</li>
<li>Attacker identifies the parameter used by the Verdure Core plugin that handles file inclusion.</li>
<li>Attacker sends a crafted HTTP request to the vulnerable endpoint, setting the inclusion parameter to point to the previously uploaded malicious file path.</li>
<li>The web server process interprets the included file as PHP, executing the embedded malicious commands.</li>
<li>Attacker gains a webshell or executes arbitrary system-level commands with the privileges of the web server user.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows unauthenticated remote attackers to execute arbitrary PHP code on the underlying web server. This can lead to full site compromise, exfiltration of sensitive database information (such as wp-config.php containing database credentials), or the establishment of persistent backdoors. As a widely used framework, WordPress sites are frequent targets for such automated LFI exploitation campaigns, potentially resulting in unauthorized administrative access or the use of the server as a pivot point for further network movement.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update the Verdure Core plugin to the latest available version that patches this vulnerability.</li>
<li>If a patch is unavailable, deactivate or remove the Verdure Core plugin from all WordPress instances.</li>
<li>Implement Web Application Firewall (WAF) rules to inspect and block HTTP requests containing path traversal sequences (e.g., ../, ..%2f) or suspicious file extensions in parameters targeted by the plugin.</li>
<li>Enable detailed web server access logging and monitor for anomalous HTTP requests targeting files in uploads directories that coincide with suspicious status codes or unusual query strings.</li>
<li>Deploy the Sigma rule below to detect attempts to exploit LFI via webserver log telemetry.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>lfi</category><category>wordpress</category><category>vulnerability</category><category>web-application</category></item></channel></rss>