CVE-2025-58613

5.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the Barn2 Plugins Posts Table with Search & Sort WordPress plugin. It allows attackers to bypass intended access controls and potentially view or manipulate restricted content. All WordPress sites using affected versions of this plugin are vulnerable.

💻 Affected Systems

Products:
  • Barn2 Plugins Posts Table with Search & Sort WordPress Plugin
Versions: All versions up to and including 1.4.10
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: The vulnerability affects all installations using the plugin's table functionality with access-controlled content.

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

Unauthenticated attackers could access sensitive posts, pages, or custom post types that should be restricted, potentially exposing confidential information or allowing content manipulation.

🟠

Likely Case

Attackers with some site access could escalate privileges to view content they shouldn't have access to, leading to information disclosure.

🟢

If Mitigated

With proper access controls and authentication mechanisms in place, the impact would be limited to authorized users only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of WordPress access control mechanisms and the plugin's table functionality.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 1.4.10

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/posts-data-table/vulnerability/wordpress-posts-table-with-search-sort-plugin-1-4-10-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 'Posts Table with Search & Sort'. 4. Click 'Update Now' if available, or download latest version from WordPress repository. 5. Activate updated plugin.

🔧 Temporary Workarounds

Disable Plugin

WordPress

Temporarily disable the vulnerable plugin until patching is possible

wp plugin deactivate posts-table-with-search-sort

Restrict Access via .htaccess

Apache

Add access restrictions to plugin directories

Order Deny,Allow
Deny from all

🧯 If You Can't Patch

  • Implement additional access control checks in theme or custom code
  • Remove or restrict the plugin's table functionality from sensitive areas

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Posts Table with Search & Sort' version 1.4.10 or earlier

Check Version:

wp plugin get posts-table-with-search-sort --field=version

Verify Fix Applied:

Verify plugin version is higher than 1.4.10 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to restricted content via table endpoints
  • Multiple failed authorization checks in plugin logs

Network Indicators:

  • Unusual requests to /wp-content/plugins/posts-table-with-search-sort/ endpoints

SIEM Query:

source="wordpress.log" AND "posts-table-with-search-sort" AND ("access denied" OR "unauthorized")

🔗 References

📤 Share & Export