Skip to main content

Themify Builder CVE-2026-57369

| EUVDEUVD-2026-43443 HIGH
Cross-site Scripting (XSS) (CWE-79)
2026-07-13 Patchstack
7.1
CVSS 3.1 · Vendor: Patchstack
Share

Severity by source

Vendor (Patchstack) PRIMARY
7.1 HIGH
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
vuln.today AI
7.1 HIGH

Network-reachable reflected XSS needs a victim click (UI:R) and no attacker auth (PR:N); script runs cross-context (S:C) with limited C/I/A impact.

3.1 AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (Patchstack).

CVSS VectorVendor: Patchstack

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

2
Analysis Generated
Jul 13, 2026 - 11:07 vuln.today
CVE Published
Jul 13, 2026 - 08:41 cve.org
HIGH 7.1

DescriptionCVE.org

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in themifyme Themify Builder themify-builder allows Reflected XSS.This issue affects Themify Builder: from n/a through <= 7.7.4.

AnalysisAI

Reflected cross-site scripting in the Themify Builder WordPress plugin (versions up to and including 7.7.4) lets remote attackers inject arbitrary script that executes in a victim's browser when they follow a crafted link. The CVSS 3.1 base score of 7.1 reflects unauthenticated exploitation with a scope change, though it requires user interaction. No public exploit has been identified at time of analysis, and the issue is not listed in CISA KEV.

Technical ContextAI

Themify Builder is a drag-and-drop page-builder plugin for WordPress used to construct page layouts and content modules. The root cause is CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically a reflected variant: user-controllable input is echoed back into an HTTP response (typically a page parameter, search field, or builder request) without proper output encoding or sanitization, so the browser interprets attacker-supplied markup as executable script. The affected CPE is cpe:2.3:a:themifyme:themify_builder:*:*:*:*:*:*:*:*, covering all releases through 7.7.4. Reflected XSS differs from stored XSS in that the payload is not persisted server-side but delivered per-request, meaning exploitation hinges on luring a victim to a malicious URL.

RemediationAI

No vendor-released patch version was identified in the available data; the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/themify-builder/vulnerability/wordpress-themify-builder-plugin-7-7-4-cross-site-scripting-xss-vulnerability) lists the flaw as affecting through 7.7.4, so administrators should monitor for and apply a release later than 7.7.4 once published and confirm via the Themify changelog. As compensating controls until a fix is confirmed, deploy a WordPress-aware WAF or Patchstack's virtual patching to filter reflected XSS payloads on plugin request parameters (trade-off: rule tuning may cause false positives on legitimate builder requests), restrict access to builder/preview endpoints to authenticated editors where feasible, and consider a Content-Security-Policy header disallowing inline script to blunt payload execution (trade-off: strict CSP can break themes or page-builder inline scripts and requires testing). Because this is reflected XSS, user awareness against clicking untrusted links pointing at the site also reduces exposure.

Share

CVE-2026-57369 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy