SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-6440

MEDIUM · CVSS 4.3 EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-07-10 · Last synced 2026-08-09

CyberRota Analysis

AI-Generated

The GoodMeet plugin for WordPress is vulnerable to Cross-Site Request Forgery due to a lack of nonce verification in the reset_credential() function, affecting versions up to 1.1.8. This vulnerability allows unauthenticated attackers to potentially reset the plugin's Google Meet API credentials and OAuth tokens, disrupting the integration for site administrators. WordPress site owners using this plugin should prioritize patching to mitigate the risk of unauthorized credential resets.

CVE
CVE-2026-6440
Severity
MEDIUM
CVSS
4.3
EPSS
0.16%
WordPress

Original NVD Description

The GoodMeet – Google Meet Integration for Webinar, Meeting & Video Conference plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to and including 1.1.8. This is due to a missing nonce verification in the reset_credential() function, which handles the wp_ajax_goodmeet_reset_google_meet_credential AJAX action. While the function does verify the user's capability (manage_options), it does not validate a nonce, making it susceptible to CSRF attacks. This makes it possible for unauthenticated attackers to trick a site administrator into clicking a malicious link that will reset (delete) the plugin's stored Google Meet API credentials (goodmeet_google_credentials) and OAuth tokens (goodmeet_google_token), effectively disabling the Google Meet integration on the site.