### [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%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20SQL%20Injection&color=brightgreen) ### 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 - https://github.com/20142995/nuclei-templates