CVE-2026-2504 MEDIUM

CVE-2026-2504: Dealia – Request a quote <= 1.0.7 - Missing Authorization to Authenticated (Contributor+) Plugin Configuration Reset

Vendor Dealia
Product Dealia – Request a quote
Weakness CWE-862 · Missing authorization
Published February 19, 2026
Last update April 8, 2026

CVSS base score

4.3/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

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

Related vulnerabilities

08Related CVE