What the vulnerability does
01Description
The Dealia – Request a quote plugin for WordPress is vulnerable to unauthorized modification of data due to missing capability checks on multiple AJAX handlers in all versions up to, and including, 1.0.7. The admin nonce (DEALIA_ADMIN_NONCE) is exposed to all users with edit_posts capability (Contributor+) via wp_localize_script() in PostsController.php, while the AJAX handlers in AdminSettingsController.php only verify the nonce without checking current_user_can('manage_options'). This makes it possible for authenticated attackers, with Contributor-level access and above, to reset the plugin configuration.
Explanation of Vulnerability in Simple Terms
02Summary
Dealia – Request a quote versions 1.0.7 and earlier lack proper authorization checks. A logged-in user with low privileges can modify data they should not have access to. The vulnerability does not expose sensitive information or disrupt service availability, but allows unauthorized changes to site content or settings.
What an attacker can do
03Attacker Capabilities
Modify data or settings without proper authorization.
Potential impact on your site
04Site Impact
Unauthorized users may alter quotes, requests, or plugin settings.
Conditions required to exploit
05Prerequisites
Attacker must be logged in with a low-privilege account.
Key dates
06Disclosure timeline
February 19, 2026
CVE published
April 8, 2026
Record updated