CVE-2023-37984 – Quiz And Survey Master <= 8.1.10 - Excessive Quiz Attempts
https://notcve.org/view.php?id=CVE-2023-37984
The Quiz And Survey Master plugin for WordPress is vulnerable to exessive quiz attempts due to a missing validation checks on the ajax_submit_results() function in versions up to, and including, 8.1.10. This makes it possible for unauthenticated attackers to bypass the set limits for the number of times a user can attempt a quiz. • CWE-799: Improper Control of Interaction Frequency •
CVE-2023-27919
https://notcve.org/view.php?id=CVE-2023-27919
Authentication bypass vulnerability in NEXT ENGINE Integration Plugin (for EC-CUBE 2.0 series) all versions allows a remote unauthenticated attacker to alter the information stored in the system. • https://jvn.jp/en/jp/JVN50862842 https://main.next-engine.com/Usernotice/detail?id=1054 • CWE-287: Improper Authentication •
CVE-2023-28787 – WordPress Quiz And Survey Master plugin <= 8.1.4 - Unauthenticated SQL Injection vulnerability
https://notcve.org/view.php?id=CVE-2023-28787
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in ExpressTech Quiz And Survey Master.This issue affects Quiz And Survey Master: from n/a through 8.1.4. Neutralización inadecuada de elementos especiales utilizados en una vulnerabilidad de comando SQL ("Inyección SQL") en ExpressTech Quiz And Survey Master. Este problema afecta a Quiz And Survey Master: desde n/a hasta 8.1.4. The Quiz and Survey Master plugin for WordPress is vulnerable to SQL Injection via the 'question_ids_[XX]' cookie in versions up to, and including, 8.1.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://patchstack.com/database/vulnerability/quiz-master-next/wordpress-quiz-and-survey-master-plugin-8-1-4-unauthenticated-sql-injection-vulnerability?_s_id=cve • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •
CVE-2022-29649
https://notcve.org/view.php?id=CVE-2022-29649
Qsmart Next v4.1.2 was discovered to contain a cross-site scripting (XSS) vulnerability. Se ha detectado que Qsmart Next versión v4.1.2, contiene una vulnerabilidad de tipo cross-site scripting (XSS) • http://qsmart.com https://gist.github.com/arifseyda/bce00ed14562975d1a96d1d9a0660ec7 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2022-31186 – Leakage of excessive information into log in next-auth
https://notcve.org/view.php?id=CVE-2022-31186
NextAuth.js is a complete open source authentication solution for Next.js applications. An information disclosure vulnerability in `next-auth` before `v4.10.2` and `v3.29.9` allows an attacker with log access privilege to obtain excessive information such as an identity provider's secret in the log (which is thrown during OAuth error handling) and use it to leverage further attacks on the system, like impersonating the client to ask for extensive permissions. This issue has been patched in `v4.10.2` and `v3.29.9` by moving the log for `provider` information to the debug level. In addition, we added a warning for having the `debug: true` option turned on in production. If for some reason you cannot upgrade, you can user the `logger` configuration option by sanitizing the logs. • https://github.com/nextauthjs/next-auth/security/advisories/GHSA-p6mm-27gq-9v3p https://next-auth.js.org/configuration/options#logger https://next-auth.js.org/getting-started/upgrade-v4 https://next-auth.js.org/warnings#debug_enabled • CWE-532: Insertion of Sensitive Information into Log File •