---
id: CVE-2026-55248
aliases:
  - GHSA-x5g3-w747-2h8q
  - PYSEC-2026-3884
title: plone.app.portlets vulnerable to denial of service via RSS feed portlet
summary: plone.app.portlets vulnerable to denial of service via RSS feed portlet
severity: critical
cvss: 9.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:H'
vendor: plone-app-portlets
product: plone-app-portlets
ecosystem: pip
affected:
  - 'plone-app-portlets >= 7.0.0, < 7.0.2'
  - 'plone-app-portlets >= 6.0.0, < 6.0.4'
  - plone-app-portlets < 5.0.8
patched:
  - plone-app-portlets 7.0.2
  - plone-app-portlets 6.0.4
  - plone-app-portlets 5.0.8
published: '2026-08-28'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T12:25:27.212176003Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-x5g3-w747-2h8q'
references:
  - url: >-
      https://github.com/plone/plone.app.portlets/security/advisories/GHSA-x5g3-w747-2h8q
  - url: >-
      https://github.com/plone/plone.app.portlets/commit/09da52ef7b297daa8e0cfd2361e47c37d9b073ad
  - url: >-
      https://github.com/plone/plone.app.portlets/commit/9f16b6fb10211916686c6c346ea174bf517e3fbd
  - url: >-
      https://github.com/plone/plone.app.portlets/commit/a3b2c2887165b308cd915cbb87b8276f90a76680
  - url: >-
      https://github.com/plone/plone.app.portlets/commit/df5e256baee55083cbd6b9a2623675d4cb26b6cd
  - url: 'https://github.com/plone/plone.app.portlets'
  - url: 'https://pypi.org/project/plone-app-portlets'
  - url: 'https://github.com/advisories/GHSA-x5g3-w747-2h8q'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-55248'
tags:
  - osv
  - pip
  - nvd
  - ghsa
epss: 0.00441
epssPercentile: 0.35672
cwe:
  - CWE-400
ingestedAt: '2026-08-28T19:24:19.232Z'
---

## Overview

### Impact
By adding an RSS portlet, and giving this a link to a very large file, a member can cause a denial of service attack, because Plone will use lots of memory. The member could also use different urls to try to get information about the internal network and open port numbers (SSRF). A malicious RSS feed could cause stored XSS, when the url of a feed item is a javascript url.

### Patches
The problem has been patched in `plone.app.portlets`.

* For Plone 6.2: upgrade to `plone.app.portlets` 7.0.2
* For Plone 6.1: upgrade to `plone.app.portlets` 6.0.4
* For Plone 6.0: upgrade to `plone.app.portlets` 5.0.8

### Workarounds
If upgrading is not immediately possible:

- Restrict who can manage portlets: remove the `plone.app.portlets.ManageOwnPortlets` permission from untrusted roles, and limit Manage portlets to trusted administrators (usually this is already restricted to the Manager and Site Administrator roles).
- Where the RSS portlet is not needed, unregister it so it cannot be added. This would need to be done by editing a `portlets.xml` in your own code, so it is not a quick fix.

### References

This is similar to this [`plone.app.event` vulnerability](https://github.com/plone/plone.app.event/security/advisories/GHSA-r82h-mqw3-fc56). It was discovered by the Plone Security Team by thinking of similar cases to the `plone.app.event` problem.

## Affected packages

- `plone-app-portlets >= 7.0.0, < 7.0.2`
- `plone-app-portlets >= 6.0.0, < 6.0.4`
- `plone-app-portlets < 5.0.8`

## Remediation

Upgrade to a patched release:

- `plone-app-portlets 7.0.2`
- `plone-app-portlets 6.0.4`
- `plone-app-portlets 5.0.8`
