Skip to content
Threat Feed
medium advisory

Critical Vulnerabilities in plone.app.portlets RSS Feed Portlet

The plone.app.portlets package is vulnerable to denial of service, SSRF, and stored XSS via the RSS feed portlet feature, allowing authenticated users with portlet management permissions to exhaust memory, perform internal network reconnaissance, or inject malicious scripts.

CVE search metadata

CVE search record: CVE-2026-55248. Severity: critical. CVSS: 9.1. KEV: no. Product: plone.app.portlets (>= 7.0.0, <= 7.0.1), plone.app.portlets (>= 6.0.0, < 6.0.4), plone.app.portlets (< 5.0.8). Brief: Critical Vulnerabilities in plone.app.portlets RSS Feed Portlet. Brief link: https://feed.craftedsignal.io/briefs/2026-08-plone-rss-vulnerability/

The Plone Security Team has identified critical security vulnerabilities (CVE-2026-55248) in the plone.app.portlets package. The vulnerabilities stem from the RSS feed portlet implementation. A user with permissions to manage portlets can provide an RSS feed URL pointing to a large file, causing significant memory consumption and leading to a denial of service (DoS). Furthermore, the lack of validation on the RSS URL allows an attacker to conduct server-side request forgery (SSRF) to probe internal network services and discover open ports. Additionally, the RSS feed parser is vulnerable to stored cross-site scripting (XSS) if a feed item contains a URL using the 'javascript:' protocol. These vulnerabilities impact Plone 6.2, 6.1, and 6.0 versions. Organizations should prioritize patching or implementing the recommended access restrictions for the portlet management feature.

Impact

Successful exploitation could result in service instability due to memory exhaustion, unauthorized exposure of internal network topology via SSRF, and potential account takeover or unauthorized actions through stored XSS. These issues affect any organization utilizing the RSS portlet feature within Plone environments.

Recommendation

  • Upgrade plone.app.portlets immediately to the patched versions: 7.0.2 for Plone 6.2, 6.0.4 for Plone 6.1, and 5.0.8 for Plone 6.0.
  • Revoke the plone.app.portlets.ManageOwnPortlets permission from untrusted roles to limit the attack surface.
  • Audit existing portlets to ensure no unauthorized RSS feeds are configured.
  • If the RSS portlet is not required, unregister it via portlets.xml configuration to mitigate the risk entirely.

Immediate actions

Upgrade plone.app.portlets to the version corresponding to the specific Plone environment (e.g., 7.0.2, 6.0.4, or 5.0.8)

IT Operations 24h

Remove ManageOwnPortlets permission from untrusted user roles

Security Engineering 24h

Mitigations

Revoke portlet management permissions or unregister RSS portlets

immediate IT Operations

CVE-2026-55248