mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 04:24:05 +02:00
19 lines
992 B
Markdown
19 lines
992 B
Markdown
### [CVE-2021-24404](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24404)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://codevigilant.com/disclosure/2021/wp-plugin-wp-board/
|
|
- https://wpscan.com/vulnerability/a86240e1-f064-4972-9f97-6b349fdd57f6
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|