CVE-2026-77115
Received Received - Intake

Reflected XSS in Brave Popup Builder WordPress Plugin

Vulnerability report for CVE-2026-77115, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-23

Last updated on: 2026-08-23

Assigner: WPScan

Description

Brave Popup Builder (brave-popup-builder) up to version 0.8.5 reflects UTM query parameters into popup form HTML without escaping them.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-23
Last Modified
2026-08-23
Generated
2026-08-23
AI Q&A
2026-08-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
brave popup_builder to 0.8.5 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Brave Popup Builder plugin for WordPress up to version 0.8.5 has an unauthenticated reflected Cross-Site Scripting (XSS) vulnerability. It improperly handles UTM query parameters by reflecting them into popup form HTML without escaping. Attackers can inject malicious scripts via crafted links containing utm_* parameters.

Detection Guidance

To detect this vulnerability, check if the Brave Popup Builder plugin version is below 0.8.6. Inspect network traffic for reflected UTM parameters in popup forms. Look for unsanitized $_GET values in lib/frontend/Form.php functions like renderInput(), renderHidden(), or renderTextarea().

Commands: Use curl to test for XSS via UTM parameters: curl 'http://example.com/page-with-popup?utm_test=<script>alert(1)</script>'. Check plugin version via WordPress admin panel or database query.

Impact Analysis

This vulnerability allows attackers to execute malicious scripts in a victim's browser when they click a specially crafted link. Both unauthenticated users and logged-in administrators are affected if they open the malicious link on a page with a published popup containing a UTM field.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling Cross-Site Scripting (XSS) attacks. XSS vulnerabilities may allow attackers to steal sensitive user data, session tokens, or inject malicious scripts into web pages, which could lead to unauthorized access to personal or health information. This violates data protection principles under GDPR and HIPAA, which require safeguarding personal and protected health information.

Mitigation Strategies

Immediately update the Brave Popup Builder plugin to version 0.8.6 or later. Remove or disable the plugin if an update is not available. Review all popup forms for suspicious UTM parameter handling. Consider implementing a web application firewall to block XSS attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-77115. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart