CVE-2023-2608: Multiple Page Generator Plugin <= 3.3.17 - Cross-Site Request Forgery to SQL Injection
The Multiple Page Generator Plugin for WordPress is vulnerable to Cross-Site Request Forgery leading to time-based SQL Injection via the orderby and order parameters in versions up to, and including, 3.3.17 due to missing nonce verification on the projectslist function and insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries leading to resource exhaustion via a forged request granted they can trick an administrator into performing an action such as clicking on a link. Version 3.3.18 addresses the SQL Injection, which drastically reduced the severity.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the vulnerability ID?
The vulnerability ID is CVE-2023-2608.
What is the severity of CVE-2023-2608?
The severity of CVE-2023-2608 is medium.
How does CVE-2023-2608 affect the Multiple Page Generator Plugin for WordPress?
CVE-2023-2608 affects the Multiple Page Generator Plugin for WordPress by making it vulnerable to Cross-Site Request Forgery and time-based SQL Injection.
What is the affected version of the Multiple Page Generator Plugin for WordPress?
The affected version of the Multiple Page Generator Plugin for WordPress is up to and including version 3.3.17.
How can CVE-2023-2608 be exploited?
CVE-2023-2608 can be exploited by manipulating the orderby and order parameters in the projects_list function.