CVE-2025-30802

4.3 MEDIUM

📋 TL;DR

The WordPress Our Team Members plugin versions up to 2.2 expose sensitive system information to unauthorized users. This vulnerability allows attackers to access internal data that should be protected, potentially revealing configuration details or other sensitive information about the WordPress installation.

💻 Affected Systems

Products:
  • WordPress Our Team Members plugin
Versions: n/a through 2.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations using 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

Attackers obtain sensitive system information that could be used for further attacks, such as database credentials, file paths, or other configuration details that facilitate privilege escalation or data theft.

🟠

Likely Case

Unauthorized users access internal WordPress configuration details, plugin settings, or other non-critical but sensitive system information that could aid reconnaissance for future attacks.

🟢

If Mitigated

Limited exposure of non-critical system information with no direct path to compromise core systems or data.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

The vulnerability involves exposure of sensitive information through plugin functionality, likely requiring minimal technical skill to exploit.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.3 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/our-team-members/vulnerability/wordpress-our-team-members-plugin-2-2-sensitive-data-exposure-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Our Team Members' plugin. 4. Click 'Update Now' if update is available. 5. If no update appears, manually download version 2.3+ from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate our-team-members

Restrict Access

linux

Use web application firewall or .htaccess to restrict access to plugin endpoints

# Add to .htaccess: RewriteRule ^wp-content/plugins/our-team-members - [F,L]

🧯 If You Can't Patch

  • Remove the plugin entirely if patching is not possible
  • Implement network-level restrictions to block access to plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Our Team Members' version 2.2 or lower

Check Version:

wp plugin list --name=our-team-members --field=version

Verify Fix Applied:

Verify plugin version is 2.3 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual access patterns to plugin endpoints
  • Requests to /wp-content/plugins/our-team-members/ with unusual parameters

Network Indicators:

  • HTTP requests to plugin-specific endpoints from unauthorized IPs
  • Abnormal traffic to plugin directories

SIEM Query:

source="web_server" AND uri_path="/wp-content/plugins/our-team-members/*" AND (status=200 OR status=403)

🔗 References

📤 Share & Export