CVE-2026-32734
7.1baserproject · baserCMS
baserCMS versions prior to 5.2.3 contain a DOM-based cross-site scripting vulnerability in the tag creation functionality, allowing for potential malicious script injection.
Executive summary
A DOM-based cross-site scripting vulnerability in baserCMS versions prior to 5.2.3 poses a risk of unauthorized script execution within the context of a user session.
Vulnerability
This vulnerability is a DOM-based cross-site scripting (XSS) flaw occurring during tag creation. The vulnerability is exploitable by an unauthenticated attacker, as indicated by the CVSS vector's PR:N (Privileges Required: None) attribute.
Business impact
The exploitation of this vulnerability allows an attacker to execute malicious scripts in the victim's browser, potentially leading to session hijacking, unauthorized actions on behalf of the user, or the theft of sensitive data. With a CVSS score of 7.1, this is classified as a High severity issue. While the impact is client-side, the ability for an unauthenticated user to trigger this vulnerability necessitates immediate attention to prevent potential account takeover or site defacement.
Remediation
Immediate Action: Update baserCMS to version 5.2.3 or later to incorporate the vendor-supplied security patch.
Proactive Monitoring: Monitor web server logs for suspicious requests containing encoded script tags or unusual parameters directed at the tag creation endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with updated rulesets designed to detect and block common cross-site scripting patterns.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
Given the High severity of this cross-site scripting vulnerability, administrators should prioritize updating the baserCMS framework to version 5.2.3. Failure to patch allows unauthenticated attackers to potentially compromise user sessions, representing a significant risk to the integrity and confidentiality of the web application.