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.
Published: 2026-07-10
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

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 flaw arises from 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 that the user has the manage_options capability, it does not validate a nonce, allowing CSRF attacks. As a result, an unauthenticated attacker can trick a site administrator into clicking a malicious link that deletes the plugin’s stored Google Meet API credentials (goodmeet_google_credentials) and OAuth tokens (goodmeet_google_token). The impact is the disabling of the Google Meet integration on the site, leading to service disruption for users who rely on that functionality. The weakness is classed as CWE‑352 and does not provide direct code execution, data exfiltration, or privilege escalation.

Affected Systems

The vulnerability affects the sovlix GoodMeet – Google Meet Integration for Webinar, Meeting & Video Conference WordPress plugin. Versions 1.1.8 and any earlier releases are impacted. Sites that have upgraded past version 1.1.8 no longer contain the flaw. No other software products are listed as affected.

Risk and Exploitability

Based on the description, it is inferred that the likely attack vector is a phishing or social‑engineering campaign that targets an authenticated site administrator. The attacker’s exploit requires the victim to click a crafted link that submits an authorized request to admin‑ajax.php with the wp_ajax_goodmeet_reset_google_meet_credential action. No special network privileges are required beyond normal administrator access. The EPSS score of less than 1% indicates that automated exploitation is currently unlikely, and the flaw is not recorded in CISA’s KEV catalog. If an admin inadvertently follows a malicious link, the plugin’s stored credentials are instantly removed, rendering the Google Meet integration unusable, which constitutes a moderate but immediate administrative disruption.

Generated by OpenCVE AI on July 29, 2026 at 11:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update GoodMeet to a version newer than 1.1.8.
  • Disable or block the wp_ajax_goodmeet_reset_google_meet_credential AJAX action for requests lacking a valid nonce, for example by adding a custom nonce check or by removing the action from the front‑end.
  • If an immediate upgrade is not feasible, insert a custom nonce check to block unauthenticated requests.
  • Limit access to the WordPress admin area by IP restriction or a web‑application firewall to reduce the chance that administrators encounter a malicious link.
  • Monitor server logs for unexpected POST or GET requests to admin‑ajax.php with the wp_ajax_goodmeet_reset_google_meet_credential action and investigate any suspicious activity.

Generated by OpenCVE AI on July 29, 2026 at 11:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 15:15:00 +0000

Type Values Removed Values Added
First Time appeared Sovlix
Sovlix goodmeet – Google Meet Integration For Webinar, Meeting & Video Conference
Wordpress
Wordpress wordpress
Vendors & Products Sovlix
Sovlix goodmeet – Google Meet Integration For Webinar, Meeting & Video Conference
Wordpress
Wordpress wordpress

Fri, 10 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 09:00:00 +0000

Type Values Removed Values Added
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.
Title GoodMeet <= 1.1.8 - Cross-Site Request Forgery to Google Meet Credential Reset via 'goodmeet_reset_google_meet_credential'
Weaknesses CWE-352
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N'}


Subscriptions

Sovlix Goodmeet – Google Meet Integration For Webinar, Meeting & Video Conference
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-10T17:01:30.572Z

Reserved: 2026-04-16T18:12:33.622Z

Link: CVE-2026-6440

cve-icon Vulnrichment

Updated: 2026-07-10T16:50:32.820Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:15:04Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)