<?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>Cpe:2.3:a:wp_maps:wp_maps:*:*:*:*:*:wordpress:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3awp_mapswp_mapswordpress/</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>Fri, 25 Sep 2026 08:55:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3awp_mapswp_mapswordpress/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 WP Maps Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-09-wp-maps-lfi/</link><pubDate>Fri, 25 Sep 2026 08:55:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-wp-maps-lfi/</guid><description>An authenticated local file inclusion vulnerability in the WP Maps plugin allows subscribers to execute arbitrary PHP files on WordPress servers via the page parameter.</description><content:encoded><![CDATA[<p>The WP Maps WordPress plugin, specifically versions 4.9.8 and earlier, contains a critical security flaw categorized as Local File Inclusion (LFI). This vulnerability resides in the 'page' parameter and is accessible to any user with subscriber-level permissions or higher. An attacker can manipulate this parameter to point to arbitrary files stored on the server. If the attacker can upload a file containing malicious PHP code or leverage existing files on the host, they can force the server to execute that code. This vulnerability poses a significant risk to the integrity and confidentiality of the host environment, as it allows for bypass of application-level access controls and potential remote code execution. Defenders should prioritize updating to a patched version or auditing plugin usage to restrict access to the affected functionality.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains valid subscriber-level credentials for a WordPress site running the vulnerable plugin.</li>
<li>Attacker logs into the WordPress dashboard and navigates to the endpoint utilizing the WP Maps plugin.</li>
<li>Attacker crafts a malicious HTTP GET or POST request targeting the parameter 'page'.</li>
<li>Attacker injects a path traversal or local file path into the 'page' parameter to target a specific file on the server filesystem.</li>
<li>The plugin code fails to validate or sanitize the 'page' parameter input.</li>
<li>The PHP include function processes the path, triggering the execution of the targeted .php file.</li>
<li>Malicious code within the included file executes with the privileges of the web server user.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows attackers with low-level privileges to gain unauthorized access to sensitive server data, bypass authentication mechanisms, or achieve remote code execution. This can lead to full compromise of the web application and the underlying server environment, depending on the server's configuration and file permissions.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the WP Maps plugin to the latest version immediately to remediate CVE-2026-13456.</li>
<li>Audit access logs for suspicious HTTP requests containing directory traversal sequences (e.g., ../) within the 'page' parameter.</li>
<li>Enforce strict input validation on all plugins to prevent arbitrary file path inclusion.</li>
<li>Monitor for unexpected file uploads to directories that the web server can read or execute.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>vulnerability</category><category>lfi</category></item></channel></rss>