Cyber Resilience

CVE-2026-32734

High

Published: 31 March 2026

Published
31 March 2026
Modified
01 April 2026
KEV Added
Patch
CVSS Score v3.1 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0001 2.3th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-32734 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Basercms Basercms. Its CVSS base score is 7.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 2.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2026-32734 is a DOM-based cross-site scripting vulnerability (CWE-79) affecting baserCMS, a website development framework. The flaw exists in the tag creation functionality in versions prior to 5.2.3. Published on 2026-03-31, it carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), indicating high severity due to network accessibility, low complexity, and changed scope despite requiring user interaction.

Unauthenticated attackers can exploit the vulnerability remotely by crafting malicious input that triggers DOM manipulation during tag creation, typically requiring a victim to interact with a malicious link or input. Exploitation enables limited impacts on confidentiality, integrity, and availability, such as potential session hijacking or minor data alteration, with the changed scope allowing effects beyond the initial user's context.

The vulnerability has been patched in baserCMS version 5.2.3. Mitigation involves upgrading to this version or later. Detailed advisories and release notes are provided at https://basercms.net/security/JVN_20837860, https://github.com/baserproject/basercms/releases/tag/5.2.3, and https://github.com/baserproject/basercms/security/advisories/GHSA-677c-xv24-crgx.

EU & UK References

Vulnerability details

baserCMS is a website development framework. Prior to version 5.2.3, baserCMS has DOM-based cross-site scripting in tag creation. This issue has been patched in version 5.2.3.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

DOM-based XSS in public-facing baserCMS directly enables remote exploitation of the web app (T1190) and arbitrary JavaScript execution in the victim browser via crafted tag input (T1059.007).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-27697Same product: Basercms Basercms
CVE-2026-30877Same product: Basercms Basercms
CVE-2026-21861Same product: Basercms Basercms
CVE-2025-32957Same product: Basercms Basercms
CVE-2026-30880Same product: Basercms Basercms
CVE-2026-30940Same product: Basercms Basercms
CVE-2026-3231Shared CWE-79
CVE-2025-23481Shared CWE-79
CVE-2025-69302Shared CWE-79
CVE-2025-23734Shared CWE-79

Affected Assets

basercms
basercms
≤ 5.2.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents DOM-based XSS exploitation by validating and sanitizing malicious inputs during tag creation in baserCMS.

prevent

Mitigates DOM-based XSS by filtering and encoding outputs before DOM manipulation in the browser.

prevent

Addresses the vulnerability through timely flaw remediation by patching baserCMS to version 5.2.3 or later.

References