CVE-2026-3567: CWE-862 Missing Authorization in sweetdaisy86 RepairBuddy – Repair Shop CRM & Booking Plugin for WordPress
The RepairBuddy – Repair Shop CRM & Booking Plugin for WordPress is vulnerable to unauthorized access in all versions up to, and including, 4.1132. The plugin exposes two AJAX handlers that, when combined, allow any authenticated user to modify admin-level plugin settings. First, the wc_rb_get_fresh_nonce() function (registered via wp_ajax and wp_ajax_nopriv hooks) allows any user to generate a valid WordPress nonce for any arbitrary action name by simply providing the nonce_name parameter, with no capability checks. Second, the wc_rep_shop_settings_submission() function only verifies the nonce (wcrb_main_setting_nonce) but performs no current_user_can() capability check before updating 15+ plugin options via update_option(). This makes it possible for authenticated attackers, with subscriber-level access and above, to modify all plugin configuration settings including business name, email, logo, menu label, GDPR settings, and more by first minting a valid nonce via the wc_rb_get_fresh_nonce endpoint and then calling the settings submission handler.
AI Analysis
Technical Summary
The RepairBuddy – Repair Shop CRM & Booking Plugin for WordPress up to version 4.1132 contains a missing authorization vulnerability (CWE-862) identified as CVE-2026-3567. The vulnerability stems from two AJAX handlers exposed by the plugin. The first handler, wc_rb_get_fresh_nonce(), is registered for both authenticated and unauthenticated users (via wp_ajax and wp_ajax_nopriv hooks) and allows any user to generate a valid WordPress nonce for any arbitrary action name by supplying a nonce_name parameter. Critically, this function performs no capability checks, enabling low-privilege users to mint valid nonces. The second handler, wc_rep_shop_settings_submission(), accepts settings updates and verifies only the nonce (wcrb_main_setting_nonce) but does not check the current user's capabilities using current_user_can(). This handler updates over 15 plugin options via update_option(), including sensitive settings like business name, email, logo, menu labels, and GDPR configurations. By chaining these two flaws, an authenticated user with minimal privileges (subscriber or higher) can generate a valid nonce and submit unauthorized changes to admin-level plugin settings. The vulnerability does not require user interaction beyond authentication and can be exploited remotely over the network. The CVSS 3.1 base score is 5.3 (medium), reflecting the lack of confidentiality or availability impact but acknowledging the integrity impact and ease of exploitation. No patches or known exploits are currently documented, but the issue poses a significant risk to the integrity of plugin configurations and potentially to business operations relying on these settings.
Potential Impact
The primary impact of CVE-2026-3567 is the unauthorized modification of critical plugin settings by low-privilege authenticated users. This can lead to altered business information, misleading contact details, tampered branding elements such as logos, and incorrect GDPR compliance settings. Such changes can disrupt customer interactions, damage brand reputation, and potentially lead to regulatory non-compliance. While the vulnerability does not directly expose sensitive data or cause denial of service, the integrity compromise can facilitate further attacks or social engineering by presenting falsified information. Organizations relying on the RepairBuddy plugin for CRM and booking functions may experience operational disruptions or loss of customer trust. Additionally, attackers could leverage the altered settings to embed malicious links or redirect users, increasing the risk of phishing or malware distribution. The vulnerability's exploitation requires only subscriber-level access, which is commonly granted to registered users, increasing the attack surface. Given the widespread use of WordPress and the plugin's niche in repair shop management, the threat affects both small businesses and larger enterprises using this solution.
Mitigation Recommendations
To mitigate CVE-2026-3567, organizations should immediately update the RepairBuddy plugin to a patched version once available from the vendor. In the absence of an official patch, administrators should restrict user roles to minimize the number of authenticated users with subscriber or higher privileges. Implement strict role-based access controls and audit user accounts regularly to detect unauthorized privilege escalations. As a temporary workaround, disable or restrict access to the vulnerable AJAX endpoints by using web application firewall (WAF) rules or custom code snippets that verify user capabilities before processing requests. Monitor plugin settings for unauthorized changes and maintain regular backups of configuration data to enable quick restoration. Additionally, consider isolating the WordPress environment and limiting plugin usage to trusted users only. Engage with the plugin vendor to encourage timely patch releases and subscribe to vulnerability advisories for ongoing updates. Finally, educate users about the risks of unauthorized access and enforce strong authentication mechanisms to reduce the likelihood of compromised accounts.
Affected Countries
United States, United Kingdom, Germany, Canada, Australia, France, India, Brazil, Japan, Netherlands
CVE-2026-3567: CWE-862 Missing Authorization in sweetdaisy86 RepairBuddy – Repair Shop CRM & Booking Plugin for WordPress
Description
The RepairBuddy – Repair Shop CRM & Booking Plugin for WordPress is vulnerable to unauthorized access in all versions up to, and including, 4.1132. The plugin exposes two AJAX handlers that, when combined, allow any authenticated user to modify admin-level plugin settings. First, the wc_rb_get_fresh_nonce() function (registered via wp_ajax and wp_ajax_nopriv hooks) allows any user to generate a valid WordPress nonce for any arbitrary action name by simply providing the nonce_name parameter, with no capability checks. Second, the wc_rep_shop_settings_submission() function only verifies the nonce (wcrb_main_setting_nonce) but performs no current_user_can() capability check before updating 15+ plugin options via update_option(). This makes it possible for authenticated attackers, with subscriber-level access and above, to modify all plugin configuration settings including business name, email, logo, menu label, GDPR settings, and more by first minting a valid nonce via the wc_rb_get_fresh_nonce endpoint and then calling the settings submission handler.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The RepairBuddy – Repair Shop CRM & Booking Plugin for WordPress up to version 4.1132 contains a missing authorization vulnerability (CWE-862) identified as CVE-2026-3567. The vulnerability stems from two AJAX handlers exposed by the plugin. The first handler, wc_rb_get_fresh_nonce(), is registered for both authenticated and unauthenticated users (via wp_ajax and wp_ajax_nopriv hooks) and allows any user to generate a valid WordPress nonce for any arbitrary action name by supplying a nonce_name parameter. Critically, this function performs no capability checks, enabling low-privilege users to mint valid nonces. The second handler, wc_rep_shop_settings_submission(), accepts settings updates and verifies only the nonce (wcrb_main_setting_nonce) but does not check the current user's capabilities using current_user_can(). This handler updates over 15 plugin options via update_option(), including sensitive settings like business name, email, logo, menu labels, and GDPR configurations. By chaining these two flaws, an authenticated user with minimal privileges (subscriber or higher) can generate a valid nonce and submit unauthorized changes to admin-level plugin settings. The vulnerability does not require user interaction beyond authentication and can be exploited remotely over the network. The CVSS 3.1 base score is 5.3 (medium), reflecting the lack of confidentiality or availability impact but acknowledging the integrity impact and ease of exploitation. No patches or known exploits are currently documented, but the issue poses a significant risk to the integrity of plugin configurations and potentially to business operations relying on these settings.
Potential Impact
The primary impact of CVE-2026-3567 is the unauthorized modification of critical plugin settings by low-privilege authenticated users. This can lead to altered business information, misleading contact details, tampered branding elements such as logos, and incorrect GDPR compliance settings. Such changes can disrupt customer interactions, damage brand reputation, and potentially lead to regulatory non-compliance. While the vulnerability does not directly expose sensitive data or cause denial of service, the integrity compromise can facilitate further attacks or social engineering by presenting falsified information. Organizations relying on the RepairBuddy plugin for CRM and booking functions may experience operational disruptions or loss of customer trust. Additionally, attackers could leverage the altered settings to embed malicious links or redirect users, increasing the risk of phishing or malware distribution. The vulnerability's exploitation requires only subscriber-level access, which is commonly granted to registered users, increasing the attack surface. Given the widespread use of WordPress and the plugin's niche in repair shop management, the threat affects both small businesses and larger enterprises using this solution.
Mitigation Recommendations
To mitigate CVE-2026-3567, organizations should immediately update the RepairBuddy plugin to a patched version once available from the vendor. In the absence of an official patch, administrators should restrict user roles to minimize the number of authenticated users with subscriber or higher privileges. Implement strict role-based access controls and audit user accounts regularly to detect unauthorized privilege escalations. As a temporary workaround, disable or restrict access to the vulnerable AJAX endpoints by using web application firewall (WAF) rules or custom code snippets that verify user capabilities before processing requests. Monitor plugin settings for unauthorized changes and maintain regular backups of configuration data to enable quick restoration. Additionally, consider isolating the WordPress environment and limiting plugin usage to trusted users only. Engage with the plugin vendor to encourage timely patch releases and subscribe to vulnerability advisories for ongoing updates. Finally, educate users about the risks of unauthorized access and enforce strong authentication mechanisms to reduce the likelihood of compromised accounts.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2026-03-04T20:38:56.613Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69bdda57b462d409683a8c35
Added to database: 3/20/2026, 11:37:59 PM
Last enriched: 3/20/2026, 11:40:37 PM
Last updated: 3/21/2026, 3:08:40 AM
Views: 7
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.