Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network-reachable SQLi gives PR:N/AV:N/AC:L; scope-change retained as DB spans components; raised I:N→I:L since SQLi typically allows some write/manipulation.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated SQL Injection in GeoDirectory <= 2.8.152 versions.
AnalysisAI
Unauthenticated SQL injection in the GeoDirectory WordPress plugin (versions up to and including 2.8.152) allows remote attackers to inject arbitrary SQL into backend database queries without any credentials or user interaction. The flaw was disclosed via Patchstack and tracked as EUVD-2026-36951; no public exploit identified at time of analysis, and the issue is not currently listed in CISA KEV. Given the WordPress plugin ecosystem's history of rapid weaponization for SQLi flaws, this should be treated as a priority despite the absence of confirmed in-the-wild activity.
Technical ContextAI
GeoDirectory is a WordPress plugin by Paolo (CPE: cpe:2.3:a:paolo:geodirectory) that adds business directory and geolocation listing functionality to WordPress sites, exposing public-facing search, filter, and listing endpoints that query the underlying MySQL/MariaDB database. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controlled input is concatenated or inadequately parameterized into SQL statements - a classic failure to use $wpdb->prepare() or proper escaping for parameters reaching a query. Because the vulnerability is reachable without authentication, the injection point is almost certainly an unauthenticated front-end endpoint (e.g., AJAX action, search/filter handler, or REST route) rather than an admin-only function.
RemediationAI
Upstream fix available per Patchstack advisory; released patched version not independently confirmed in the provided data, so administrators should upgrade GeoDirectory to the latest version above 2.8.152 published on wordpress.org or via the plugin's update channel and verify the installed version after upgrade. Consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/geodirectory/vulnerability/wordpress-geodirectory-plugin-2-8-152-sql-injection-vulnerability for the confirmed fixed release. If immediate patching is not possible, compensating controls include deploying a WAF rule (Patchstack, Wordfence, or ModSecurity OWASP CRS) to block SQLi payloads against GeoDirectory endpoints, temporarily deactivating the plugin if directory functionality is non-critical (side effect: directory pages will 404 or lose features), restricting access to the WordPress site behind authentication or IP allowlisting for high-risk deployments, and enabling database query logging plus rotating WordPress database credentials and admin password hashes after patching in case prior exploitation occurred.
More in Geodirectory
View allInformation disclosure in the GeoDirectory WordPress plugin (before 2.8.168) exposes the email addresses of all register
The GeoDirectory WordPress plugin before 2.8.120 does not validate and escape some of its shortcode attributes before o
The GeoDirectory Business Directory WordPress plugin before 2.1.1.3 was vulnerable to Authenticated Stored Cross-Site Sc
Cross-Site Request Forgery in the GeoDirectory WordPress plugin (versions ≤ 2.8.176) enables remote unauthenticated atta
Missing Authorization vulnerability in AyeCode - WP Business Directory Plugins GeoDirectory allows Exploiting Incorrectl
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in AyeCode Ltd GeoDir
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in AyeCode - WordPres
Stored Cross-Site Scripting in GeoDirectory WordPress plugin before 2.8.110 allows authenticated editors and higher-priv
The GeoDirectory WordPress plugin before 2.2.24 does not properly sanitise and escape a parameter before using it in a S
Cross-site scripting in the GeoDirectory WordPress plugin (versions ≤ 2.8.173) enables unauthenticated remote attackers
Stored Cross-Site Scripting in the GeoDirectory WordPress plugin (versions <= 2.8.172) enables authenticated contributor
Missing authorization in the GeoDirectory WordPress plugin (through v2.8.157) permits unauthenticated remote attackers t
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36951
GHSA-5cfj-2j7j-f96c