Description
Camaleon CMS versions 2.7.5 through 2.9.1 fail to validate redirect targets when fetching remote files in the Upload from URL media feature. Authenticated attackers can supply URLs that pass initial validation but redirect to internal network addresses, allowing server-side request forgery to internal services.
Published: 2026-09-04
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Camaleon CMS versions 2.7.5 through 2.9.1 contain a server‑side request forgery flaw in the "Upload from URL" media function. Authenticated users can provide an external URL that passes the CMS's initial validation but ultimately redirects to an internal network address. Once the server follows that redirect, the attacker can make HTTP requests to internal services, potentially exfiltrating data or triggering actions on those services. This vulnerability does not allow remote code execution or escalation beyond the authenticated user's privileges, but it does expose internal infrastructure to an attacker who can already authenticate to the CMS.

Affected Systems

The affected product is CamaleonCMS, developed by owen2345. All released versions from 2.7.5 up to and including 2.9.1 are impacted. The flaw is present in the uploader helper module responsible for handling remote file imports. No other vendors or versions are listed as affected.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate impact, with the primary risk being SSRF into internal resources. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Breach requires the attacker to be authenticated to the CMS, which limits the immediate threat surface but still allows the exploration of internal services. Exploitation is straightforward: the attacker logs in, uses the upload feature with a malicious URL, and the server follows the redirect to reach an internal endpoint. No known public exploit exists at this time, but the attacker can customize the URL to target any internal service accessible from the CMS server.

Generated by OpenCVE AI on September 5, 2026 at 00:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Camaleon CMS to version 2.9.2 or later, which removes the redirect validation flaw.
  • If upgrading is not possible, disable the "Upload from URL" feature entirely or limit it to a whitelist of trusted domains and enforce no redirects when fetching URLs.
  • Configure network firewalls or host‑based rules to block outbound requests from the CMS server to internal IP ranges outside of the allowed service list to mitigate SSRF impact.

Generated by OpenCVE AI on September 5, 2026 at 00:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 23:30:00 +0000

Type Values Removed Values Added
Description Camaleon CMS versions 2.7.5 through 2.9.1 fail to validate redirect targets when fetching remote files in the Upload from URL media feature. Authenticated attackers can supply URLs that pass initial validation but redirect to internal network addresses, allowing server-side request forgery to internal services.
Title Camaleon CMS 2.7.5 through 2.9.1 SSRF via HTTP Redirect in Upload from URL
First Time appeared Tuzitio
Tuzitio camaleon Cms
Weaknesses CWE-918
CPEs cpe:2.3:a:tuzitio:camaleon_cms:*:*:*:*:*:*:*:*
Vendors & Products Tuzitio
Tuzitio camaleon Cms
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Tuzitio Camaleon Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-04T23:16:23.223Z

Reserved: 2026-09-04T22:51:22.722Z

Link: CVE-2026-86100

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-05T00:17:20.810

Modified: 2026-09-05T00:17:20.810

Link: CVE-2026-86100

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T00:30:18Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)