Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Unauthenticated reflected XSS (PR:N) exploitable over the network (AV:N) but needing victim click (UI:R), executing in a different origin's context (S:C) with limited script-level impact (C/I/A:L).
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Cross Site Scripting (XSS) in Automotive Car Dealership Business <= 13.3.3 versions.
AnalysisAI
Reflected cross-site scripting in the Automotive Car Dealership Business WordPress theme (versions 13.3.3 and earlier by ThemeSuite) lets unauthenticated attackers inject arbitrary JavaScript that executes in a victim's browser when they follow a crafted link. The CVSS 3.1 vector (AV:N/PR:N/UI:R/S:C) confirms network-based, unauthenticated exploitation that requires user interaction and crosses a security scope boundary. There is no public exploit identified at time of analysis and the flaw is not on CISA KEV.
Technical ContextAI
The affected component is a commercial WordPress theme (cpe:2.3:a:themesuite:automotive_car_dealership_business) targeted at car dealership websites. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), meaning user-supplied input is reflected back into an HTML response without proper output encoding or input sanitization. As a reflected XSS (per the Patchstack advisory title), the malicious payload is not stored server-side but delivered within the request itself - typically via a URL parameter - and echoed into the page, causing the browser to execute it in the context of the vulnerable site's origin.
RemediationAI
No vendor-released patch version is identified in the available data; the input confirms only that versions <= 13.3.3 are vulnerable. Consult the Patchstack advisory (https://patchstack.com/database/wordpress/theme/automotive/vulnerability/wordpress-automotive-car-dealership-business-theme-13-3-3-reflected-cross-site-scripting-xss-vulnerability) for a fixed release and upgrade to it once published. As compensating controls until a fix is applied, deploy a WordPress WAF (such as Patchstack or equivalent) with XSS rules to filter reflected payloads, which may cause false positives on legitimate query strings; and set a restrictive Content-Security-Policy header to block inline/injected script execution, noting this can break theme features that rely on inline JavaScript and requires testing. If the theme is not essential, switching to a maintained theme eliminates the exposure entirely.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41335
GHSA-8mfc-35rc-44rh