CVE-2024-11154

4.3 MEDIUM

📋 TL;DR

This vulnerability allows authenticated WordPress users with Subscriber-level access or higher to view revision history of posts and pages, potentially exposing sensitive draft content, editorial comments, or unpublished changes. All WordPress sites using the PublishPress Revisions plugin are affected.

💻 Affected Systems

Products:
  • PublishPress Revisions WordPress plugin
Versions: All versions up to and including 3.5.15
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled 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 could extract sensitive unpublished content, confidential editorial comments, or draft posts containing proprietary information, leading to data leaks or competitive intelligence gathering.

🟠

Likely Case

Low-privilege users viewing revision history they shouldn't have access to, potentially seeing draft content or editorial comments.

🟢

If Mitigated

Minimal impact if proper access controls and monitoring are in place to detect unauthorized access attempts.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but only Subscriber-level permissions, which are commonly granted to many users.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.5.16

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3192492/

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find 'PublishPress Revisions'
4. Click 'Update Now' if available
5. Or download version 3.5.16+ from WordPress.org and manually update

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the PublishPress Revisions plugin until patched

wp plugin deactivate publishpress-revisions

Restrict user roles

all

Limit Subscriber and Contributor role assignments to trusted users only

🧯 If You Can't Patch

  • Implement strict access controls and monitor user activity for unauthorized revision viewing
  • Use web application firewall rules to block suspicious AJAX requests to the vulnerable endpoint

🔍 How to Verify

Check if Vulnerable:

Check plugin version in WordPress admin under Plugins → Installed Plugins. If version is 3.5.15 or lower, you are vulnerable.

Check Version:

wp plugin get publishpress-revisions --field=version

Verify Fix Applied:

Verify plugin version is 3.5.16 or higher and test that Subscriber users cannot access revision diffs via AJAX requests.

📡 Detection & Monitoring

Log Indicators:

  • Multiple AJAX requests to admin-ajax.php with 'action=revisionary_ajax_revision_diffs' from low-privilege users
  • Unusual pattern of post revision access from Subscriber accounts

Network Indicators:

  • POST requests to /wp-admin/admin-ajax.php with action parameter containing 'revisionary_ajax_revision_diffs'

SIEM Query:

source="wordpress" action="admin-ajax" user_role="subscriber" post_data="*revisionary_ajax_revision_diffs*"

🔗 References

📤 Share & Export