The options.php file of the WP-Board WordPress plugin through 1.1 beta accepts a postid parameter which is not sanitised, escaped or validated before inserting to a SQL statement, leading to SQL injection. This is a time based SQLI and in the same function vulnerable parameter is passed twice so if we pass time as 5 seconds it takes 10 seconds to return since the query ran twice.
References
Link | Resource |
---|---|
https://codevigilant.com/disclosure/2021/wp-plugin-wp-board/ | Exploit Third Party Advisory |
https://wpscan.com/vulnerability/a86240e1-f064-4972-9f97-6b349fdd57f6 | Exploit Third Party Advisory |
https://codevigilant.com/disclosure/2021/wp-plugin-wp-board/ | Exploit Third Party Advisory |
https://wpscan.com/vulnerability/a86240e1-f064-4972-9f97-6b349fdd57f6 | Exploit Third Party Advisory |
Configurations
History
21 Nov 2024, 05:53
Type | Values Removed | Values Added |
---|---|---|
References | () https://codevigilant.com/disclosure/2021/wp-plugin-wp-board/ - Exploit, Third Party Advisory | |
References | () https://wpscan.com/vulnerability/a86240e1-f064-4972-9f97-6b349fdd57f6 - Exploit, Third Party Advisory |
28 Sep 2021, 19:54
Type | Values Removed | Values Added |
---|---|---|
References | (MISC) https://wpscan.com/vulnerability/a86240e1-f064-4972-9f97-6b349fdd57f6 - Exploit, Third Party Advisory | |
References | (MISC) https://codevigilant.com/disclosure/2021/wp-plugin-wp-board/ - Exploit, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 6.5
v3 : 8.8 |
CPE | cpe:2.3:a:wp-board_project:wp-board:*:*:*:*:*:wordpress:*:* |
20 Sep 2021, 11:58
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2021-09-20 10:15
Updated : 2024-11-21 05:53
NVD link : CVE-2021-24404
Mitre link : CVE-2021-24404
CVE.ORG link : CVE-2021-24404
JSON object : View
Products Affected
wp-board_project
- wp-board
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')