CVE-2016-10908 – Booking Calendar Contact Form <= 1.0.23 - Reflected Cross-Site Scripting
https://notcve.org/view.php?id=CVE-2016-10908
The booking-calendar-contact-form plugin before 1.0.24 for WordPress has XSS. El plugin booking-calendar-contact-form antes de 1.0.24 para WordPress tiene XSS. The Booking Calendar Contact Form plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via several parameters in versions up to, and including, 1.0.23 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. • https://wordpress.org/plugins/booking-calendar-contact-form/#developers • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2016-10909 – Booking Calendar Contact Form < 1.0.24 - Blind SQL Injection
https://notcve.org/view.php?id=CVE-2016-10909
The booking-calendar-contact-form plugin before 1.0.24 for WordPress has SQL injection. El plugin booking-calendar-contact-form antes de 1.0.24 para WordPress tiene inyección SQL The Booking Calendar Contact Form plugin for WordPress is vulnerable to blind SQL Injection via the ‘id’ parameter in versions up to, and including, 1.0.23 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. • https://wordpress.org/plugins/booking-calendar-contact-form/#developers • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •