CVE-2026-100522
Deferred Deferred - Pending Action

Reflected XSS in Cotonti message.php via lng Parameter

Vulnerability report for CVE-2026-100522, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-26

Last updated on: 2026-09-26

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-26
Last Modified
2026-09-26
Generated
2026-09-26
AI Q&A
2026-09-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cotonti cotonti to 1.0.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-100522 is a reflected cross-site scripting (XSS) vulnerability in Cotonti versions up to 1.0.0. The issue occurs in message.php where the lng parameter is not properly escaped before being reflected in a confirmation dialog. Attackers can exploit this by crafting malicious URLs with script payloads in the lng parameter to execute arbitrary JavaScript in victims' browsers.

Detection Guidance

To detect this reflected XSS vulnerability, monitor network traffic for requests to message.php with the lng parameter containing script tags or unusual payloads. Check server logs for suspicious URLs like 'message.php?lng=<script>alert(1)</script>'. Use tools like Burp Suite or OWASP ZAP to intercept and inspect requests for the lng parameter.

Impact Analysis

This vulnerability allows unauthenticated attackers to execute arbitrary JavaScript in your browser session when you visit a crafted link. This could lead to session hijacking, theft of cookies or sensitive data, defacement of web pages, or redirection to malicious sites. Users of vulnerable Cotonti installations are at risk if they interact with untrusted links.

Compliance Impact

This XSS vulnerability could lead to unauthorized access to user data, which may violate GDPR's data protection requirements or HIPAA's security rules for protected health information. Organizations using vulnerable Cotonti versions may face compliance violations if user data is compromised through this flaw.

Mitigation Strategies

Immediately update Cotonti to the latest patched version. If patches are not available, apply input validation to sanitize the lng parameter in message.php. Consider implementing a web application firewall (WAF) to block malicious payloads in the lng parameter. Review and restrict user-supplied input handling in all parameters.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-100522. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart