← Vulnerability feed

Vulnerability record · CVE-2024-3922 · published 13 June 2024

CVE-2024-3922: Dokan Pro WordPress plugin unauthenticated SQL injection via code parameter

Dokan · Dokan

Dokan Pro for WordPress, in versions up to and including 3.10.3, fails to escape the 'code' parameter and does not properly prepare its SQL query, allowing SQL injection. Because the flaw is reachable without authentication, any remote attacker can inject SQL into existing queries and read sensitive data from the site's database.

9.8 CVSS 3.1 Critical EPSS 53% · top 1.1% CWE-89 · SQL injection
9.8CVSS 3.1 base score
53%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
4References
17 Jun 2026Last modified by NVD

Description

The Dokan Pro plugin for WordPress is vulnerable to SQL Injection via the 'code' parameter in all versions up to, and including, 3.10.3 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.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

critical priorityUnauthenticated network-reachable SQL injection with CVSS 9.8 and very high EPSS makes this an urgent patch-first issue.

What it is

Dokan Pro for WordPress, in versions up to and including 3.10.3, fails to escape the 'code' parameter and does not properly prepare its SQL query, allowing SQL injection. Because the flaw is reachable without authentication, any remote attacker can inject SQL into existing queries and read sensitive data from the site's database.

Impact

An attacker can extract sensitive information from the WordPress database, including user credentials, order and customer data, and other stored secrets. The CVSS vector also rates high integrity and availability impact, so data modification or disruption is possible.

Attack surface

Reachable over the network through the plugin's handling of the 'code' parameter; the CVSS vector shows no privileges and no user interaction required, so it is unauthenticated and remotely triggerable.

Exploitation

Not listed in CISA KEV and no public exploit tag appears in the references, but EPSS is 0.52915 (98.9th percentile), indicating a high modeled likelihood of exploitation.

What to do

  • Update Dokan Pro to a version later than 3.10.3, per the vendor changelog.
  • If patching is not immediately possible, disable the Dokan Pro plugin or restrict access to the affected endpoint.
  • Deploy a WAF rule blocking SQL injection patterns targeting the 'code' parameter.
  • Rotate database and WordPress credentials if compromise is suspected.
  • Review database and web logs for anomalous queries or requests containing SQL syntax in the 'code' parameter.

Detection

  • Search web server and WAF logs for requests with SQL keywords or comment sequences in the 'code' parameter.
  • Monitor database query logs for unexpected UNION, SELECT, or stacked query patterns from the WordPress application.
  • Alert on outbound or unusual database reads of user and order tables following plugin endpoint access.
  • Correlate requests to Dokan Pro endpoints with subsequent authentication or data exfiltration activity.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2024-3922 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2022-3915Dokan sql injection vulnerabilityThe Dokan WordPress plugin before 3.7.6 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL inject…EPSS 1.1%8.8CVE-2023-34382Dokan deserialization of untrusted data vulnerabilityDeserialization of Untrusted Data vulnerability in weDevs Dokan – Best WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Et…EPSS 0.68%8.1CVE-2023-26525Dokan sql injection vulnerabilityImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in weDevs Dokan – Best WooCommerce Multivendor Mar…EPSS 0.57%5.4CVE-2022-3194Dokan cross-site scripting vulnerabilityThe Dokan WordPress plugin before 3.6.4 allows vendors to inject arbitrary javascript in product reviews, which may allow them to run stored XSS atta…EPSS 0.49%4.3CVE-2020-36748Dokan cross-site request forgery vulnerabilityThe Dokan plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 3.0.8. This is due to missing or incorre…EPSS 0.46%9.8CVE-2026-76461Cisco AsyncOS email parsing SQL injection allows root command executionCisco AsyncOS Software for Cisco Secure Email Gateway fails to properly validate email parsing input, allowing crafted email messages containing mali…KEVEPSS 28%analysed9.3CVE-2026-9586Sangoma Switchvox unauthenticated SQL injection in /pa endpointSangoma Switchvox SMB Edition 8.3 (104997) fails to sanitize the PhoneIP value from XML content beginning with <PolycomIPPhone> before concatenating …KEVEPSS 19%analysed10.0CVE-2026-72898Metabase unauthenticated SQL injection in reset_password endpointMetabase exposes a database endpoint, '/reset_password', that fails to neutralize attacker-supplied SQL, allowing arbitrary SQL injection. Because th…KEVEPSS 19%analysed

Source: NIST National Vulnerability Database (record CVE-2024-3922), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.