---
id: CVE-2026-16614
title: >-
  The GSheetConnector – CF7 Google Sheets Connector with Real-Time Sync plugin
  for WordPress is vulnerable to generic SQL Injection via the 's' parameter in
  all versions up to, and including, 5.2.1 due to insufficient escaping on the
  user …
summary: >-
  The GSheetConnector – CF7 Google Sheets Connector with Real-Time Sync plugin
  for WordPress is vulnerable to generic SQL Injection via the 's' parameter in
  all versions up to, and including, 5.2.1 due to insufficient escaping on the
  user …
severity: medium
cvss: 4.9
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-89
published: '2026-08-01'
updated: '2026-08-01'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-16614'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/cf7-google-sheets-connector/tags/5.1.7/includes/pages/class-gs-cf7db-formEntryList.php#L34
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/cf7-google-sheets-connector/tags/5.1.7/includes/pages/class-gs-cf7db-formEntryList.php#L64
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/cf7-google-sheets-connector/tags/5.1.7/includes/pages/gs-cf7db.php#L340
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/changeset?reponame=&old=3628480%40cf7-google-sheets-connector&new=3628480%40cf7-google-sheets-connector
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/83455de5-4fb2-4782-8063-646d3daf29e5?source=cve
    label: security@wordfence.com
tags:
  - nvd
epss: 0.00442
epssPercentile: 0.35789
ingestedAt: '2026-08-02T05:17:48.353Z'
---

## Overview

The GSheetConnector – CF7 Google Sheets Connector with Real-Time Sync plugin for WordPress is vulnerable to generic SQL Injection via the 's' parameter in all versions up to, and including, 5.2.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. wp_unslash() strips magic-quote protection and sanitize_text_field() does not escape SQL metacharacters, leaving single quotes and other SQL metacharacters intact before the value is interpolated into the query.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
