Description
Cotonti through 1.0.0 contains a reflected cross-site scripting vulnerability in message.php where the lng parameter is not properly escaped before output in the confirmation dialog. Unauthenticated attackers can craft malicious links with script payloads in the lng parameter to execute arbitrary JavaScript in victim browser sessions.
Published: 2026-09-26
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: Cross-Site Scripting
Action: Patch
AI Analysis

Impact

The vulnerability is a reflected cross‑site scripting flaw in Cotonti version 1.0.0, where the language parameter in message.php is not adequately escaped before being echoed back in a confirmation dialog. An attacker can embed arbitrary JavaScript within that parameter, causing it to execute in the browsers of any user who opens the malicious link. The impact is confined to client‑side compromise, enabling credential theft, session hijacking, or defacement within the context of the affected application.

Affected Systems

Cotonti, version 1.0.0, is the only documented affected release. Users running this version of the Cotonti Siena stack are potentially vulnerable.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity, with no network restriction but a requirement for user interaction. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting no confirmed widespread exploitation yet. Exploitation requires an unauthenticated attacker to craft a link with a malicious language value and persuade a victim to click it, making it a typical phishing or social engineering vector.

Generated by OpenCVE AI on September 26, 2026 at 02:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Cotonti to the latest release (1.0.1 or newer) where the lng parameter is properly escaped.
  • If upgrading immediately is not possible, sanitize the lng parameter in message.php by applying an HTML‑escaping function before outputting it.
  • Deploy a web application firewall or content security policy that blocks inline scripts in confirmation dialogs to reduce the risk of script execution.

Generated by OpenCVE AI on September 26, 2026 at 02:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 26 Sep 2026 01:15:00 +0000

Type Values Removed Values Added
Description Cotonti through 1.0.0 contains a reflected cross-site scripting vulnerability in message.php where the lng parameter is not properly escaped before output in the confirmation dialog. Unauthenticated attackers can craft malicious links with script payloads in the lng parameter to execute arbitrary JavaScript in victim browser sessions.
Title Cotonti through 1.0.0 Reflected XSS via message.php lng parameter
First Time appeared Cotonti
Cotonti cotonti Siena
Weaknesses CWE-79
CPEs cpe:2.3:a:cotonti:cotonti_siena:*:*:*:*:*:*:*:*
Vendors & Products Cotonti
Cotonti cotonti Siena
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Cotonti Cotonti Siena
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-26T00:59:23.634Z

Reserved: 2026-09-26T00:48:21.175Z

Link: CVE-2026-100522

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-26T01:17:00.700

Modified: 2026-09-26T01:17:00.823

Link: CVE-2026-100522

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T02:45:02Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')