CVE-2025-68517

8.1 HIGH

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Tablesome WordPress plugin that allows attackers to bypass access controls. It affects all WordPress sites running Tablesome versions up to and including 1.1.35.1, potentially enabling unauthorized access to restricted functionality.

💻 Affected Systems

Products:
  • WordPress Tablesome Plugin
Versions: n/a through <= 1.1.35.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable Tablesome versions installed and activated.

⚠️ 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 could modify, delete, or create table data without authorization, potentially compromising sensitive information or disrupting website functionality.

🟠

Likely Case

Unauthorized users accessing or manipulating table data they shouldn't have permission to view or modify.

🟢

If Mitigated

Proper access controls would prevent unauthorized access, limiting impact to legitimate users only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of WordPress plugin structure but no special tools.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 1.1.35.1

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/tablesome/vulnerability/wordpress-tablesome-plugin-1-1-35-1-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins > Installed Plugins
3. Find Tablesome plugin
4. Click 'Update Now' if available
5. If no update available, download latest version from WordPress repository
6. Deactivate old version, upload new version, activate

🔧 Temporary Workarounds

Disable Tablesome Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate tablesome

Restrict Access via .htaccess

linux

Add access restrictions to Tablesome plugin directories

# Add to .htaccess in wp-content/plugins/tablesome/
Order Deny,Allow
Deny from all

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the WordPress admin interface
  • Enable detailed logging and monitoring for unauthorized access attempts to Tablesome functionality

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Tablesome version number

Check Version:

wp plugin get tablesome --field=version

Verify Fix Applied:

Verify Tablesome version is greater than 1.1.35.1 and test access controls

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to Tablesome endpoints
  • Failed authorization attempts for table operations

Network Indicators:

  • Unusual traffic patterns to /wp-content/plugins/tablesome/ endpoints

SIEM Query:

source="wordpress.log" AND ("tablesome" AND ("unauthorized" OR "access denied"))

🔗 References

📤 Share & Export