SCA: security update for django-filter (GHSA-x7gm-rfgv-w973)

high Tenable Self-Hosted Container Security Plugin ID 420356

Description

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

- django-filter is a generic system for filtering Django QuerySets based on user selections. In django-
filter before version 2.4.0, automatically generated `NumberFilter` instances, whose value was later
converted to an integer, were subject to potential DoS from maliciously input using exponential format
with sufficiently large exponents. Version 2.4.0+ applies a `MaxValueValidator` with a a default
`limit_value` of 1e50 to the form field used by `NumberFilter` instances. In addition, `NumberFilter`
implements the new `get_max_validator()` which should return a configured validator instance to customise
the limit, or else `None` to disable the additional validation. Users may manually apply an equivalent
validator if they are not able to upgrade. (CVE-2020-15225)

See Also

https://github.com/advisories/GHSA-x7gm-rfgv-w973

Plugin Details

Severity: High

ID: 420356

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.18

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 4

Temporal Score: 3

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

CVSS Score Source: CVE-2020-15225

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

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

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

CVSS v4

Risk Factor: High

Base Score: 8.7

Threat Score: 6.6

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 9/28/2020

Vulnerability Publication Date: 9/28/2020

Reference Information

CVE: CVE-2020-15225

cwe: CWE-681