PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-85705 AyeCode Ltd CVE debrief

The Location Manager plugin for WordPress is vulnerable to generic SQL Injection via 'latitude' and 'longitude' REST API Parameters in all versions up to, and including, 2.3.38. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Vendor
AyeCode Ltd
Product
Location Manager
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-18
Original CVE updated
2026-09-18
Advisory published
2026-09-18
Advisory updated
2026-09-18

Who should care

Defenders responsible for WordPress installations with the Location Manager plugin should assess exposure and prioritize verification and remediation. This includes reviewing the plugin version, restricting access to sensitive REST endpoints, and monitoring for suspicious SQL queries. Additionally, defenders should consider compensating controls for exposed systems while remediation is scheduled and verified, and track exceptions and retest remediated

Why it matters

The Location Manager plugin for WordPress is vulnerable to SQL injection, allowing unauthenticated attackers to extract sensitive information from the database. Defenders should prioritize verifying and updating the plugin to prevent potential attacks.

  • Potential extraction of sensitive information from the database
  • Possible disruption of database operations
  • Need for verification of plugin version and exposure
  • Priority for updating and patching the Location Manager plugin

Technical summary

The Location Manager plugin for WordPress is vulnerable to generic SQL Injection via 'latitude' and 'longitude' REST API Parameters in all versions up to, and including, 2.3.38 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This vulnerability allows unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The injection is triggered when the orderby=lat_lon parameter is supplied, and affects multiple publicly accessible REST endpoints including geodir/v2/locations/cities, /regions, /countries, and /neighbourhoods via both the get_locations

Defensive priority

Defenders should prioritize verifying and updating the Location Manager plugin to prevent potential SQL injection attacks.

Recommended defensive actions

  • Verify and update the Location Manager plugin to the latest version
  • Restrict access to sensitive REST endpoints
  • Monitor for suspicious SQL queries
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected WordPress installations with the Location Manager plugin exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability is caused by insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. The injection is triggered when the orderby=lat_lon parameter is supplied, and affects multiple publicly accessible REST endpoints.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-85705 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-85705

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-85705 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-85705

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.