<?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/"><channel><title>GEO My WP Plugin &lt;= 4.5.5 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/geo-my-wp-plugin--4.5.5/</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>Sat, 30 May 2026 10:17:22 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/geo-my-wp-plugin--4.5.5/feed.xml" rel="self" type="application/rss+xml"/><item><title>GEO my WP WordPress Plugin SQL Injection Vulnerability (CVE-2026-9757)</title><link>https://feed.craftedsignal.io/briefs/2026-05-geo-my-wp-sqli/</link><pubDate>Sat, 30 May 2026 10:17:22 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-geo-my-wp-sqli/</guid><description>The GEO my WP plugin for WordPress is vulnerable to SQL Injection (CVE-2026-9757) via the 'swlatlng' and 'nelatlng' parameters, allowing unauthenticated attackers to extract sensitive information from the database by injecting SQL queries into a BETWEEN clause.</description><content:encoded><![CDATA[<p>The GEO my WP plugin, a WordPress plugin designed for location-based functionality, contains a SQL injection vulnerability (CVE-2026-9757) in versions up to and including 4.5.5. The vulnerability lies within the handling of the &lsquo;swlatlng&rsquo; and &rsquo;nelatlng&rsquo; parameters, which are used to define geographical boundaries for searches. These parameters are extracted from the <code>$_SERVER['QUERY_STRING']</code> array using <code>parse_str()</code>, bypassing the standard WordPress magic quotes protection, and are subsequently incorporated into a SQL query without proper sanitization or validation. This flaw enables unauthenticated attackers to inject arbitrary SQL code into the query, potentially leading to the extraction of sensitive data from the WordPress database. Successful exploitation requires the presence of the <code>[gmw form=&quot;results&quot; form_id=N]</code> shortcode on a publicly accessible page and at least one post with an associated <code>gmw_location</code> entry.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker crafts a malicious HTTP request targeting a WordPress page containing the <code>[gmw form=&quot;results&quot; form_id=N]</code> shortcode.</li>
<li>The malicious request includes the <code>swlatlng</code> and/or <code>nelatlng</code> parameters in the URL&rsquo;s query string, containing SQL injection payloads.</li>
<li>WordPress&rsquo;s <code>parse_str()</code> function parses the query string from <code>$_SERVER['QUERY_STRING']</code>, extracting the injected parameters. Critically, this bypasses <code>wp_magic_quotes</code> protection.</li>
<li>The <code>gmw_get_locations_within_boundaries_sql()</code> function receives the unsanitized <code>swlatlng</code> and <code>nelatlng</code> parameters.</li>
<li>The <code>explode()</code> function splits the parameters by commas, creating fragments.</li>
<li>These fragments are directly interpolated into a SQL <code>BETWEEN</code> clause within the <code>gmw_get_locations_within_boundaries_sql()</code> function without any validation (e.g. <code>is_numeric()</code>), casting to float, or sanitization (e.g. <code>esc_sql()</code> or <code>$wpdb-&gt;prepare()</code>).</li>
<li>The injected SQL code is executed against the WordPress database.</li>
<li>The attacker extracts sensitive information, such as user credentials or other plugin data, from the database using the injected SQL queries.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL injection vulnerability (CVE-2026-9757) allows unauthenticated attackers to execute arbitrary SQL queries against the WordPress database. This can lead to the disclosure of sensitive information, including user credentials, database configurations, and other confidential data stored within the database. A successful attack could compromise the entire WordPress installation and potentially any other applications sharing the same database server. The CVSS v3.1 base score for this vulnerability is 7.5, indicating a high severity.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the GEO my WP plugin to the latest version, which includes a fix for CVE-2026-9757.</li>
<li>Deploy the Sigma rule &ldquo;Detect CVE-2026-9757 Exploitation Attempt — GEO my WP SQL Injection&rdquo; to your SIEM to detect exploitation attempts based on suspicious query string parameters.</li>
<li>Monitor web server logs for requests containing the <code>swlatlng</code> and <code>nelatlng</code> parameters in the query string with SQL injection syntax, as detected by the Sigma rule above.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve</category><category>sqli</category><category>wordpress</category><category>plugin</category><category>geomywp</category></item></channel></rss>