CVE-2026-6440 PUBLISHED

GoodMeet <= 1.1.8 - Cross-Site Request Forgery to Google Meet Credential Reset via 'goodmeet_reset_google_meet_credential'

Assigner: Wordfence
Reserved: 16.04.2026 Published: 10.07.2026 Updated: 10.07.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
CVSS Score: 4.3

Product Status

Vendor sovlix
Product GoodMeet – Google Meet Integration for Webinar, Meeting & Video Conference
Versions Default: unaffected
  • affected from 0 to 1.1.8 (incl.)

Credits

  • Legion Hunter finder

References

Problem Types

  • CWE-352 Cross-Site Request Forgery (CSRF) CWE