CVE-2025-63002
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMissing Authorization vulnerability in wpforchurch Sermon Manager sermon-manager-for-wordpress allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Sermon Manager: from n/a through <= 2.30.0.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThis is a Missing Authorization vulnerability in the Sermon Manager plugin for WordPress. The issue allows unauthorized users to access sermon data or functionality that should be restricted due to incorrectly configured access control security levels. The vulnerability requires no privileges or user interaction to exploit, with a CVSS base score of 5.3 indicating a medium-severity access control bypass.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify Sermon Manager plugin is installedCheck for the presence of the Sermon Manager plugin in the WordPress site's plugin directory or via WordPress admin plugin listAffected if The Sermon Manager plugin is found to be installed on the WordPress site
-
Identify installed Sermon Manager versionLocate the plugin header in the main plugin file (typically wp-content/plugins/sermon-manager-for-wordpress/sermon-manager.php) or check the readme.txt file for the Version fieldAffected if The installed version cannot be determined to be 2.30.1 or higher (the patched version) or if the version is unknown
-
Confirm plugin is activeCheck the WordPress admin under Plugins > Installed Plugins to verify the Sermon Manager plugin is activatedAffected if The plugin is installed and active, exposing its functionality to the site
-
Test for unauthorized access to sermon endpointsAttempt to access typical Sermon Manager URLs or AJAX actions (such as /wp-json/sermon-manager/v1/sermons or admin-ajax.php?action=get_sermons) without authentication or any user sessionAffected if Sermon data or plugin functionality is returned without requiring WordPress user authentication or proper capability checks (such as manage_options or edit_sermons)
-
Review user role permissions for sermon functionsInspect the plugin settings under Sermon Manager > Settings to see if access control options are incorrectly set to allow public or subscriber-level access to sensitive sermon management featuresAffected if Sensitive sermon creation, editing, or deletion functions are accessible to unauthenticated users or low-privilege roles like Subscriber or Contributor
The environment is affected if the Sermon Manager plugin for WordPress is installed and active, and sermon data or management functions can be accessed without proper authentication or appropriate WordPress capability verification.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataApply the vendor patch (likely version 2.30.1 or higher) which should add proper capability checks and permission verification to all sensitive sermon management functions. Until then, restrict access to affected plugin endpoints via server-side configuration or disable public access to the sermon manager URLs.
- Consultation4.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,544.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-63002 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-63002 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data