LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25972: Camaleon CMS - Server-Side Request Forgery (SSRF) in Media Upload Feature

In Camaleon CMS, versions 2.1.2.0 to 2.6.0, are vulnerable to Server-Side Request Forgery (SSRF) in the media upload feature, which allows admin users to fetch media files from external URLs but fails to validate URLs referencing to localhost or other internal servers. This allows attackers to read files stored in the internal server.

MediumCVSS 4.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Camaleon CMS allowed privileged administrators to fetch media from external URLs without blocking localhost or internal targets. A compromised or malicious admin account could use this to make the server access internal resources and expose sensitive server-side files. The issue is medium severity because high privileges are required, but confidentiality impact is high.

Executive priority

Treat this as a targeted confidentiality risk, not an internet-wide emergency. Prioritize affected public CMS deployments, especially where admin accounts are shared, weakly protected, or exposed to phishing risk.

Technical view

CVE-2021-25972 is an SSRF flaw in Camaleon CMS media upload URL fetching. Versions 2.1.2.0 through 2.6.0 are listed as affected. The CVSS 3.1 score is 4.9 with network access, low complexity, high privileges required, no user interaction, and high confidentiality impact.

Likely exposure

Exposure is likely limited to deployments running Camaleon CMS 2.1.2.0 through 2.6.0 where admin users can upload media by URL. The main risk is misuse after admin account compromise or insider misuse.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires high privileges, but successful abuse could reach localhost or internal server URLs through the CMS server.

Researcher notes

The source bundle names the vulnerable feature, affected version range, CVSS vector, CWE-918, and an upstream commit reference. It does not provide full patch-release mapping or evidence of exploitation, so remediation should be confirmed against vendor guidance.

Mitigation direction

  • Check vendor guidance and the referenced upstream commit before choosing a fix.
  • Upgrade Camaleon CMS beyond the affected range where supported by the vendor.
  • Restrict admin access to trusted users and enforce strong account protection.
  • Disable or limit URL-based media fetching if your deployment supports it.
  • Apply network egress controls blocking CMS access to internal-only services.

Validation and detection

  • Inventory Camaleon CMS deployments and confirm exact running versions.
  • Identify whether media upload from external URLs is enabled.
  • Review admin accounts, permissions, and recent administrative activity.
  • Check logs for URL media fetches targeting localhost or internal addresses.
  • Verify updated systems reject localhost and internal URL fetches.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-918: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Cloud metadata behavior lookup

The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-25972 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N1.23.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.9Medium
CVSS 3.1 vector shape for CVE-2021-25972Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
camaleon_cmscamaleon_cms2.1.2.0, unspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-918 · source CWE mapping

Server-Side Request Forgery (SSRF)

Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.