Sceawere
Vulnerability Detail
CVE-2026-32476UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Brave Conversion Engine Unauthenticated XSS
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.1
- Creation Date
- 3h ago
- Vendor
- AmpleByte Pvt Limited
- Product
- Brave Conversion Engine (PRO)
- Attack Type
- CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
- Attack Complexity
- LOW
Narrative and Response
Description
Unauthenticated Cross Site Scripting (XSS) in Brave Conversion Engine (PRO) <= 0.8.6 versions.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.1",
"pubDate": "2026-08-24T12:16:51.340Z",
"pubdate": "2026-08-24T12:16:51.340Z",
"executiveSummary": "An unauthenticated Cross-Site Scripting (XSS) vulnerability has been identified in the Brave Conversion Engine (PRO) plugin, specifically affecting versions 0.8.6 and prior. This security flaw enables remote attackers to inject malicious client-side scripts, typically JavaScript, into vulnerable web pages viewed by other users. The vulnerability arises from insufficient sanitization of user-supplied input handled by the affected software. Successful exploitation of this vulnerability can lead to severe security implications, including the potential theft of session cookies, session hijacking, redirection of users to malicious external sites, and unauthorized manipulation of the DOM within the context of the victim's browser session. Because the vulnerability is unauthenticated, no prior access or credentials are required by the threat actor to initiate an attack. Exploitation relies on tricking a user into interacting with a specially crafted URL or payload rendered by the vulnerable application over the network. Organizations utilizing the affected product face significant risk to user data integrity and client-side confidentiality until appropriate security updates are applied.",
"technicalDetails": "The vulnerability resides within the Brave Conversion Engine (PRO) plugin for versions 0.8.6 and below. The root cause of the issue stems from a failure in the application logic to properly sanitize, filter, or encode user-supplied input parameters before reflecting them back in the Hypertext Markup Language (HTML) response or processing them via vulnerable endpoints. Consequently, the component processes untrusted data as executable code rather than plain text.\nNetwork exposure for this vulnerability is external, as the vulnerable endpoints are accessible over standard web protocols (HTTP/HTTPS) without requiring any authentication or specific privilege levels. An attacker can craft a malicious uniform resource locator (URL) containing an arbitrary JavaScript payload targeted at the vulnerable parameter and distribute it to potential victims.\nThe step-by-step attack flow proceeds as follows: First, the unauthenticated attacker crafts a malicious payload incorporating executable JavaScript designed to perform unauthorized actions, such as accessing the document.cookie object or executing arbitrary DOM manipulations. Second, the attacker delivers this payload to a target user via social engineering, phishing, or other distribution vectors, embedding the malicious payload within the parameters processed by the Brave Conversion Engine (PRO). Third, when the victim's browser requests the crafted URL, the server processes the input and reflects the malicious script back within the HTTP response without adequate output encoding or sanitization. Fourth, the victim's browser parses the HTTP response, fails to distinguish between legitimate application code and injected markup, and executes the malicious script within the security context of the victim's active session.\nPost-exploitation impact includes the execution of arbitrary JavaScript in the victim's browser context, potentially leading to session token exfiltration, account takeover, keylogging, and unauthorized interaction with the underlying web application on behalf of the authenticated user."
}