cve/2021/CVE-2021-24404.md

19 lines
992 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-24404](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24404)
![](https://img.shields.io/static/v1?label=Product&message=WP-Board&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.1%20beta%3C%3D%201.1%20beta%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20SQL%20Injection&color=brighgreen)
### 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.