Skip to main content

Dokan Pro EUVDEUVD-2026-39166

| CVE-2026-12077 HIGH
SQL Injection (CWE-89)
2026-06-25 Wordfence GHSA-8r4g-qxjq-qwgc
7.5
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
7.5 HIGH

Unauthenticated network-reachable parameter (AV:N/PR:N/UI:N), straightforward blind injection (AC:L), read-only data disclosure so C:H but I:N/A:N.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
Jun 25, 2026 - 04:31 vuln.today
CVE Published
Jun 25, 2026 - 03:42 nvd
HIGH 7.5

DescriptionCVE.org

The Dokan Pro plugin for WordPress is vulnerable to time-based SQL Injection via the via 'latitude' and 'longitude' parameters in all versions up to, and including, 5.0.4 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. 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.

AnalysisAI

SQL injection in the Dokan Pro WordPress multivendor marketplace plugin (all versions ≤ 5.0.4) lets unauthenticated remote attackers inject SQL through the 'latitude' and 'longitude' request parameters, enabling extraction of arbitrary database contents such as user credentials, API keys, and order data. The flaw is time-based (blind) and requires no authentication or user interaction, but no public exploit code or active exploitation has been identified at time of analysis. No EPSS or CISA KEV signal was provided in the source data.

Technical ContextAI

Dokan Pro is the commercial extension of the Dokan multivendor marketplace plugin for WordPress (vendor wedevs/weDevs), used to run e-commerce sites where many sellers operate storefronts; the 'latitude'/'longitude' parameters relate to vendor/store geolocation features. The vulnerability is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). The root cause, per the description, is that user-supplied latitude/longitude values are insufficiently escaped and concatenated into an existing SQL query without proper parameterization (e.g. WordPress $wpdb->prepare()), allowing attacker-controlled input to break out of the intended query context and append additional SQL. The affected CPE is cpe:2.3:a:wedevs:dokan_pro:*:*:*:*:*:*:*:*.

RemediationAI

Upgrade Dokan Pro to a version later than 5.0.4 as soon as the vendor's patched release is available; the input data does not name an exact fixed version, so No vendor-released patch version is independently confirmed at time of analysis - consult the vendor advisory at https://dokan.co/ and the Wordfence record at https://www.wordfence.com/threat-intel/vulnerabilities/id/6565e345-3374-43d9-9789-f0d9138dc3e8?source=cve to obtain the corrected build. Until patched, deploy a WAF or WordPress firewall (such as Wordfence) with rules to block SQL metacharacters in the 'latitude' and 'longitude' parameters, which may produce false positives on legitimate decimal coordinate input and should be tuned. As a stronger interim control, restrict or disable the vendor geolocation/store-location feature that consumes these parameters if your deployment does not require it, accepting loss of map/location functionality for sellers. Ensure database accounts used by WordPress have least-privilege grants to limit the scope of any data disclosure.

Share

EUVD-2026-39166 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy