CVE-2024-53793

8.2 HIGH

📋 TL;DR

This vulnerability in eDoc Intelligence LLC's eDoc Easy Tables WordPress plugin allows attackers to perform Cross-Site Request Forgery (CSRF) attacks that lead to Blind SQL Injection. Attackers can trick authenticated administrators into executing malicious SQL queries without their knowledge. This affects all WordPress sites using eDoc Easy Tables version 1.29 and earlier.

💻 Affected Systems

Products:
  • eDoc Intelligence LLC eDoc Easy Tables WordPress Plugin
Versions: n/a through 1.29
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Attack requires tricking authenticated admin users.

⚠️ 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

Complete database compromise including data theft, data manipulation, privilege escalation, and potential remote code execution through SQL injection.

🟠

Likely Case

Unauthorized database access leading to sensitive data exposure, user information theft, and potential site defacement.

🟢

If Mitigated

Limited impact with proper CSRF protections and database permissions, potentially only allowing data viewing without modification.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires CSRF to trigger SQL injection. Requires social engineering to trick authenticated users.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 1.29

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/edoc-easy-tables/vulnerability/wordpress-edoc-easy-tables-plugin-1-29-csrf-to-sql-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'eDoc Easy Tables'. 4. Click 'Update Now' if available. 5. If no update available, deactivate and remove the plugin.

🔧 Temporary Workarounds

Implement CSRF Protection

all

Add CSRF tokens to all form submissions and AJAX requests in the plugin.

Restrict Admin Access

all

Limit admin panel access to trusted IP addresses only.

🧯 If You Can't Patch

  • Disable or remove the eDoc Easy Tables plugin immediately
  • Implement web application firewall (WAF) rules to block SQL injection patterns

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → eDoc Easy Tables → Version. If version is 1.29 or earlier, you are vulnerable.

Check Version:

wp plugin list --name='edoc-easy-tables' --field=version

Verify Fix Applied:

After update, verify plugin version is higher than 1.29. Test admin functions to ensure CSRF protection is implemented.

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts followed by admin actions
  • Unexpected admin-level actions from unusual IPs

Network Indicators:

  • POST requests to admin-ajax.php with SQL patterns
  • Requests containing SQL injection payloads
  • CSRF attack patterns in web server logs

SIEM Query:

source="web_logs" AND (uri="*/wp-admin/admin-ajax.php*" AND (query="SELECT", "UNION", "INSERT" OR body="' OR '1'='1"))

🔗 References

📤 Share & Export