Description
Cotonti through 1.0.0 contains a reflected cross-site scripting vulnerability in the search plugin highlight parameter that performs no HTML or JavaScript escaping. Attackers can craft malicious links with injected JavaScript in the highlight parameter that executes in the browser of any visitor who opens the link, including administrators.
Published: 2026-09-26
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: Cross‑Site Scripting (Reflected XSS)
Action: Apply Patch
AI Analysis

Impact

Cotonti through version 1.0.0 contains a reflected cross‑site scripting vulnerability in its search plugin. The highlight parameter accepts unsanitized input, allowing attackers to embed malicious JavaScript that executes in a visitor’s browser when the link is opened. This flaw permits code execution under the context of the victim, potentially exposing session cookies, defacing content, or redirecting to phishing sites.

Affected Systems

All installations of Cotonti using the default search plugin up to and including version 1.0.0 are affected. The vulnerability is present in the plugin files "search.header.php" and "search.page.first.php", and affects any deployment that enables the highlight feature of the search module. Administrators or any user clicking the crafted link will trigger the flaw.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity, and the EPSS score is not available, so current exploitation probability is uncertain. The issue is not listed in the CISA KEV catalog, meaning no widely disclosed exploits are known. The attack vector is web‑based and requires only a crafted URL; no authentication or privileged access is needed. The exposure primarily threatens confidentiality and integrity in the scope of affected user sessions.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the patched version of Cotonti that incorporates the fix from pull request 1908.
  • If an immediate upgrade is not possible, disable or remove the search plugin’s highlight parameter or enable the plugin to sanitize the highlight value before rendering.
  • If disabling is not feasible, modify the plugin files to escape the highlight input using a proper HTML escaping function before output.

Generated by OpenCVE AI on September 26, 2026 at 02:32 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 the search plugin highlight parameter that performs no HTML or JavaScript escaping. Attackers can craft malicious links with injected JavaScript in the highlight parameter that executes in the browser of any visitor who opens the link, including administrators.
Title Cotonti through 1.0.0 Reflected XSS via search highlight 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:22.982Z

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

Link: CVE-2026-100521

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-100521

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')