GSD-2023-24580
Vulnerability from gsd - Updated: 2023-12-13 01:20Details
An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.
Aliases
Aliases
{
"GSD": {
"alias": "CVE-2023-24580",
"id": "GSD-2023-24580",
"references": [
"https://www.suse.com/security/cve/CVE-2023-24580.html",
"https://ubuntu.com/security/CVE-2023-24580"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-24580"
],
"details": "An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.",
"id": "GSD-2023-24580",
"modified": "2023-12-13T01:20:57.758657Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2023-24580",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://groups.google.com/forum/#!forum/django-announce",
"refsource": "MISC",
"url": "https://groups.google.com/forum/#!forum/django-announce"
},
{
"name": "https://docs.djangoproject.com/en/4.1/releases/security/",
"refsource": "MISC",
"url": "https://docs.djangoproject.com/en/4.1/releases/security/"
},
{
"name": "http://www.openwall.com/lists/oss-security/2023/02/14/1",
"refsource": "MISC",
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/1"
},
{
"name": "https://www.djangoproject.com/weblog/2023/feb/14/security-releases/",
"refsource": "MISC",
"url": "https://www.djangoproject.com/weblog/2023/feb/14/security-releases/"
},
{
"name": "[debian-lts-announce] 20230220 [SECURITY] [DLA 3329-1] python-django security update",
"refsource": "MLIST",
"url": "https://lists.debian.org/debian-lts-announce/2023/02/msg00023.html"
},
{
"name": "FEDORA-2023-3d775d93be",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VZS4G6NSZWPTVXMMZHJOJVQEPL3QTO77/"
},
{
"name": "FEDORA-2023-bde7913e5a",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FKYVMMR7RPM6AHJ2SBVM2LO6D3NGFY7B/"
},
{
"name": "FEDORA-2023-a74513bda8",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YJB6FUBBLVKKG655UMTLQNN6UQ6EDLSP/"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230316-0006/",
"refsource": "CONFIRM",
"url": "https://security.netapp.com/advisory/ntap-20230316-0006/"
},
{
"name": "FEDORA-2023-8fed428c5e",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HWY6DQWRVBALV73BPUVBXC3QIYUM24IK/"
},
{
"name": "FEDORA-2023-a53ab7c969",
"refsource": "FEDORA",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LTZVAKU5ALQWOKFTPISE257VCVIYGFQI/"
}
]
}
},
"gitlab.com": {
"advisories": [
{
"affected_range": "\u003e=3.2,\u003c3.2.18||\u003e=4.0,\u003c4.0.10||\u003e=4.1,\u003c4.1.7",
"affected_versions": "All versions starting from 3.2 before 3.2.18, all versions starting from 4.0 before 4.0.10, all versions starting from 4.1 before 4.1.7",
"cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"cwe_ids": [
"CWE-1035",
"CWE-400",
"CWE-937"
],
"date": "2023-04-28",
"description": "An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack.",
"fixed_versions": [
"3.2.18",
"4.0.10",
"4.1.7"
],
"identifier": "CVE-2023-24580",
"identifiers": [
"CVE-2023-24580",
"GHSA-2hrw-hx67-34x6"
],
"not_impacted": "All versions before 3.2, all versions starting from 3.2.18 before 4.0, all versions starting from 4.0.10 before 4.1, all versions starting from 4.1.7",
"package_slug": "pypi/Django",
"pubdate": "2023-02-15",
"solution": "Upgrade to versions 3.2.18, 4.0.10, 4.1.7 or above.",
"title": "Resource exhaustion in Django",
"urls": [
"https://nvd.nist.gov/vuln/detail/CVE-2023-24580",
"https://docs.djangoproject.com/en/4.1/releases/security/",
"https://groups.google.com/forum/#!forum/django-announce",
"https://www.djangoproject.com/weblog/2023/feb/14/security-releases/",
"http://www.openwall.com/lists/oss-security/2023/02/14/1",
"https://github.com/django/django/commit/628b33a854a9c68ec8a0c51f382f304a0044ec92",
"https://github.com/django/django/commit/83f1ea83e4553e211c1c5a0dfc197b66d4e50432",
"https://github.com/django/django/commit/a665ed5179f5bbd3db95ce67286d0192eff041d8",
"https://github.com/advisories/GHSA-2hrw-hx67-34x6"
],
"uuid": "62139d96-c2d6-491c-9049-f96685d35c6a"
}
]
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "3.2.18",
"versionStartIncluding": "3.2",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "4.0.10",
"versionStartIncluding": "4.0",
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "4.1.7",
"versionStartIncluding": "4.1",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2023-24580"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "An issue was discovered in the Multipart Request Parser in Django 3.2 before 3.2.18, 4.0 before 4.0.10, and 4.1 before 4.1.7. Passing certain inputs (e.g., an excessive number of parts) to multipart forms could result in too many open files or memory exhaustion, and provided a potential vector for a denial-of-service attack."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-400"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://docs.djangoproject.com/en/4.1/releases/security/",
"refsource": "MISC",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://docs.djangoproject.com/en/4.1/releases/security/"
},
{
"name": "https://www.djangoproject.com/weblog/2023/feb/14/security-releases/",
"refsource": "MISC",
"tags": [
"Patch",
"Release Notes",
"Vendor Advisory"
],
"url": "https://www.djangoproject.com/weblog/2023/feb/14/security-releases/"
},
{
"name": "http://www.openwall.com/lists/oss-security/2023/02/14/1",
"refsource": "MISC",
"tags": [
"Mailing List",
"Release Notes",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2023/02/14/1"
},
{
"name": "https://groups.google.com/forum/#!forum/django-announce",
"refsource": "MISC",
"tags": [
"Release Notes"
],
"url": "https://groups.google.com/forum/#!forum/django-announce"
},
{
"name": "[debian-lts-announce] 20230220 [SECURITY] [DLA 3329-1] python-django security update",
"refsource": "MLIST",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/02/msg00023.html"
},
{
"name": "FEDORA-2023-3d775d93be",
"refsource": "FEDORA",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VZS4G6NSZWPTVXMMZHJOJVQEPL3QTO77/"
},
{
"name": "FEDORA-2023-bde7913e5a",
"refsource": "FEDORA",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/FKYVMMR7RPM6AHJ2SBVM2LO6D3NGFY7B/"
},
{
"name": "FEDORA-2023-a74513bda8",
"refsource": "FEDORA",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YJB6FUBBLVKKG655UMTLQNN6UQ6EDLSP/"
},
{
"name": "https://security.netapp.com/advisory/ntap-20230316-0006/",
"refsource": "CONFIRM",
"tags": [],
"url": "https://security.netapp.com/advisory/ntap-20230316-0006/"
},
{
"name": "FEDORA-2023-8fed428c5e",
"refsource": "FEDORA",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HWY6DQWRVBALV73BPUVBXC3QIYUM24IK/"
},
{
"name": "FEDORA-2023-a53ab7c969",
"refsource": "FEDORA",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LTZVAKU5ALQWOKFTPISE257VCVIYGFQI/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
},
"lastModifiedDate": "2023-04-28T05:15Z",
"publishedDate": "2023-02-15T01:15Z"
}
}
}
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…