CVE-2024-6845 – SmartSearchWP < 2.4.6 - Unauthenticated OpenAI Key Disclosure
https://notcve.org/view.php?id=CVE-2024-6845
The Chatbot with ChatGPT WordPress plugin before 2.4.6 does not have proper authorization in one of its REST endpoint, allowing unauthenticated users to retrieve the encoded key and then decode it, thereby leaking the OpenAI API key The Chatbot with ChatGPT WordPress plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the wdgpt_retrieve_api_key() function in all versions up to, and including, 2.4.5. This makes it possible for unauthenticated attackers to retrieve an OpenAI key. • https://wpscan.com/vulnerability/cfaaa843-d89e-42d4-90d9-988293499d26 • CWE-862: Missing Authorization •
CVE-2024-6846 – SmartSearchWP <= 2.4.4 - Unauthenticated Log Purge
https://notcve.org/view.php?id=CVE-2024-6846
The Chatbot with ChatGPT WordPress plugin before 2.4.5 does not validate access on some REST routes, allowing for an unauthenticated user to purge error and chat logs The Chatbot with ChatGPT WordPress plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the wdgpt_purge_chat_logs and wdgpt_purge_error_logs functions in all versions up to, and including, 2.4.4. This makes it possible for unauthenticated attackers to purge logs. • https://wpscan.com/vulnerability/d48fdab3-669c-4870-a2f9-6c39a7c25fd8 • CWE-862: Missing Authorization •
CVE-2024-6847 – SmartSearch WP <= 2.4.4 - Unauthenticated SQLi
https://notcve.org/view.php?id=CVE-2024-6847
The Chatbot with ChatGPT WordPress plugin before 2.4.5 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by unauthenticated users when submitting messages to the chatbot. The Chatbot with ChatGPT WordPress plugin for WordPress is vulnerable to SQL Injection in all versions up to, and including, 2.4.4 due to 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 that can be used to extract sensitive information from the database. • https://wpscan.com/vulnerability/baa860bb-3b7d-438a-ad54-92bf8e21e851 • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •
CVE-2024-6843 – SmartSearch WP <= 2.4.4 - Unauthenticated Stored XSS
https://notcve.org/view.php?id=CVE-2024-6843
The Chatbot with ChatGPT WordPress plugin before 2.4.5 does not sanitise and escape user inputs, which could allow unauthenticated users to perform Stored Cross-Site Scripting attacks against admins The Chatbot with ChatGPT WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 2.4.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. • https://wpscan.com/vulnerability/9a5cb440-065a-445a-9a09-55bd5f782e85 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •