CVE-2024-7687 – AZIndex <= 0.8.1 - Stored XSS via CSRF
https://notcve.org/view.php?id=CVE-2024-7687
The AZIndex WordPress plugin through 0.8.1 does not have CSRF check in some places, and is missing sanitisation as well as escaping, which could allow attackers to make logged in admin add Stored XSS payloads via a CSRF attack. The AZIndex plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.8.1. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to update plugin settings and inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. • https://wpscan.com/vulnerability/b861f18a-40ae-4989-a8e4-37df1771ae23 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE-352: Cross-Site Request Forgery (CSRF) •
CVE-2024-7688 – AZIndex <= 0.8.1 - Index Deletion via CSRF
https://notcve.org/view.php?id=CVE-2024-7688
The AZIndex WordPress plugin through 0.8.1 does not have CSRF checks in some places, which could allow attackers to make logged in admin delete arbitrary indexes via a CSRF attack The AZIndex plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.8.1. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to delete indexes via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. • https://wpscan.com/vulnerability/6c1d4354-b88b-46ca-b25a-efb9518f4955 • CWE-352: Cross-Site Request Forgery (CSRF) •