SCA: security update for django-cms (GHSA-hvq6-2r72-p2x7)

medium Tenable Cloud Security Plugin ID 446189

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- django CMS is an easy-to-use and developer-friendly enterprise content management system powered by
Django. From 5.0.8 until 5.0.9, ContentRenderer.render_placeholder in cms/plugin_rendering.py can pass
stored, attacker-controlled values to ContentRenderer.render_exception when plugin rendering fails in edit
mode. Values from get_short_description(), the exception message, the placeholder, or placeholder.source
are interpolated into a cms-rendering-exception heading and later returned through mark_safe. Because the
heading is not escaped, stored HTML executes in an editor’s browser, and settings.DEBUG does not prevent
the custom heading from rendering. The fix uses format_html to escape the message before safe placeholder
output is returned. This issue is fixed in versions 5.0.9. (CVE-2026-75526)

Solution

Update the django-cms library and its related packages to version 5.0.9 or later.

See Also

https://github.com/advisories/GHSA-hvq6-2r72-p2x7

Plugin Details

Severity: Medium

ID: 446189

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/21/2026

Updated: 8/21/2026

Risk Information

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Low

Base Score: 3.6

Temporal Score: 2.7

Vector: CVSS2#AV:N/AC:H/Au:S/C:P/I:P/A:N

CVSS Score Source: CVE-2026-75526

CVSS v3

Risk Factor: Medium

Base Score: 4.4

Temporal Score: 3.9

Vector: CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/20/2026

Vulnerability Publication Date: 8/20/2026

Reference Information

CVE: CVE-2026-75526

cwe: CWE-79