Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-15337 (GCVE-0-2026-15337)
Vulnerability from cvelistv5 – Published: 2026-08-04 15:48 – Updated: 2026-08-04 17:21- CWE-789 - Memory Allocation with Excessive Size Value
| Vendor | Product | Version | |
|---|---|---|---|
| djangoproject | Django |
Affected:
6.0 , < 6.0.8
(python)
Unaffected: 6.0.8 (python) Affected: 5.2 , < 5.2.17 (python) Unaffected: 5.2.17 (python) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-15337",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-08-04T17:15:59.533868Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-08-04T17:21:43.493Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pypi.org/project/Django/",
"defaultStatus": "unaffected",
"packageName": "django",
"product": "Django",
"repo": "https://github.com/django/django/",
"vendor": "djangoproject",
"versions": [
{
"lessThan": "6.0.8",
"status": "affected",
"version": "6.0",
"versionType": "python"
},
{
"status": "unaffected",
"version": "6.0.8",
"versionType": "python"
},
{
"lessThan": "5.2.17",
"status": "affected",
"version": "5.2",
"versionType": "python"
},
{
"status": "unaffected",
"version": "5.2.17",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Jaeyoung Jang"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Natalia Bidart"
},
{
"lang": "en",
"type": "coordinator",
"value": "Natalia Bidart"
}
],
"datePublic": "2026-08-04T10:00:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "\u003cp\u003eAn issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\u003c/p\u003e\u003cp\u003e\u003ccode\u003edjango.utils.translation.check_for_language()\u003c/code\u003e is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the \u003ccode\u003edjango.views.i18n.set_language()\u003c/code\u003e view, which is not routed by default. The consumed memory is bounded, since request data is limited by the \u003ccode\u003eDATA_UPLOAD_MAX_MEMORY_SIZE\u003c/code\u003e setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.\u003c/p\u003e\u003cp\u003eEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\u003c/p\u003e\u003cp\u003eDjango would like to thank Jaeyoung Jang for reporting this issue.\u003c/p\u003e"
}
],
"value": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\n`django.utils.translation.check_for_language()` is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the `django.views.i18n.set_language()` view, which is not routed by default. The consumed memory is bounded, since request data is limited by the `DATA_UPLOAD_MAX_MEMORY_SIZE` setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Jaeyoung Jang for reporting this issue."
}
],
"impacts": [
{
"capecId": "CAPEC-130",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-130: Excessive Allocation"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"namespace": "https://docs.djangoproject.com/en/dev/internals/security/#security-issue-severity-levels",
"value": "low"
},
"type": "Django severity rating"
}
},
{
"cvssV3_1": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
{
"cvssV4_0": {
"baseScore": 6.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"version": "4.0"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-789",
"description": "CWE-789: Memory Allocation with Excessive Size Value",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-04T15:48:25.817Z",
"orgId": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"shortName": "DSF"
},
"references": [
{
"name": "Django security archive",
"tags": [
"vendor-advisory"
],
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"name": "Django releases announcements",
"tags": [
"mailing-list"
],
"url": "https://groups.google.com/g/django-announce"
},
{
"tags": [
"patch"
],
"url": "https://github.com/django/django/commit/27137e655e442e81095f1f8f77ff3870d9fdf169"
},
{
"tags": [
"patch"
],
"url": "https://github.com/django/django/commit/5b3523d29be25948e1dd90b3863a002f00fc865f"
},
{
"tags": [
"patch"
],
"url": "https://github.com/django/django/commit/224dbc832586ad5cfb0237c2ff30d14baeaddc6f"
},
{
"tags": [
"patch"
],
"url": "https://github.com/django/django/commit/c72a5dbb64d0777f3f471f1be94e8b2ca91e0959"
},
{
"name": "Django security releases issued: 6.0.8 and 5.2.17",
"tags": [
"vendor-advisory"
],
"url": "https://www.djangoproject.com/weblog/2026/aug/04/security-releases/"
}
],
"source": {
"discovery": "EXTERNAL"
},
"timeline": [
{
"lang": "en",
"time": "2026-07-02T00:00:00.000Z",
"value": "Initial report received."
},
{
"lang": "en",
"time": "2026-07-21T00:00:00.000Z",
"value": "Vulnerability confirmed."
},
{
"lang": "en",
"time": "2026-08-04T10:00:00.000Z",
"value": "Security release issued."
}
],
"title": "Potential denial-of-service vulnerability in check_for_language()",
"x_generator": {
"engine": "cvelib 1.8.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"assignerShortName": "DSF",
"cveId": "CVE-2026-15337",
"datePublished": "2026-08-04T15:48:25.817Z",
"dateReserved": "2026-07-09T19:29:06.768Z",
"dateUpdated": "2026-08-04T17:21:43.493Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-15337",
"date": "2026-08-06",
"epss": "0.00521",
"percentile": "0.4139"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-15337\",\"sourceIdentifier\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"published\":\"2026-08-04T17:16:46.453\",\"lastModified\":\"2026-08-04T18:16:44.817\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\\n`django.utils.translation.check_for_language()` is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the `django.views.i18n.set_language()` view, which is not routed by default. The consumed memory is bounded, since request data is limited by the `DATA_UPLOAD_MAX_MEMORY_SIZE` setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.\\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\\nDjango would like to thank Jaeyoung Jang for reporting this issue.\"}],\"affected\":[{\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"affectedData\":[{\"vendor\":\"djangoproject\",\"product\":\"Django\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pypi.org/project/Django/\",\"packageName\":\"django\",\"repo\":\"https://github.com/django/django/\",\"versions\":[{\"version\":\"6.0\",\"lessThan\":\"6.0.8\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"6.0.8\",\"versionType\":\"python\",\"status\":\"unaffected\"},{\"version\":\"5.2\",\"lessThan\":\"5.2.17\",\"versionType\":\"python\",\"status\":\"affected\"},{\"version\":\"5.2.17\",\"versionType\":\"python\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"NONE\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-08-04T17:15:59.533868Z\",\"id\":\"CVE-2026-15337\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-789\"}]}],\"references\":[{\"url\":\"https://docs.djangoproject.com/en/dev/releases/security/\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\"},{\"url\":\"https://github.com/django/django/commit/224dbc832586ad5cfb0237c2ff30d14baeaddc6f\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\"},{\"url\":\"https://github.com/django/django/commit/27137e655e442e81095f1f8f77ff3870d9fdf169\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\"},{\"url\":\"https://github.com/django/django/commit/5b3523d29be25948e1dd90b3863a002f00fc865f\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\"},{\"url\":\"https://github.com/django/django/commit/c72a5dbb64d0777f3f471f1be94e8b2ca91e0959\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\"},{\"url\":\"https://groups.google.com/g/django-announce\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\"},{\"url\":\"https://www.djangoproject.com/weblog/2026/aug/04/security-releases/\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-04T21:27:02+00:00",
"cve": "CVE-2026-15337",
"id": "CVE-2026-15337",
"initial_release_date": "2026-08-04T15:48:25.817000+00:00",
"product_status:known_affected": "47",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "django: Django: Denial-of-service vulnerability due to excessive memory consumption",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-15337.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-08-07T00:12:30Z",
"cve": "CVE-2026-15337",
"id": "CVE-2026-15337",
"initial_release_date": "2026-08-06T01:36:23Z",
"product_status:recommended": "5",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-15337",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-15337.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-15337\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-08-04T17:15:59.533868Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-08-04T17:21:37.463Z\"}}], \"cna\": {\"title\": \"Potential denial-of-service vulnerability in check_for_language()\", \"source\": {\"discovery\": \"EXTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Jaeyoung Jang\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Natalia Bidart\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Natalia Bidart\"}], \"impacts\": [{\"capecId\": \"CAPEC-130\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-130: Excessive Allocation\"}]}], \"metrics\": [{\"other\": {\"type\": \"Django severity rating\", \"content\": {\"value\": \"low\", \"namespace\": \"https://docs.djangoproject.com/en/dev/internals/security/#security-issue-severity-levels\"}}}, {\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 5.3, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L\"}}, {\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.9, \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N\"}}], \"affected\": [{\"repo\": \"https://github.com/django/django/\", \"vendor\": \"djangoproject\", \"product\": \"Django\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.0\", \"lessThan\": \"6.0.8\", \"versionType\": \"python\"}, {\"status\": \"unaffected\", \"version\": \"6.0.8\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"5.2\", \"lessThan\": \"5.2.17\", \"versionType\": \"python\"}, {\"status\": \"unaffected\", \"version\": \"5.2.17\", \"versionType\": \"python\"}], \"packageName\": \"django\", \"collectionURL\": \"https://pypi.org/project/Django/\", \"defaultStatus\": \"unaffected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-07-02T00:00:00.000Z\", \"value\": \"Initial report received.\"}, {\"lang\": \"en\", \"time\": \"2026-07-21T00:00:00.000Z\", \"value\": \"Vulnerability confirmed.\"}, {\"lang\": \"en\", \"time\": \"2026-08-04T10:00:00.000Z\", \"value\": \"Security release issued.\"}], \"datePublic\": \"2026-08-04T10:00:00.000Z\", \"references\": [{\"url\": \"https://docs.djangoproject.com/en/dev/releases/security/\", \"name\": \"Django security archive\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://groups.google.com/g/django-announce\", \"name\": \"Django releases announcements\", \"tags\": [\"mailing-list\"]}, {\"url\": \"https://github.com/django/django/commit/27137e655e442e81095f1f8f77ff3870d9fdf169\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/django/django/commit/5b3523d29be25948e1dd90b3863a002f00fc865f\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/django/django/commit/224dbc832586ad5cfb0237c2ff30d14baeaddc6f\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/django/django/commit/c72a5dbb64d0777f3f471f1be94e8b2ca91e0959\", \"tags\": [\"patch\"]}, {\"url\": \"https://www.djangoproject.com/weblog/2026/aug/04/security-releases/\", \"name\": \"Django security releases issued: 6.0.8 and 5.2.17\", \"tags\": [\"vendor-advisory\"]}], \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\\n`django.utils.translation.check_for_language()` is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the `django.views.i18n.set_language()` view, which is not routed by default. The consumed memory is bounded, since request data is limited by the `DATA_UPLOAD_MAX_MEMORY_SIZE` setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.\\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\\nDjango would like to thank Jaeyoung Jang for reporting this issue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eAn issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\u003c/p\u003e\u003cp\u003e\u003ccode\u003edjango.utils.translation.check_for_language()\u003c/code\u003e is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the \u003ccode\u003edjango.views.i18n.set_language()\u003c/code\u003e view, which is not routed by default. The consumed memory is bounded, since request data is limited by the \u003ccode\u003eDATA_UPLOAD_MAX_MEMORY_SIZE\u003c/code\u003e setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.\u003c/p\u003e\u003cp\u003eEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\u003c/p\u003e\u003cp\u003eDjango would like to thank Jaeyoung Jang for reporting this issue.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-789\", \"description\": \"CWE-789: Memory Allocation with Excessive Size Value\"}]}], \"providerMetadata\": {\"orgId\": \"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\", \"shortName\": \"DSF\", \"dateUpdated\": \"2026-08-04T15:48:25.817Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-15337\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-04T17:21:43.493Z\", \"dateReserved\": \"2026-07-09T19:29:06.768Z\", \"assignerOrgId\": \"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\", \"datePublished\": \"2026-08-04T15:48:25.817Z\", \"assignerShortName\": \"DSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
GHSA-2F9M-QHXG-W5V5
Vulnerability from github – Published: 2026-08-04 18:31 – Updated: 2026-08-04 18:31An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.
django.utils.translation.check_for_language() is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the django.views.i18n.set_language() view, which is not routed by default. The consumed memory is bounded, since request data is limited by the DATA_UPLOAD_MAX_MEMORY_SIZE setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.
Earlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.
Django would like to thank Jaeyoung Jang for reporting this issue.
{
"affected": [],
"aliases": [
"CVE-2026-15337"
],
"database_specific": {
"cwe_ids": [
"CWE-789"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-04T17:16:46Z",
"severity": "MODERATE"
},
"details": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\n`django.utils.translation.check_for_language()` is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the `django.views.i18n.set_language()` view, which is not routed by default. The consumed memory is bounded, since request data is limited by the `DATA_UPLOAD_MAX_MEMORY_SIZE` setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Jaeyoung Jang for reporting this issue.",
"id": "GHSA-2f9m-qhxg-w5v5",
"modified": "2026-08-04T18:31:27Z",
"published": "2026-08-04T18:31:27Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15337"
},
{
"type": "WEB",
"url": "https://github.com/django/django/commit/224dbc832586ad5cfb0237c2ff30d14baeaddc6f"
},
{
"type": "WEB",
"url": "https://github.com/django/django/commit/27137e655e442e81095f1f8f77ff3870d9fdf169"
},
{
"type": "WEB",
"url": "https://github.com/django/django/commit/5b3523d29be25948e1dd90b3863a002f00fc865f"
},
{
"type": "WEB",
"url": "https://github.com/django/django/commit/c72a5dbb64d0777f3f471f1be94e8b2ca91e0959"
},
{
"type": "WEB",
"url": "https://docs.djangoproject.com/en/dev/releases/security"
},
{
"type": "WEB",
"url": "https://groups.google.com/g/django-announce"
},
{
"type": "WEB",
"url": "https://www.djangoproject.com/weblog/2026/aug/04/security-releases"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"type": "CVSS_V4"
}
]
}
OPENSUSE-SU-2026:11464-1
Vulnerability from csaf_opensuse - Published: 2026-08-06 00:00 - Updated: 2026-08-06 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python313-Django-6.0.8-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python313-Django-6.0.8-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11464",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_11464-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15307 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15307/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15337 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15830 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15920 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15920/"
}
],
"title": "python313-Django-6.0.8-1.1 on GA media",
"tracking": {
"current_release_date": "2026-08-06T00:00:00Z",
"generator": {
"date": "2026-08-06T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11464-1",
"initial_release_date": "2026-08-06T00:00:00Z",
"revision_history": [
{
"date": "2026-08-06T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-Django-6.0.8-1.1.aarch64",
"product": {
"name": "python313-Django-6.0.8-1.1.aarch64",
"product_id": "python313-Django-6.0.8-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-Django-6.0.8-1.1.aarch64",
"product": {
"name": "python314-Django-6.0.8-1.1.aarch64",
"product_id": "python314-Django-6.0.8-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-Django-6.0.8-1.1.ppc64le",
"product": {
"name": "python313-Django-6.0.8-1.1.ppc64le",
"product_id": "python313-Django-6.0.8-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-Django-6.0.8-1.1.ppc64le",
"product": {
"name": "python314-Django-6.0.8-1.1.ppc64le",
"product_id": "python314-Django-6.0.8-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-Django-6.0.8-1.1.s390x",
"product": {
"name": "python313-Django-6.0.8-1.1.s390x",
"product_id": "python313-Django-6.0.8-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-Django-6.0.8-1.1.s390x",
"product": {
"name": "python314-Django-6.0.8-1.1.s390x",
"product_id": "python314-Django-6.0.8-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-Django-6.0.8-1.1.x86_64",
"product": {
"name": "python313-Django-6.0.8-1.1.x86_64",
"product_id": "python313-Django-6.0.8-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-Django-6.0.8-1.1.x86_64",
"product": {
"name": "python314-Django-6.0.8-1.1.x86_64",
"product_id": "python314-Django-6.0.8-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-6.0.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64"
},
"product_reference": "python313-Django-6.0.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-6.0.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le"
},
"product_reference": "python313-Django-6.0.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-6.0.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x"
},
"product_reference": "python313-Django-6.0.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-6.0.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64"
},
"product_reference": "python313-Django-6.0.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django-6.0.8-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64"
},
"product_reference": "python314-Django-6.0.8-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django-6.0.8-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le"
},
"product_reference": "python314-Django-6.0.8-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django-6.0.8-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x"
},
"product_reference": "python314-Django-6.0.8-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django-6.0.8-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
},
"product_reference": "python314-Django-6.0.8-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-15307",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15307"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\nGeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the `django.contrib.gis.gdal.GDALRaster` constructor. Any value used in a spatial lookup against a `GeometryField` or `RasterField` reaches this constructor, including untrusted input, for example a spatial-field filter submitted through the Django admin changelist query string by a staff user with view permission. A `dict`, or a `str` holding its JSON representation, is opened in write mode regardless of the constructor\u0027s `write=False` default, allowing a file with an attacker-chosen name and contents to be written through a file-backed GDAL driver. Any other `str` is treated as a datasource, allowing an outbound network request through a GDAL virtual filesystem handler. Writing a file to a location later imported by the application can result in remote code execution.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Bence Nagy, localhost-detect, and kimchunbok_ for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15307",
"url": "https://www.suse.com/security/cve/CVE-2026-15307"
},
{
"category": "external",
"summary": "SUSE Bug 1272997 for CVE-2026-15307",
"url": "https://bugzilla.suse.com/1272997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2026-15307"
},
{
"cve": "CVE-2026-15337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15337"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\n`django.utils.translation.check_for_language()` is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the `django.views.i18n.set_language()` view, which is not routed by default. The consumed memory is bounded, since request data is limited by the `DATA_UPLOAD_MAX_MEMORY_SIZE` setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Jaeyoung Jang for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15337",
"url": "https://www.suse.com/security/cve/CVE-2026-15337"
},
{
"category": "external",
"summary": "SUSE Bug 1272998 for CVE-2026-15337",
"url": "https://bugzilla.suse.com/1272998"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-15337"
},
{
"cve": "CVE-2026-15830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15830"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\nGeoDjango\u0027s `django.contrib.gis.geos.GEOSGeometry` is subject to a potential denial-of-service when parsing deeply nested `GEOMETRYCOLLECTION` objects supplied as well-known text (WKT), well-known binary (WKB), or hex-encoded WKB, which triggers unbounded recursion and a segmentation fault in the underlying GEOS library. Spatial field lookups and the `django.contrib.gis.forms.GeometryField` form field are also affected.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Andrew MacPherson and kimchunbok_ for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15830",
"url": "https://www.suse.com/security/cve/CVE-2026-15830"
},
{
"category": "external",
"summary": "SUSE Bug 1272999 for CVE-2026-15830",
"url": "https://bugzilla.suse.com/1272999"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-15830"
},
{
"cve": "CVE-2026-15920",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15920"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\n`django.contrib.admin.utils.display_for_field()` renders `URLField` values as clickable links in the admin without validating the URL. A value stored with an unsafe scheme is displayed as a link on changelist and read-only admin pages, which allows cross-site scripting against staff users who click the link.\r\nExploitation requires the unsafe value to already be stored in the database. `URLField` validation through a `ModelForm` or the admin rejects unsafe schemes, so this affects applications that persist `URLField` data without running model validation, for example through direct queryset writes, deserialization, or bulk import of untrusted input.\nDjango would like to thank Egor Saltykov for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15920",
"url": "https://www.suse.com/security/cve/CVE-2026-15920"
},
{
"category": "external",
"summary": "SUSE Bug 1273000 for CVE-2026-15920",
"url": "https://bugzilla.suse.com/1273000"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-6.0.8-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-6.0.8-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-15920"
}
]
}
OPENSUSE-SU-2026:11465-1
Vulnerability from csaf_opensuse - Published: 2026-08-06 00:00 - Updated: 2026-08-06 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "python313-Django4-4.2.30-5.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python313-Django4-4.2.30-5.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11465",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_11465-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15307 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15307/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15337 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15830 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15920 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15920/"
}
],
"title": "python313-Django4-4.2.30-5.1 on GA media",
"tracking": {
"current_release_date": "2026-08-06T00:00:00Z",
"generator": {
"date": "2026-08-06T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11465-1",
"initial_release_date": "2026-08-06T00:00:00Z",
"revision_history": [
{
"date": "2026-08-06T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-Django4-4.2.30-5.1.aarch64",
"product": {
"name": "python313-Django4-4.2.30-5.1.aarch64",
"product_id": "python313-Django4-4.2.30-5.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-Django4-4.2.30-5.1.aarch64",
"product": {
"name": "python314-Django4-4.2.30-5.1.aarch64",
"product_id": "python314-Django4-4.2.30-5.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-Django4-4.2.30-5.1.ppc64le",
"product": {
"name": "python313-Django4-4.2.30-5.1.ppc64le",
"product_id": "python313-Django4-4.2.30-5.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-Django4-4.2.30-5.1.ppc64le",
"product": {
"name": "python314-Django4-4.2.30-5.1.ppc64le",
"product_id": "python314-Django4-4.2.30-5.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-Django4-4.2.30-5.1.s390x",
"product": {
"name": "python313-Django4-4.2.30-5.1.s390x",
"product_id": "python313-Django4-4.2.30-5.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-Django4-4.2.30-5.1.s390x",
"product": {
"name": "python314-Django4-4.2.30-5.1.s390x",
"product_id": "python314-Django4-4.2.30-5.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-Django4-4.2.30-5.1.x86_64",
"product": {
"name": "python313-Django4-4.2.30-5.1.x86_64",
"product_id": "python313-Django4-4.2.30-5.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-Django4-4.2.30-5.1.x86_64",
"product": {
"name": "python314-Django4-4.2.30-5.1.x86_64",
"product_id": "python314-Django4-4.2.30-5.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django4-4.2.30-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64"
},
"product_reference": "python313-Django4-4.2.30-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django4-4.2.30-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le"
},
"product_reference": "python313-Django4-4.2.30-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django4-4.2.30-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x"
},
"product_reference": "python313-Django4-4.2.30-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django4-4.2.30-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64"
},
"product_reference": "python313-Django4-4.2.30-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django4-4.2.30-5.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64"
},
"product_reference": "python314-Django4-4.2.30-5.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django4-4.2.30-5.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le"
},
"product_reference": "python314-Django4-4.2.30-5.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django4-4.2.30-5.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x"
},
"product_reference": "python314-Django4-4.2.30-5.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django4-4.2.30-5.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
},
"product_reference": "python314-Django4-4.2.30-5.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-15307",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15307"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\nGeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the `django.contrib.gis.gdal.GDALRaster` constructor. Any value used in a spatial lookup against a `GeometryField` or `RasterField` reaches this constructor, including untrusted input, for example a spatial-field filter submitted through the Django admin changelist query string by a staff user with view permission. A `dict`, or a `str` holding its JSON representation, is opened in write mode regardless of the constructor\u0027s `write=False` default, allowing a file with an attacker-chosen name and contents to be written through a file-backed GDAL driver. Any other `str` is treated as a datasource, allowing an outbound network request through a GDAL virtual filesystem handler. Writing a file to a location later imported by the application can result in remote code execution.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Bence Nagy, localhost-detect, and kimchunbok_ for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15307",
"url": "https://www.suse.com/security/cve/CVE-2026-15307"
},
{
"category": "external",
"summary": "SUSE Bug 1272997 for CVE-2026-15307",
"url": "https://bugzilla.suse.com/1272997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2026-15307"
},
{
"cve": "CVE-2026-15337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15337"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\n`django.utils.translation.check_for_language()` is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the `django.views.i18n.set_language()` view, which is not routed by default. The consumed memory is bounded, since request data is limited by the `DATA_UPLOAD_MAX_MEMORY_SIZE` setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Jaeyoung Jang for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15337",
"url": "https://www.suse.com/security/cve/CVE-2026-15337"
},
{
"category": "external",
"summary": "SUSE Bug 1272998 for CVE-2026-15337",
"url": "https://bugzilla.suse.com/1272998"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-15337"
},
{
"cve": "CVE-2026-15830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15830"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\nGeoDjango\u0027s `django.contrib.gis.geos.GEOSGeometry` is subject to a potential denial-of-service when parsing deeply nested `GEOMETRYCOLLECTION` objects supplied as well-known text (WKT), well-known binary (WKB), or hex-encoded WKB, which triggers unbounded recursion and a segmentation fault in the underlying GEOS library. Spatial field lookups and the `django.contrib.gis.forms.GeometryField` form field are also affected.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Andrew MacPherson and kimchunbok_ for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15830",
"url": "https://www.suse.com/security/cve/CVE-2026-15830"
},
{
"category": "external",
"summary": "SUSE Bug 1272999 for CVE-2026-15830",
"url": "https://bugzilla.suse.com/1272999"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-15830"
},
{
"cve": "CVE-2026-15920",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15920"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\n`django.contrib.admin.utils.display_for_field()` renders `URLField` values as clickable links in the admin without validating the URL. A value stored with an unsafe scheme is displayed as a link on changelist and read-only admin pages, which allows cross-site scripting against staff users who click the link.\r\nExploitation requires the unsafe value to already be stored in the database. `URLField` validation through a `ModelForm` or the admin rejects unsafe schemes, so this affects applications that persist `URLField` data without running model validation, for example through direct queryset writes, deserialization, or bulk import of untrusted input.\nDjango would like to thank Egor Saltykov for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15920",
"url": "https://www.suse.com/security/cve/CVE-2026-15920"
},
{
"category": "external",
"summary": "SUSE Bug 1273000 for CVE-2026-15920",
"url": "https://bugzilla.suse.com/1273000"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python313-Django4-4.2.30-5.1.x86_64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.aarch64",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.ppc64le",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.s390x",
"openSUSE Tumbleweed:python314-Django4-4.2.30-5.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-06T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-15920"
}
]
}
SUSE-SU-2026:3503-1
Vulnerability from csaf_suse - Published: 2026-08-05 12:49 - Updated: 2026-08-05 12:49| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Django",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Django fixes the following issues:\n\n- CVE-2026-15307: server-side file-write and request forgery via spatial lookups (bsc#1272997).\n- CVE-2026-15337: potential denial-of-service vulnerability in `check_for_language()` (bsc#1272998).\n- CVE-2026-15830: potential denial-of-service vulnerability via nested geometry collections (bsc#1272999).\n- CVE-2026-15920: potential cross-site scripting via `URLField` values in the admin (bsc#1273000).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-3503,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-3503",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_3503-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:3503-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20263503-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:3503-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-August/049088.html"
},
{
"category": "self",
"summary": "SUSE Bug 1272997",
"url": "https://bugzilla.suse.com/1272997"
},
{
"category": "self",
"summary": "SUSE Bug 1272998",
"url": "https://bugzilla.suse.com/1272998"
},
{
"category": "self",
"summary": "SUSE Bug 1272999",
"url": "https://bugzilla.suse.com/1272999"
},
{
"category": "self",
"summary": "SUSE Bug 1273000",
"url": "https://bugzilla.suse.com/1273000"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15307 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15307/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15337 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15337/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15830 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15830/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-15920 page",
"url": "https://www.suse.com/security/cve/CVE-2026-15920/"
}
],
"title": "Security update for python-Django",
"tracking": {
"current_release_date": "2026-08-05T12:49:57Z",
"generator": {
"date": "2026-08-05T12:49:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:3503-1",
"initial_release_date": "2026-08-05T12:49:57Z",
"revision_history": [
{
"date": "2026-08-05T12:49:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-Django-4.2.11-150600.3.65.1.noarch",
"product": {
"name": "python311-Django-4.2.11-150600.3.65.1.noarch",
"product_id": "python311-Django-4.2.11-150600.3.65.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django-4.2.11-150600.3.65.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
},
"product_reference": "python311-Django-4.2.11-150600.3.65.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-15307",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15307"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\nGeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the `django.contrib.gis.gdal.GDALRaster` constructor. Any value used in a spatial lookup against a `GeometryField` or `RasterField` reaches this constructor, including untrusted input, for example a spatial-field filter submitted through the Django admin changelist query string by a staff user with view permission. A `dict`, or a `str` holding its JSON representation, is opened in write mode regardless of the constructor\u0027s `write=False` default, allowing a file with an attacker-chosen name and contents to be written through a file-backed GDAL driver. Any other `str` is treated as a datasource, allowing an outbound network request through a GDAL virtual filesystem handler. Writing a file to a location later imported by the application can result in remote code execution.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Bence Nagy, localhost-detect, and kimchunbok_ for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15307",
"url": "https://www.suse.com/security/cve/CVE-2026-15307"
},
{
"category": "external",
"summary": "SUSE Bug 1272997 for CVE-2026-15307",
"url": "https://bugzilla.suse.com/1272997"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-05T12:49:57Z",
"details": "critical"
}
],
"title": "CVE-2026-15307"
},
{
"cve": "CVE-2026-15337",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15337"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\n`django.utils.translation.check_for_language()` is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the `django.views.i18n.set_language()` view, which is not routed by default. The consumed memory is bounded, since request data is limited by the `DATA_UPLOAD_MAX_MEMORY_SIZE` setting (default 2.5 MB) and the cache holds a fixed maximum number of entries.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Jaeyoung Jang for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15337",
"url": "https://www.suse.com/security/cve/CVE-2026-15337"
},
{
"category": "external",
"summary": "SUSE Bug 1272998 for CVE-2026-15337",
"url": "https://bugzilla.suse.com/1272998"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-05T12:49:57Z",
"details": "important"
}
],
"title": "CVE-2026-15337"
},
{
"cve": "CVE-2026-15830",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15830"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\nGeoDjango\u0027s `django.contrib.gis.geos.GEOSGeometry` is subject to a potential denial-of-service when parsing deeply nested `GEOMETRYCOLLECTION` objects supplied as well-known text (WKT), well-known binary (WKB), or hex-encoded WKB, which triggers unbounded recursion and a segmentation fault in the underlying GEOS library. Spatial field lookups and the `django.contrib.gis.forms.GeometryField` form field are also affected.\nEarlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected.\nDjango would like to thank Andrew MacPherson and kimchunbok_ for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15830",
"url": "https://www.suse.com/security/cve/CVE-2026-15830"
},
{
"category": "external",
"summary": "SUSE Bug 1272999 for CVE-2026-15830",
"url": "https://bugzilla.suse.com/1272999"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-05T12:49:57Z",
"details": "important"
}
],
"title": "CVE-2026-15830"
},
{
"cve": "CVE-2026-15920",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-15920"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8.\n`django.contrib.admin.utils.display_for_field()` renders `URLField` values as clickable links in the admin without validating the URL. A value stored with an unsafe scheme is displayed as a link on changelist and read-only admin pages, which allows cross-site scripting against staff users who click the link.\r\nExploitation requires the unsafe value to already be stored in the database. `URLField` validation through a `ModelForm` or the admin rejects unsafe schemes, so this affects applications that persist `URLField` data without running model validation, for example through direct queryset writes, deserialization, or bulk import of untrusted input.\nDjango would like to thank Egor Saltykov for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-15920",
"url": "https://www.suse.com/security/cve/CVE-2026-15920"
},
{
"category": "external",
"summary": "SUSE Bug 1273000 for CVE-2026-15920",
"url": "https://bugzilla.suse.com/1273000"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.65.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-08-05T12:49:57Z",
"details": "moderate"
}
],
"title": "CVE-2026-15920"
}
]
}
ubuntu-cve-2026-15337
Vulnerability from osv_ubuntu
An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. django.utils.translation.check_for_language() is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the django.views.i18n.set_language() view, which is not routed by default. The consumed memory is bounded, since request data is limited by the DATA_UPLOAD_MAX_MEMORY_SIZE setting (default 2.5 MB) and the cache holds a fixed maximum number of entries. Earlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected. Django would like to thank Jaeyoung Jang for reporting this issue.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-django",
"binary_version": "1.6.11-0ubuntu1.3+esm11"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:14.04:LTS",
"name": "python-django",
"purl": "pkg:deb/ubuntu/python-django@1.6.11-0ubuntu1.3+esm11?arch=source\u0026distro=esm-infra-legacy/trusty"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.5.4-1ubuntu1",
"1.6-1",
"1.6.1-1",
"1.6.1-2",
"1.6.1-2ubuntu0.1",
"1.6.1-2ubuntu0.2",
"1.6.1-2ubuntu0.3",
"1.6.1-2ubuntu0.4",
"1.6.1-2ubuntu0.5",
"1.6.1-2ubuntu0.6",
"1.6.1-2ubuntu0.8",
"1.6.1-2ubuntu0.9",
"1.6.1-2ubuntu0.10",
"1.6.1-2ubuntu0.11",
"1.6.1-2ubuntu0.12",
"1.6.1-2ubuntu0.13",
"1.6.1-2ubuntu0.14",
"1.6.1-2ubuntu0.15",
"1.6.1-2ubuntu0.16",
"1.6.11-0ubuntu1",
"1.6.11-0ubuntu1.1",
"1.6.11-0ubuntu1.2",
"1.6.11-0ubuntu1.3",
"1.6.11-0ubuntu1.3+esm1",
"1.6.11-0ubuntu1.3+esm2",
"1.6.11-0ubuntu1.3+esm3",
"1.6.11-0ubuntu1.3+esm4",
"1.6.11-0ubuntu1.3+esm5",
"1.6.11-0ubuntu1.3+esm6",
"1.6.11-0ubuntu1.3+esm7",
"1.6.11-0ubuntu1.3+esm8",
"1.6.11-0ubuntu1.3+esm9",
"1.6.11-0ubuntu1.3+esm10",
"1.6.11-0ubuntu1.3+esm11"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-django",
"binary_version": "1.8.7-1ubuntu5.15+esm12"
},
{
"binary_name": "python-django-common",
"binary_version": "1.8.7-1ubuntu5.15+esm12"
},
{
"binary_name": "python3-django",
"binary_version": "1.8.7-1ubuntu5.15+esm12"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:16.04:LTS",
"name": "python-django",
"purl": "pkg:deb/ubuntu/python-django@1.8.7-1ubuntu5.15+esm12?arch=source\u0026distro=esm-infra/xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1.7.9-1ubuntu5",
"1.8.5-2ubuntu1",
"1.8.7-1ubuntu1",
"1.8.7-1ubuntu2",
"1.8.7-1ubuntu3",
"1.8.7-1ubuntu4",
"1.8.7-1ubuntu5",
"1.8.7-1ubuntu5.1",
"1.8.7-1ubuntu5.2",
"1.8.7-1ubuntu5.4",
"1.8.7-1ubuntu5.5",
"1.8.7-1ubuntu5.6",
"1.8.7-1ubuntu5.7",
"1.8.7-1ubuntu5.8",
"1.8.7-1ubuntu5.9",
"1.8.7-1ubuntu5.10",
"1.8.7-1ubuntu5.11",
"1.8.7-1ubuntu5.12",
"1.8.7-1ubuntu5.13",
"1.8.7-1ubuntu5.14",
"1.8.7-1ubuntu5.15",
"1.8.7-1ubuntu5.15+esm1",
"1.8.7-1ubuntu5.15+esm3",
"1.8.7-1ubuntu5.15+esm4",
"1.8.7-1ubuntu5.15+esm5",
"1.8.7-1ubuntu5.15+esm6",
"1.8.7-1ubuntu5.15+esm7",
"1.8.7-1ubuntu5.15+esm8",
"1.8.7-1ubuntu5.15+esm9",
"1.8.7-1ubuntu5.15+esm10",
"1.8.7-1ubuntu5.15+esm11",
"1.8.7-1ubuntu5.15+esm12"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python-django",
"binary_version": "1:1.11.11-1ubuntu1.21+esm15"
},
{
"binary_name": "python-django-common",
"binary_version": "1:1.11.11-1ubuntu1.21+esm15"
},
{
"binary_name": "python3-django",
"binary_version": "1:1.11.11-1ubuntu1.21+esm15"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:18.04:LTS",
"name": "python-django",
"purl": "pkg:deb/ubuntu/python-django@1:1.11.11-1ubuntu1.21+esm15?arch=source\u0026distro=esm-infra/bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:1.11.4-1ubuntu1",
"1:1.11.6-1ubuntu1",
"1:1.11.9-1ubuntu1",
"1:1.11.11-1ubuntu1",
"1:1.11.11-1ubuntu1.1",
"1:1.11.11-1ubuntu1.2",
"1:1.11.11-1ubuntu1.3",
"1:1.11.11-1ubuntu1.4",
"1:1.11.11-1ubuntu1.5",
"1:1.11.11-1ubuntu1.6",
"1:1.11.11-1ubuntu1.7",
"1:1.11.11-1ubuntu1.8",
"1:1.11.11-1ubuntu1.9",
"1:1.11.11-1ubuntu1.10",
"1:1.11.11-1ubuntu1.11",
"1:1.11.11-1ubuntu1.12",
"1:1.11.11-1ubuntu1.13",
"1:1.11.11-1ubuntu1.14",
"1:1.11.11-1ubuntu1.15",
"1:1.11.11-1ubuntu1.16",
"1:1.11.11-1ubuntu1.17",
"1:1.11.11-1ubuntu1.18",
"1:1.11.11-1ubuntu1.19",
"1:1.11.11-1ubuntu1.20",
"1:1.11.11-1ubuntu1.21",
"1:1.11.11-1ubuntu1.21+esm1",
"1:1.11.11-1ubuntu1.21+esm2",
"1:1.11.11-1ubuntu1.21+esm3",
"1:1.11.11-1ubuntu1.21+esm4",
"1:1.11.11-1ubuntu1.21+esm5",
"1:1.11.11-1ubuntu1.21+esm6",
"1:1.11.11-1ubuntu1.21+esm7",
"1:1.11.11-1ubuntu1.21+esm8",
"1:1.11.11-1ubuntu1.21+esm9",
"1:1.11.11-1ubuntu1.21+esm10",
"1:1.11.11-1ubuntu1.21+esm11",
"1:1.11.11-1ubuntu1.21+esm12",
"1:1.11.11-1ubuntu1.21+esm13",
"1:1.11.11-1ubuntu1.21+esm14",
"1:1.11.11-1ubuntu1.21+esm15"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-django",
"binary_version": "2:2.2.12-1ubuntu0.29+esm8"
}
]
},
"package": {
"ecosystem": "Ubuntu:Pro:20.04:LTS",
"name": "python-django",
"purl": "pkg:deb/ubuntu/python-django@2:2.2.12-1ubuntu0.29+esm8?arch=source\u0026distro=esm-infra/focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"1:1.11.22-1ubuntu1",
"2:2.2.6-1ubuntu1",
"2:2.2.9-2ubuntu1",
"2:2.2.10-1",
"2:2.2.10-1ubuntu1",
"2:2.2.11-1",
"2:2.2.12-1",
"2:2.2.12-1ubuntu0.1",
"2:2.2.12-1ubuntu0.2",
"2:2.2.12-1ubuntu0.3",
"2:2.2.12-1ubuntu0.4",
"2:2.2.12-1ubuntu0.5",
"2:2.2.12-1ubuntu0.6",
"2:2.2.12-1ubuntu0.7",
"2:2.2.12-1ubuntu0.8",
"2:2.2.12-1ubuntu0.9",
"2:2.2.12-1ubuntu0.10",
"2:2.2.12-1ubuntu0.11",
"2:2.2.12-1ubuntu0.12",
"2:2.2.12-1ubuntu0.13",
"2:2.2.12-1ubuntu0.14",
"2:2.2.12-1ubuntu0.15",
"2:2.2.12-1ubuntu0.16",
"2:2.2.12-1ubuntu0.17",
"2:2.2.12-1ubuntu0.18",
"2:2.2.12-1ubuntu0.19",
"2:2.2.12-1ubuntu0.20",
"2:2.2.12-1ubuntu0.21",
"2:2.2.12-1ubuntu0.22",
"2:2.2.12-1ubuntu0.23",
"2:2.2.12-1ubuntu0.24",
"2:2.2.12-1ubuntu0.25",
"2:2.2.12-1ubuntu0.26",
"2:2.2.12-1ubuntu0.27",
"2:2.2.12-1ubuntu0.28",
"2:2.2.12-1ubuntu0.29",
"2:2.2.12-1ubuntu0.29+esm1",
"2:2.2.12-1ubuntu0.29+esm2",
"2:2.2.12-1ubuntu0.29+esm3",
"2:2.2.12-1ubuntu0.29+esm4",
"2:2.2.12-1ubuntu0.29+esm5",
"2:2.2.12-1ubuntu0.29+esm6",
"2:2.2.12-1ubuntu0.29+esm7",
"2:2.2.12-1ubuntu0.29+esm8"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-django",
"binary_version": "2:3.2.12-2ubuntu1.27"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "python-django",
"purl": "pkg:deb/ubuntu/python-django@2:3.2.12-2ubuntu1.27?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"2:2.2.24-1ubuntu1",
"2:3.2.12-2",
"2:3.2.12-2ubuntu1",
"2:3.2.12-2ubuntu1.1",
"2:3.2.12-2ubuntu1.2",
"2:3.2.12-2ubuntu1.3",
"2:3.2.12-2ubuntu1.4",
"2:3.2.12-2ubuntu1.5",
"2:3.2.12-2ubuntu1.6",
"2:3.2.12-2ubuntu1.7",
"2:3.2.12-2ubuntu1.8",
"2:3.2.12-2ubuntu1.9",
"2:3.2.12-2ubuntu1.10",
"2:3.2.12-2ubuntu1.11",
"2:3.2.12-2ubuntu1.12",
"2:3.2.12-2ubuntu1.13",
"2:3.2.12-2ubuntu1.14",
"2:3.2.12-2ubuntu1.15",
"2:3.2.12-2ubuntu1.16",
"2:3.2.12-2ubuntu1.17",
"2:3.2.12-2ubuntu1.18",
"2:3.2.12-2ubuntu1.19",
"2:3.2.12-2ubuntu1.20",
"2:3.2.12-2ubuntu1.21",
"2:3.2.12-2ubuntu1.22",
"2:3.2.12-2ubuntu1.23",
"2:3.2.12-2ubuntu1.24",
"2:3.2.12-2ubuntu1.25",
"2:3.2.12-2ubuntu1.26",
"2:3.2.12-2ubuntu1.27"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-django",
"binary_version": "3:4.2.11-1ubuntu1.16"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "python-django",
"purl": "pkg:deb/ubuntu/python-django@3:4.2.11-1ubuntu1.16?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3:4.2.4-1ubuntu2",
"3:4.2.8-1",
"3:4.2.9-1",
"3:4.2.11-1",
"3:4.2.11-1ubuntu1",
"3:4.2.11-1ubuntu1.1",
"3:4.2.11-1ubuntu1.2",
"3:4.2.11-1ubuntu1.3",
"3:4.2.11-1ubuntu1.4",
"3:4.2.11-1ubuntu1.5",
"3:4.2.11-1ubuntu1.6",
"3:4.2.11-1ubuntu1.7",
"3:4.2.11-1ubuntu1.8",
"3:4.2.11-1ubuntu1.9",
"3:4.2.11-1ubuntu1.10",
"3:4.2.11-1ubuntu1.11",
"3:4.2.11-1ubuntu1.12",
"3:4.2.11-1ubuntu1.13",
"3:4.2.11-1ubuntu1.14",
"3:4.2.11-1ubuntu1.15",
"3:4.2.11-1ubuntu1.16"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "python3-django",
"binary_version": "3:5.2.9-0ubuntu4.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "python-django",
"purl": "pkg:deb/ubuntu/python-django@3:5.2.9-0ubuntu4.1?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"3:5.2.4-1ubuntu2",
"3:5.2.4-1ubuntu3",
"3:5.2.9-0ubuntu1",
"3:5.2.9-0ubuntu2",
"3:5.2.9-0ubuntu3",
"3:5.2.9-0ubuntu4",
"3:5.2.9-0ubuntu4.1"
]
}
],
"aliases": [],
"details": "An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. `django.utils.translation.check_for_language()` is subject to a potential denial-of-service attack when given many distinct, very long language codes, which are retained as keys in an in-memory cache and consume process memory. Such codes reach the function through the `django.views.i18n.set_language()` view, which is not routed by default. The consumed memory is bounded, since request data is limited by the `DATA_UPLOAD_MAX_MEMORY_SIZE` setting (default 2.5 MB) and the cache holds a fixed maximum number of entries. Earlier, unsupported Django series (such as 5.1.x, 5.0.x, and 4.2.x) were not evaluated and may also be affected. Django would like to thank Jaeyoung Jang for reporting this issue.",
"id": "UBUNTU-CVE-2026-15337",
"modified": "2026-08-04T17:16:00Z",
"published": "2026-08-04T17:16:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2026-15337"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15337"
},
{
"type": "REPORT",
"url": "https://www.djangoproject.com/weblog/2026/aug/04/security-releases/"
},
{
"type": "REPORT",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"type": "REPORT",
"url": "https://github.com/django/django/commit/224dbc832586ad5cfb0237c2ff30d14baeaddc6f"
},
{
"type": "REPORT",
"url": "https://github.com/django/django/commit/27137e655e442e81095f1f8f77ff3870d9fdf169"
},
{
"type": "REPORT",
"url": "https://github.com/django/django/commit/5b3523d29be25948e1dd90b3863a002f00fc865f"
},
{
"type": "REPORT",
"url": "https://github.com/django/django/commit/c72a5dbb64d0777f3f471f1be94e8b2ca91e0959"
},
{
"type": "REPORT",
"url": "https://groups.google.com/g/django-announce"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N",
"type": "CVSS_V4"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2026-15337"
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
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.