Skip to content

plone.restapi vulnerable to Stored Cross Site Scripting with SVG image in user portrait

Low severity GitHub Reviewed Published Sep 21, 2023 in plone/plone.restapi

Package

pip plone.restapi (pip)

Affected versions

>= 8.0.0, < 8.43.3

Patched versions

8.43.3

Description

Impact

There is a stored cross site scripting vulnerability for SVG images uploaded in user portraits.

Note that a page that uses an image tag with an SVG image as source is never vulnerable, even when the SVG image contains malicious code. To exploit the vulnerability, an attacker would first need to upload an SVG image as user portrait, and then trick a user into following a link to this portrait.

Patches

A patch will be released in plone.restapi 8.43.3. This version is good for Plone 6.0, and for Plone 5.2 on Python 3.

In plone.restapi 7 or earlier there was no @portrait endpoint yet, so there is nothing to fix in that version. It is still vulnerable to this attack, and needs a fix in Zope 4. These two vulnerabilities share the same CVE: CVE-2023-42458.

Workarounds

You could remove the portrait field from the member data schema, and possibly remove all portraits that are already in the database, but this seems a bit drastic.

References

@mauritsvanrees mauritsvanrees published to plone/plone.restapi Sep 21, 2023
Published to the GitHub Advisory Database Sep 21, 2023
Reviewed Sep 21, 2023

Severity

Low
3.7
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
Low
User interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:N

CVE ID

No known CVE

GHSA ID

GHSA-hc5c-r8m5-2gfh

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.