Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Network-reachable WordPress theme, no attacker auth (PR:N), but requires victim click (UI:R); reflected XSS escapes theme scope into admin context (S:C) with limited C/I/A impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Cross Site Scripting (XSS) in Kapee < 1.7.1 versions.
AnalysisAI
Reflected/stored cross-site scripting in the Kapee WordPress theme versions prior to 1.7.1 allows remote unauthenticated attackers to inject arbitrary script that executes in a victim's browser after user interaction, with a scope change that can impact other components beyond the vulnerable theme. No public exploit identified at time of analysis, but the vulnerability was disclosed via Patchstack with a CVSS of 7.1, reflecting the unauthenticated nature combined with required user interaction.
Technical ContextAI
Kapee is a commercial WordPress theme developed by Presslayouts (CPE cpe:2.3:a:presslayouts:kapee) typically used for e-commerce and WooCommerce-based storefronts. The flaw is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), meaning user-controlled input is rendered into HTML/JavaScript responses without adequate output encoding or sanitization. Because WordPress themes commonly render shortcodes, search parameters, product fields, and AJAX endpoints, a CWE-79 issue in the theme layer typically arises from echoing request parameters or unescaped option values into page templates.
RemediationAI
Upgrade the Kapee theme to version 1.7.1 or later, which is the fixed release per Patchstack's advisory at https://patchstack.com/database/wordpress/theme/kapee/vulnerability/wordpress-kapee-theme-1-7-1-cross-site-scripting-xss-vulnerability. Until the upgrade can be applied, deploy a WordPress-aware WAF (such as Patchstack's vPatching or Wordfence) with rules blocking script-injection payloads on theme-handled endpoints, restrict /wp-admin access to known IPs to limit administrator exposure to crafted links, and enforce a strict Content-Security-Policy header disallowing inline scripts - noting that aggressive CSP can break legitimate theme functionality and should be tested in staging. Also instruct administrators to avoid following untrusted links to the site while logged in.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37606