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.
Published: 2026-09-26
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: Open Redirect
Action: Monitor
AI Analysis

Impact

Cotonti versions up to and including 1.0.0 allow an unauthenticated attacker to trigger a redirection by manipulating the redirect parameter in message.php. The application base64‑decodes the parameter and injects the resulting URL into a meta refresh tag without validating the domain, creating an open redirect. This flaw can be used for phishing or other social‑engineering attacks by redirecting unsuspecting users to malicious sites, thereby compromising user trust and potentially facilitating credential theft.

Affected Systems

The vulnerability exists in Cotonti version 1.0.0; any deployment running this release is impacted unless a later fix has been applied.

Risk and Exploitability

The CVSS score of 5.1 indicates a low‑to‑moderate risk for exploitation. The EPSS score is not reported, and the flaw is not listed in CISA’s KEV catalog, suggesting limited known exploitation. Nonetheless, the issue is navigable by unauthenticated users through crafted URLs, making it an attractive vector for phishing campaigns.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Cotonti release that removes the redirect handling from message.php
  • Configure the web application to restrict redirects to a known whitelist of internal or trusted domains
  • Add server‑side validation to reject or sanitize any redirect parameter that points to external URLs
  • Review and limit the use of meta refresh tags that follow user‑supplied input to prevent unintended redirects

Generated by OpenCVE AI on September 26, 2026 at 02:30 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 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.
Title Cotonti through 1.0.0 Open Redirect via message.php redirect parameter
First Time appeared Cotonti
Cotonti cotonti Siena
Weaknesses CWE-601
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:24.331Z

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

Link: CVE-2026-100523

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-100523

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')