SCA: security update for Django (GHSA-37hp-765x-j95x)

medium Tenable Cloud Security Plugin ID 422339

Description

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

- Django 1.10 before 1.10.7, 1.9 before 1.9.13, and 1.8 before 1.8.18 relies on user input in some cases to
redirect the user to an "on success" URL. The security check for these redirects (namely
``django.utils.http.is_safe_url()``) considered some numeric URLs "safe" when they shouldn't be, aka an
open redirect vulnerability. Also, if a developer relies on ``is_safe_url()`` to provide safe redirect
targets and puts such a URL into a link, they could suffer from an XSS attack. (CVE-2017-7233)

See Also

https://github.com/advisories/GHSA-37hp-765x-j95x

Plugin Details

Severity: Medium

ID: 422339

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 3/28/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 2.3

Percentile: 8.67

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5.8

Temporal Score: 4.3

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

CVSS Score Source: CVE-2017-7233

CVSS v3

Risk Factor: Medium

Base Score: 6.1

Temporal Score: 5.3

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

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

CVSS v4

Risk Factor: Medium

Base Score: 5.3

Threat Score: 1.3

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 1/4/2019

Vulnerability Publication Date: 4/4/2017

Reference Information

CVE: CVE-2017-7233

BID: 97406

cwe: CWE-601