CVE-2025-63002

5.3 MEDIUM

📋 TL;DR

A missing authorization vulnerability in wpforchurch Sermon Manager WordPress plugin allows attackers to bypass intended access controls. This affects all WordPress sites running Sermon Manager versions up to 2.30.0, potentially enabling unauthorized access to restricted functionality.

💻 Affected Systems

Products:
  • wpforchurch Sermon Manager for WordPress
Versions: n/a through 2.30.0
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable Sermon Manager versions installed and activated.

⚠️ 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 modify sermon content, delete sermons, or access administrative functions they shouldn't have permission to use, potentially compromising the integrity of sermon data.

🟠

Likely Case

Unauthorized users accessing or modifying sermon content they shouldn't have permission to view or edit, potentially altering published sermons or metadata.

🟢

If Mitigated

With proper WordPress user role management and security plugins, impact is limited to users who already have some level of authenticated access.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires some level of authenticated access but can bypass intended authorization checks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.30.1 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/sermon-manager-for-wordpress/vulnerability/wordpress-sermon-manager-plugin-2-30-0-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 Sermon Manager and click 'Update Now'. 4. Verify version is 2.30.1 or higher.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Deactivate Sermon Manager plugin until patched version is available

WordPress User Role Restrictions

all

Tighten WordPress user role permissions and implement principle of least privilege

🧯 If You Can't Patch

  • Implement strict WordPress user role management with minimal necessary permissions
  • Deploy web application firewall (WAF) rules to detect and block suspicious access patterns

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins → Sermon Manager version

Check Version:

wp plugin list --name='sermon-manager' --field=version (if WP-CLI installed)

Verify Fix Applied:

Confirm Sermon Manager version is 2.30.1 or higher in WordPress plugins list

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to sermon management endpoints
  • Sermon modifications by users without proper roles

Network Indicators:

  • HTTP requests to /wp-admin/admin-ajax.php with sermon-related actions from unauthorized users

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND action CONTAINS "sermon") AND user_role NOT IN ["administrator","editor"]

🔗 References

📤 Share & Export