Description
The Builderall for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'bg_video_service_url' Setting in all versions up to, and including, 3.0.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Published: 2026-09-10
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Builderall for WordPress plugin accepts a background video service URL value that is stored without proper sanitization or escaping. An attacker with contributor or higher access can insert arbitrary script into this setting, which is later rendered in page output. When a user loads a page containing the injected value, the script runs in the visitor's browser, enabling attackers to steal session cookies, impersonate users, or perform other client‑side attacks. The flaw is a classic stored XSS weakness categorized as CWE‑79.

Affected Systems

Any WordPress site that has installed Builderall for WordPress version 3.0.2 or earlier, regardless of other configuration. The vulnerability affects the plugin as a whole and does not depend on site theme or other plugins, but only attackers who have logged‑on with contributor or higher privileges can insert the malicious payload.

Risk and Exploitability

The CVSS score of 6.4 indicates a moderate severity, largely due to the requirement for authenticated access to inject the payload. Because the script executes for all visitors of the affected pages, the impact on confidentiality, integrity, and availability can be high if an attacker succeeds. The EPSS score is not available, but the absence of a listing in CISA’s KEV catalog does not diminish the risk; an authenticated attacker could abuse the flaw at any time. The attack vector is internal, requiring contributor‑level or higher roles, but the resultant effect is external, affecting every site visitor who loads a page with the injected value.

Generated by OpenCVE AI on September 10, 2026 at 05:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Builderall plugin to the latest release (>= 3.0.3) where the bg_video_service_url input is properly sanitized and escaped.
  • If upgrading is not immediately possible, remove or disable the bg_video_service_url setting for contributor accounts or restrict that setting to administrators only so that attackers cannot inject scripts.
  • Configure a web application firewall or content security policy to block or sanitize script payloads in URL parameters, thereby preventing the execution of injected code on user browsers.

Generated by OpenCVE AI on September 10, 2026 at 05:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 04:00:00 +0000

Type Values Removed Values Added
Description The Builderall for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'bg_video_service_url' Setting in all versions up to, and including, 3.0.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Title Builderall for WordPress <= 3.0.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'bg_video_service_url' Setting
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-10T03:40:39.911Z

Reserved: 2026-07-14T20:22:34.381Z

Link: CVE-2026-15796

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-10T04:17:46.210

Modified: 2026-09-10T04:17:46.210

Link: CVE-2026-15796

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T05:30:16Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')