CVE-2026-1927

5.4 MEDIUM

📋 TL;DR

The Greenshift WordPress plugin has an authorization vulnerability that allows authenticated users with Subscriber-level access or higher to retrieve sensitive plugin settings, including AI API keys. This affects all WordPress sites using Greenshift plugin versions up to 12.5.7. Attackers need valid WordPress credentials but can be low-privileged users.

💻 Affected Systems

Products:
  • Greenshift – animation and page builder blocks WordPress plugin
Versions: All versions up to and including 12.5.7
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Greenshift plugin and at least one authenticated user account.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers steal AI API keys and use them for unauthorized AI service consumption, potentially incurring significant costs or using the keys for other malicious purposes.

🟠

Likely Case

Attackers with subscriber accounts exfiltrate sensitive plugin configuration data and API keys for reconnaissance or credential harvesting.

🟢

If Mitigated

With proper access controls and monitoring, impact is limited to unauthorized data access without further system compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated access but is technically simple once credentials are obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 12.5.8 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3441535/greenshift-animation-and-page-builder-blocks/trunk/init.php

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Greenshift plugin and click 'Update Now'. 4. Verify version is 12.5.8 or higher.

🔧 Temporary Workarounds

Temporary plugin deactivation

all

Disable the Greenshift plugin until patched

wp plugin deactivate greenshift-animation-and-page-builder-blocks

Restrict user registration

all

Temporarily disable new user registration to limit attack surface

wp option update users_can_register 0

🧯 If You Can't Patch

  • Implement strict access controls and monitor for unusual API key usage
  • Rotate all AI API keys stored in Greenshift plugin settings

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins → Greenshift version. If version is 12.5.7 or lower, system is vulnerable.

Check Version:

wp plugin get greenshift-animation-and-page-builder-blocks --field=version

Verify Fix Applied:

After update, confirm Greenshift plugin version is 12.5.8 or higher in WordPress admin.

📡 Detection & Monitoring

Log Indicators:

  • Unusual API calls to Greenshift plugin endpoints from subscriber-level users
  • Multiple failed authentication attempts followed by successful login

Network Indicators:

  • HTTP requests to /wp-admin/admin-ajax.php with action=greenshift_app_pass_validation from non-admin users

SIEM Query:

source="wordpress.log" AND (uri_path="/wp-admin/admin-ajax.php" AND parameters.action="greenshift_app_pass_validation" AND user.role="subscriber")

🔗 References

📤 Share & Export