CVE-2021-24404

CVE-2021-24404: WP-Board <= 1.1 (beta) - Unauthenticated SQL Injection

Vendor Unknown
Product WP-Board
Weakness CWE-89 · SQLi
Published September 20, 2021
Last update August 3, 2024

CVSS base score

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

September 20, 2021 CVE published
August 3, 2024 Record updated