LiveActive security incident?Get immediate response
CVE Record

CVE-2021-33926: An issue in Plone CMS v.

An issue in Plone CMS v. 5.2.4, 5.2.3, 5.2.2, 5.2.1, 5.2.0, 5.1rc2, 5.1rc1, 5.1b4, 5.1b3, 5.1b2, 5.1a2, 5.1a1, 5.1.7, 5.1.6, 5.1.5, 5.1.4, 5.1.2, 5.1.1 5.1, 5.0rc3, 5.0rc2, 5.0rc1, 5.0.9, 5.0.8, 5.0.7, 5.0.6, 5.0.5, 5.0.4, 5.0.3, 5.0.2, 5.0.10, 5.0.1, 5.0, 4.3.9, 4.3.8, 4.3.7, 4.3.6, 4.3.5, 4.3.4, 4.3.3, 4.3.20, 4 allows attacker to access sensitive information via the RSS feed protlet.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability lets a logged-in attacker abuse Plone CMS RSS feed portlet behavior to make the server reach internal URLs. That can expose sensitive internal information and is rated high severity. The provided sources do not show active exploitation or CISA KEV listing.

Executive priority

Treat as high priority for internet-facing or business-critical Plone sites, especially where authenticated users are numerous or loosely governed. Remediate through the vendor hotfix path and reduce internal network reachability from Plone servers.

Technical view

CVE-2021-33926 is a Plone CMS blind SSRF issue tied to feedparser handling in the RSS feed portlet. The CVSS 3.1 vector is AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H with CWE-918. Affected versions are described across Plone 4.x and 5.x releases, including 5.2.4.

Likely exposure

Exposure is most likely where Plone CMS 4.x or 5.x sites use affected RSS feed portlet/feedparser functionality and allow authenticated users to configure or influence feed URLs.

Exploitation context

The source bundle supports a network-accessible, low-complexity issue requiring low privileges and no user interaction. KEV is false, and the provided sources do not establish real-world exploitation.

Researcher notes

Evidence points to blind SSRF through feedparser accessing internal URLs via the RSS feed portlet. The provided CVE metadata lists broad Plone 4.x and 5.x versions, but the affected product fields are sparse, so validate against vendor advisories.

Mitigation direction

  • Apply the Plone 20210518 security hotfix where applicable.
  • Check Plone vendor guidance for supported upgrade or fixed-release options.
  • Disable unneeded RSS feed portlets until remediation is confirmed.
  • Restrict Plone server outbound access to sensitive internal services.
  • Review internal services reachable from Plone application networks.

Validation and detection

  • Inventory Plone CMS versions across public and internal deployments.
  • Confirm affected sites have the 20210518 hotfix or vendor-approved fix applied.
  • Identify pages or roles that can configure RSS feed portlets.
  • Review logs for unusual feed retrievals to internal-only addresses.
  • Validate egress controls limit server-side access to internal systems.
Prepared
Confidence
medium
Sources
5

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
cve · low confidence lookup

CVE-2021-33926 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
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

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

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
4Source 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
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2021-33926Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
n/an/an/aListed
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.