Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Lifecycle Timeline
7DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in skygroup Reebox reebox allows Reflected XSS.This issue affects Reebox: from n/a through < 1.4.8.
AnalysisAI
A reflected Cross-Site Scripting (XSS) vulnerability exists in the skygroup Reebox WordPress theme due to improper neutralization of user input during web page generation. This vulnerability affects Reebox versions prior to 1.4.8, allowing attackers to inject malicious scripts that execute in the context of a victim's browser when they click a crafted link. While CVSS and EPSS scores are not publicly available, the CWE-79 classification and Patchstack reporting indicate this is a confirmed, real vulnerability with active disclosure through the EUVD database (EUVD-2026-15671).
Technical ContextAI
The vulnerability is rooted in CWE-79: Improper Neutralization of Input During Web Page Generation, commonly known as reflected XSS. The Reebox theme (CPE: cpe:2.3:a:skygroup:reebox:*:*:*:*:*:*:*:*) is a WordPress theme component that generates dynamic web pages. The root cause is the failure to sanitize or escape user-supplied input before rendering it in HTML responses. An attacker can craft a malicious URL containing JavaScript code that, when processed by Reebox during page generation, is reflected back to the user's browser without proper encoding or filtering, causing the malicious script to execute with the privileges of the vulnerable web application.
RemediationAI
Immediately upgrade the Reebox theme to version 1.4.8 or later, which includes the security patch. Site administrators should navigate to their WordPress dashboard, access the Themes section, and update Reebox to the patched version. For environments where immediate patching is not feasible, implement input validation and output encoding at the application level by adding custom WordPress filters to sanitize reflected parameters, and consider deploying a Web Application Firewall (WAF) with XSS detection rules. Additionally, enforce Content Security Policy (CSP) headers to restrict inline script execution and mitigate reflected XSS impact. Refer to the Patchstack advisory at https://patchstack.com/database/Wordpress/Theme/reebox/vulnerability/wordpress-reebox-theme-1-4-8-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve for version-specific patch details and timing.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15671
GHSA-8f6c-5r4r-c5w9