SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-81925

LOW · CVSS 2.1 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Concrete CMS versions prior to 9.5.3 are vulnerable to reflected cross-site scripting due to improper handling of user-supplied custom date formats in conversation messages. This flaw allows attackers to execute arbitrary JavaScript in the browsers of users who unknowingly submit a crafted POST request, exacerbated by the lack of a CSRF token on the endpoint. Organizations using affected versions should prioritize patching this vulnerability to mitigate potential exploitation risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-81925
Severity
LOW
CVSS
2.1
EPSS
0.37%
Java

Original NVD Description

Concrete CMS before 9.5.3 improperly neutralized a user-supplied custom date format when rendering conversation messages, resulting in reflected cross-site scripting. An attacker could execute arbitrary JavaScript in the browser of a user who was tricked into submitting a crafted POST request to the conversation view endpoint. Exploitation was aided by the absence of a CSRF token on the endpoint, which allowed the payload to be delivered through an auto-submitting cross-origin POST without authentication. The Concrete CMS security team gave this vulnerability a CVSS v4.0 score of 2.1 with vector CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N. Thanks Yonatan Drori from Tenzai for reporting.