CVE-2026-1916 HIGH

CVE-2026-1916: WPGSI: Spreadsheet Integration <= 3.8.3 - Missing Authorization to Unauthenticated Arbitrary Post Creation and Deletion via Forged Base64 Token

Vendor Javmah
Product WPGSI: Spreadsheet Integration
Weakness CWE-862 · Missing authorization
Published February 25, 2026
Last update April 8, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

What the vulnerability does

01Description

The WPGSI: Spreadsheet Integration plugin for WordPress is vulnerable to unauthorized modification and loss of data due to missing capability checks and an insecure authentication mechanism on the `wpgsi_callBackFuncAccept` and `wpgsi_callBackFuncUpdate` REST API functions in all versions up to, and including, 3.8.3. Both REST endpoints use `permission_callback => '__return_true'`, allowing unauthenticated access. The plugin's custom token-based validation relies on a Base64-encoded JSON object containing the user ID and email address, but is not cryptographically signed. This makes it possible for unauthenticated attackers to forge tokens using publicly enumerable information (admin user ID and email) to create, modify, and delete arbitrary WordPress posts and pages, granted they know the administrator's email address and an active integration ID with remote updates enabled.

Explanation of Vulnerability in Simple Terms

02Summary

WPGSI: Spreadsheet Integration versions 3.8.3 and earlier lack proper authorization checks, allowing unauthenticated attackers to modify data through the plugin. The vulnerability requires no user interaction and can be exploited remotely over the network. Site administrators should update to a version newer than 3.8.3 immediately.

What an attacker can do

03Attacker Capabilities

Modify or corrupt spreadsheet data and plugin settings without logging in.

Potential impact on your site

04Site Impact

Attackers can alter or delete spreadsheet content integrated with your site without any credentials.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

February 25, 2026 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE