CVE-2026-100523
Deferred Deferred - Pending Action

Open Redirect Vulnerability in Cotonti CMS

Vulnerability report for CVE-2026-100523, 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 an open redirect vulnerability in message.php that base64-decodes the redirect parameter without domain validation. Unauthenticated attackers can craft malicious links with encoded external URLs to redirect users to arbitrary sites via meta refresh tags for phishing attacks.

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-601 The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-100523 is an open redirect vulnerability in Cotonti CMS version 1.0.0. The issue is in the message.php file where the redirect parameter is base64-decoded without validating the domain. This allows unauthenticated attackers to craft malicious links with encoded external URLs that redirect users to arbitrary sites via meta refresh tags, enabling phishing attacks.

Detection Guidance

Check Cotonti CMS version 1.0.0 for the message.php file. Look for base64-decoded redirect parameters without domain validation. Inspect meta refresh tags in user messages for external URLs. Review session handling in common.php for improper input validation.

Impact Analysis

This vulnerability could allow attackers to trick users into visiting malicious websites through phishing links. Users might unknowingly enter sensitive information on fake sites, leading to account takeovers or malware infections. It could also be used to bypass security controls or deliver malicious payloads.

Compliance Impact

This vulnerability could lead to unauthorized data access or disclosure, violating GDPR's data protection principles and HIPAA's security requirements. Organizations may face compliance violations, fines, or reputational damage if user data is compromised through phishing attacks exploiting this flaw.

Mitigation Strategies

Upgrade Cotonti CMS to a patched version. Apply fixes from pull request #1908. Add CSRF tokens to forms, validate redirects with cot_url_check(), escape output to prevent XSS, and harden file uploads. Disable allowed classes in unserialize calls.

Chat Assistant

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

EPSS Chart