Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Unauthenticated reflected XSS (PR:N) needing victim click (UI:R) with browser-context scope change (S:C); low C/I but no genuine availability impact, so A:N.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Cross Site Scripting (XSS) in NativeChurch <= 4.8.8.2 versions.
AnalysisAI
Reflected cross-site scripting in the NativeChurch WordPress theme (versions 4.8.8.2 and earlier, by imithemes) allows unauthenticated attackers to inject arbitrary JavaScript that executes in a victim's browser when they follow a crafted link. The CVSS 3.1 vector (7.1) reflects a scope change with limited confidentiality, integrity, and availability impact, and requires victim interaction. No public exploit identified at time of analysis and it is not listed in CISA KEV; the issue was disclosed through Patchstack's WordPress vulnerability database.
Technical ContextAI
NativeChurch is a commercial WordPress theme distributed by imithemes (identified by the CPE cpe:2.3:a:imithemes:nativechurch), targeted at church and religious organization websites. The flaw is a CWE-79 improper neutralization of input during web page generation: user-controllable input is reflected back into an HTTP response without adequate output encoding or input sanitization, so an attacker-supplied value is rendered as executable markup in the page. Because this is a reflected (non-persistent) variant, the malicious payload is delivered via the request itself - typically a URL parameter handled by a theme template or endpoint - rather than being stored server-side.
RemediationAI
Upgrade the NativeChurch theme to a release newer than 4.8.8.2 once imithemes publishes a fixed version; the input data does not specify an exact patched version, so consult the Patchstack advisory (https://patchstack.com/database/wordpress/theme/nativechurch/vulnerability/wordpress-nativechurch-theme-4-8-8-2-reflected-cross-site-scripting-xss-vulnerability) and the imithemes vendor page to confirm the target version before upgrading. Until a fix is applied, deploy a web application firewall or WordPress virtual-patching rule (Patchstack itself offers this) to filter XSS payloads on the vulnerable parameter - the trade-off is potential false positives on legitimate rich input. As additional compensating controls, restrict access to the affected theme endpoint or disable the vulnerable theme feature if it is not needed, and educate administrators to avoid clicking untrusted links to the site since exploitation depends on victim interaction.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41330
GHSA-49cj-8cwx-rw82