PYSEC-2021-64
Vulnerability from pysec - Published: 2021-04-29 21:15 - Updated: 2021-05-10 17:55
VLAI?
Details
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.
Impacted products
| Name | purl | django-filter | pkg:pypi/django-filter |
|---|
Aliases
{
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "django-filter",
"purl": "pkg:pypi/django-filter"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "340cf7a23a2b3dcd7183f6a0d6c383e85b130d2b"
}
],
"repo": "https://github.com/carltongibson/django-filter",
"type": "GIT"
},
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.4.0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.1.0",
"0.2.0",
"0.5.0",
"0.5.1",
"0.5.2",
"0.5.3",
"0.5.4",
"0.6a1",
"0.6",
"0.7",
"0.8",
"0.9.0",
"0.9.1",
"0.9.2",
"0.10.0",
"0.11.0",
"0.12.0",
"0.13.0",
"0.14.0",
"0.15.0",
"0.15.1",
"0.15.2",
"0.15.3",
"1.0.0",
"1.0.1",
"1.0.2",
"1.0.3",
"1.0.4",
"1.1.0",
"2.0.0.dev1",
"2.0.0",
"2.1.0",
"2.2.0",
"2.3.0"
]
}
],
"aliases": [
"CVE-2020-15225",
"GHSA-x7gm-rfgv-w973"
],
"details": "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.",
"id": "PYSEC-2021-64",
"modified": "2021-05-10T17:55:00Z",
"published": "2021-04-29T21:15:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/carltongibson/django-filter/security/advisories/GHSA-x7gm-rfgv-w973"
},
{
"type": "FIX",
"url": "https://github.com/carltongibson/django-filter/commit/340cf7a23a2b3dcd7183f6a0d6c383e85b130d2b"
},
{
"type": "PACKAGE",
"url": "https://pypi.org/project/django-filter/"
},
{
"type": "WEB",
"url": "https://github.com/carltongibson/django-filter/releases/tag/2.4.0"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…