updated info
parent
197711ba5e
commit
db61f8a095
|
@ -1,22 +1,23 @@
|
||||||
id: CVE-2024-3922
|
id: CVE-2024-3922
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Dokan Pro <= 3.10.3 - Unauthenticated SQL Injection
|
name: Dokan Pro <= 3.10.3 - SQL Injection
|
||||||
author: securityforeveryone
|
author: securityforeveryone
|
||||||
severity: critical
|
severity: critical
|
||||||
description: |
|
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.
|
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.
|
||||||
impact: |
|
impact: |
|
||||||
Unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
|
Unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
|
||||||
remediation: Fixed in 3.11.0
|
remediation: |
|
||||||
|
Fixed in 3.11.0
|
||||||
reference:
|
reference:
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2024-3922
|
|
||||||
- https://dokan.co/docs/wordpress/changelog/
|
- https://dokan.co/docs/wordpress/changelog/
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2024-3922
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
max-request: 1
|
max-request: 2
|
||||||
publicwww-query: "/wp-content/plugins/dokan-pro/"
|
publicwww-query: "/wp-content/plugins/dokan-pro/"
|
||||||
tags: cve,cve2024,dokan,wp-plugin,wordpress,wp,dokan-pro
|
tags: cve,cve2024,dokan,wp-plugin,wordpress,wp,dokan-pro,sqli
|
||||||
|
|
||||||
flow: http(1) && http(2)
|
flow: http(1) && http(2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue