CVE-2025-27301

7.2 HIGH

📋 TL;DR

This vulnerability allows attackers to inject malicious objects through deserialization of untrusted data in the NHR Options Table Manager WordPress plugin. Successful exploitation could lead to remote code execution or data manipulation. All WordPress sites using affected plugin versions are at risk.

💻 Affected Systems

Products:
  • NHR Options Table Manager WordPress Plugin
Versions: All versions up to and including 1.1.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin versions are affected regardless of configuration.

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

Remote code execution leading to complete site compromise, data theft, or server takeover.

🟠

Likely Case

Arbitrary PHP object injection leading to data manipulation, privilege escalation, or limited code execution.

🟢

If Mitigated

Attack blocked at WAF level or plugin disabled, minimal impact.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Requires understanding of PHP object injection techniques and WordPress plugin structure.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 1.1.2

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/nhrrob-options-table-manager/vulnerability/wordpress-nhr-options-table-manager-plugin-1-1-2-deserialization-of-untrusted-data-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'NHR Options Table Manager'. 4. Click 'Update Now' if update available. 5. If no update, deactivate and remove plugin.

🔧 Temporary Workarounds

Disable Plugin

WordPress

Deactivate the vulnerable plugin to prevent exploitation.

wp plugin deactivate nhrrob-options-table-manager

🧯 If You Can't Patch

  • Implement WAF rules to block deserialization attempts
  • Restrict plugin access to trusted IP addresses only

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → NHR Options Table Manager version. If version is 1.1.2 or lower, you are vulnerable.

Check Version:

wp plugin get nhrrob-options-table-manager --field=version

Verify Fix Applied:

Verify plugin version is higher than 1.1.2 or plugin is completely removed.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to plugin endpoints
  • PHP deserialization errors in logs
  • Unexpected plugin file modifications

Network Indicators:

  • HTTP requests containing serialized PHP objects
  • Traffic to plugin-specific endpoints with unusual payloads

SIEM Query:

source="wordpress.log" AND ("nhrrob-options-table-manager" OR "deserialization")

🔗 References

📤 Share & Export