Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-35193 (GCVE-0-2026-35193)
Vulnerability from cvelistv5 – Published: 2026-06-03 13:16 – Updated: 2026-06-03 15:47- CWE-524 - Use of Cache Containing Sensitive Information
| URL | Tags |
|---|---|
| https://docs.djangoproject.com/en/dev/releases/se… | vendor-advisory |
| https://groups.google.com/g/django-announce | mailing-list |
| https://www.djangoproject.com/weblog/2026/jun/03/… | vendor-advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| djangoproject | Django |
Affected:
6.0 , < 6.0.6
(python)
Unaffected: 6.0.6 (python) Affected: 5.2 , < 5.2.15 (python) Unaffected: 5.2.15 (python) |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-35193",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-06-03T15:47:08.153480Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-06-03T15:47:18.140Z",
"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.6",
"status": "affected",
"version": "6.0",
"versionType": "python"
},
{
"status": "unaffected",
"version": "6.0.6",
"versionType": "python"
},
{
"lessThan": "5.2.15",
"status": "affected",
"version": "5.2",
"versionType": "python"
},
{
"status": "unaffected",
"version": "5.2.15",
"versionType": "python"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "reporter",
"value": "Shai Berger"
},
{
"lang": "en",
"type": "remediation developer",
"value": "Jacob Walls"
},
{
"lang": "en",
"type": "coordinator",
"value": "Natalia Bidart"
}
],
"datePublic": "2026-06-03T08: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.15 and 6.0 before 6.0.6.\u003c/p\u003e\u003cp\u003e\u003ccode\u003edjango.middleware.cache.UpdateCacheMiddleware\u003c/code\u003e in Django does not add \u003ccode\u003eAuthorization\u003c/code\u003e to the \u003ccode\u003eVary\u003c/code\u003e response header for requests bearing that header without \u003ccode\u003eCache-Control: public\u003c/code\u003e, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\u003c/p\u003e\u003cp\u003eEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\u003c/p\u003e\u003cp\u003eDjango would like to thank Shai Berger for reporting this issue.\u003c/p\u003e"
}
],
"value": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Shai Berger for reporting this issue."
}
],
"impacts": [
{
"capecId": "CAPEC-204",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-204: Lifting Sensitive Data Embedded in Cache"
}
]
}
],
"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": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
}
},
{
"cvssV4_0": {
"baseScore": 2.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N",
"version": "4.0"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-524",
"description": "CWE-524: Use of Cache Containing Sensitive Information",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-06-03T13:16:38.456Z",
"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"
},
{
"name": "Django security releases issued: 6.0.6 and 5.2.15",
"tags": [
"vendor-advisory"
],
"url": "https://www.djangoproject.com/weblog/2026/jun/03/security-releases/"
}
],
"source": {
"discovery": "INTERNAL"
},
"timeline": [
{
"lang": "en",
"time": "2026-03-24T00:00:00.000Z",
"value": "Initial report received."
},
{
"lang": "en",
"time": "2026-04-28T00:00:00.000Z",
"value": "Vulnerability confirmed."
},
{
"lang": "en",
"time": "2026-06-03T08:00:00.000Z",
"value": "Security release issued."
}
],
"title": "Potential exposure of private data via missing Vary: Authorization in UpdateCacheMiddleware",
"x_generator": {
"engine": "cvelib 1.8.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"assignerShortName": "DSF",
"cveId": "CVE-2026-35193",
"datePublished": "2026-06-03T13:16:38.456Z",
"dateReserved": "2026-04-01T18:21:23.779Z",
"dateUpdated": "2026-06-03T15:47:18.140Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-35193",
"date": "2026-06-13",
"epss": "0.0004",
"percentile": "0.12656"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-35193\",\"sourceIdentifier\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"published\":\"2026-06-03T14:16:41.247\",\"lastModified\":\"2026-06-05T13:03:52.383\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\\nDjango would like to thank Shai Berger for reporting this issue.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/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\":2.3,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"PASSIVE\",\"vulnConfidentialityImpact\":\"LOW\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"NONE\",\"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:H/PR:N/UI:R/S:U/C:L/I:N/A:N\",\"baseScore\":3.1,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.6,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-524\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.2\",\"versionEndExcluding\":\"5.2.15\",\"matchCriteriaId\":\"048C450F-F81F-4A1D-9BF7-DC36FF26988E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.0\",\"versionEndExcluding\":\"6.0.6\",\"matchCriteriaId\":\"BC9BA685-D9CE-406E-A479-9C444E8EADB3\"}]}]}],\"references\":[{\"url\":\"https://docs.djangoproject.com/en/dev/releases/security/\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://groups.google.com/g/django-announce\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://www.djangoproject.com/weblog/2026/jun/03/security-releases/\",\"source\":\"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-35193\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-03T15:47:08.153480Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-03T15:47:14.925Z\"}}], \"cna\": {\"title\": \"Potential exposure of private data via missing Vary: Authorization in UpdateCacheMiddleware\", \"source\": {\"discovery\": \"INTERNAL\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"reporter\", \"value\": \"Shai Berger\"}, {\"lang\": \"en\", \"type\": \"remediation developer\", \"value\": \"Jacob Walls\"}, {\"lang\": \"en\", \"type\": \"coordinator\", \"value\": \"Natalia Bidart\"}], \"impacts\": [{\"capecId\": \"CAPEC-204\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-204: Lifting Sensitive Data Embedded in Cache\"}]}], \"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\": 3.1, \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N\"}}, {\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 2.3, \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/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.6\", \"versionType\": \"python\"}, {\"status\": \"unaffected\", \"version\": \"6.0.6\", \"versionType\": \"python\"}, {\"status\": \"affected\", \"version\": \"5.2\", \"lessThan\": \"5.2.15\", \"versionType\": \"python\"}, {\"status\": \"unaffected\", \"version\": \"5.2.15\", \"versionType\": \"python\"}], \"packageName\": \"django\", \"collectionURL\": \"https://pypi.org/project/Django/\", \"defaultStatus\": \"unaffected\"}], \"timeline\": [{\"lang\": \"en\", \"time\": \"2026-03-24T00:00:00.000Z\", \"value\": \"Initial report received.\"}, {\"lang\": \"en\", \"time\": \"2026-04-28T00:00:00.000Z\", \"value\": \"Vulnerability confirmed.\"}, {\"lang\": \"en\", \"time\": \"2026-06-03T08:00:00.000Z\", \"value\": \"Security release issued.\"}], \"datePublic\": \"2026-06-03T08: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://www.djangoproject.com/weblog/2026/jun/03/security-releases/\", \"name\": \"Django security releases issued: 6.0.6 and 5.2.15\", \"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.15 and 6.0 before 6.0.6.\\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\\nDjango would like to thank Shai Berger for reporting this issue.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"\u003cp\u003eAn issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\u003c/p\u003e\u003cp\u003e\u003ccode\u003edjango.middleware.cache.UpdateCacheMiddleware\u003c/code\u003e in Django does not add \u003ccode\u003eAuthorization\u003c/code\u003e to the \u003ccode\u003eVary\u003c/code\u003e response header for requests bearing that header without \u003ccode\u003eCache-Control: public\u003c/code\u003e, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\u003c/p\u003e\u003cp\u003eEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\u003c/p\u003e\u003cp\u003eDjango would like to thank Shai Berger for reporting this issue.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-524\", \"description\": \"CWE-524: Use of Cache Containing Sensitive Information\"}]}], \"providerMetadata\": {\"orgId\": \"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\", \"shortName\": \"DSF\", \"dateUpdated\": \"2026-06-03T13:16:38.456Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-35193\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-03T15:47:18.140Z\", \"dateReserved\": \"2026-04-01T18:21:23.779Z\", \"assignerOrgId\": \"6a34fbeb-21d4-45e7-8e0a-62b95bc12c92\", \"datePublished\": \"2026-06-03T13:16:38.456Z\", \"assignerShortName\": \"DSF\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
bit-django-2026-35193
Vulnerability from bitnami_vulndb
An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.
django.middleware.cache.UpdateCacheMiddleware in Django does not add Authorization to the Vary response header for requests bearing that header without Cache-Control: public, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.
Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.
Django would like to thank Shai Berger for reporting this issue.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "django",
"purl": "pkg:bitnami/django"
},
"ranges": [
{
"events": [
{
"introduced": "5.2.0"
},
{
"fixed": "5.2.15"
},
{
"introduced": "6.0.0"
},
{
"fixed": "6.0.6"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/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"
}
]
}
],
"aliases": [
"CVE-2026-35193"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*"
],
"severity": "Low"
},
"details": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Shai Berger for reporting this issue.",
"id": "BIT-django-2026-35193",
"modified": "2026-06-06T09:05:43.229Z",
"published": "2026-06-06T08:39:15.077Z",
"references": [
{
"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://nvd.nist.gov/vuln/detail/CVE-2026-35193"
},
{
"type": "WEB",
"url": "https://www.djangoproject.com/weblog/2026/jun/03/security-releases/"
}
],
"schema_version": "1.6.2",
"summary": "Potential exposure of private data via missing Vary: Authorization in UpdateCacheMiddleware"
}
FKIE_CVE-2026-35193
Vulnerability from fkie_nvd - Published: 2026-06-03 14:16 - Updated: 2026-06-05 13:03| Vendor | Product | Version | |
|---|---|---|---|
| djangoproject | django | * | |
| djangoproject | django | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"matchCriteriaId": "048C450F-F81F-4A1D-9BF7-DC36FF26988E",
"versionEndExcluding": "5.2.15",
"versionStartIncluding": "5.2",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:djangoproject:django:*:*:*:*:*:*:*:*",
"matchCriteriaId": "BC9BA685-D9CE-406E-A479-9C444E8EADB3",
"versionEndExcluding": "6.0.6",
"versionStartIncluding": "6.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Shai Berger for reporting this issue."
}
],
"id": "CVE-2026-35193",
"lastModified": "2026-06-05T13:03:52.383",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 1.6,
"impactScore": 1.4,
"source": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"type": "Secondary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 2.3,
"baseSeverity": "LOW",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "PASSIVE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/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",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"type": "Secondary"
}
]
},
"published": "2026-06-03T14:16:41.247",
"references": [
{
"source": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"source": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"tags": [
"Release Notes"
],
"url": "https://groups.google.com/g/django-announce"
},
{
"source": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://www.djangoproject.com/weblog/2026/jun/03/security-releases/"
}
],
"sourceIdentifier": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-524"
}
],
"source": "6a34fbeb-21d4-45e7-8e0a-62b95bc12c92",
"type": "Secondary"
}
]
}
GHSA-QPC8-7FXC-CM4P
Vulnerability from github – Published: 2026-06-03 15:30 – Updated: 2026-06-03 15:30An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.
django.middleware.cache.UpdateCacheMiddleware in Django does not add Authorization to the Vary response header for requests bearing that header without Cache-Control: public, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.
Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.
Django would like to thank Shai Berger for reporting this issue.
{
"affected": [],
"aliases": [
"CVE-2026-35193"
],
"database_specific": {
"cwe_ids": [
"CWE-524"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-06-03T14:16:41Z",
"severity": "LOW"
},
"details": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Shai Berger for reporting this issue.",
"id": "GHSA-qpc8-7fxc-cm4p",
"modified": "2026-06-03T15:30:43Z",
"published": "2026-06-03T15:30:42Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35193"
},
{
"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/jun/03/security-releases"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/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:11002-1
Vulnerability from csaf_opensuse - Published: 2026-06-11 00:00 - Updated: 2026-06-11 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django-5.2.15-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": "python311-Django-5.2.15-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-Django-5.2.15-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11002",
"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_11002-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35193 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48587 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48587/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6873 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-7666 page",
"url": "https://www.suse.com/security/cve/CVE-2026-7666/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-8404 page",
"url": "https://www.suse.com/security/cve/CVE-2026-8404/"
}
],
"title": "python311-Django-5.2.15-1.1 on GA media",
"tracking": {
"current_release_date": "2026-06-11T00:00:00Z",
"generator": {
"date": "2026-06-11T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11002-1",
"initial_release_date": "2026-06-11T00:00:00Z",
"revision_history": [
{
"date": "2026-06-11T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-Django-5.2.15-1.1.aarch64",
"product": {
"name": "python311-Django-5.2.15-1.1.aarch64",
"product_id": "python311-Django-5.2.15-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-Django-5.2.15-1.1.aarch64",
"product": {
"name": "python313-Django-5.2.15-1.1.aarch64",
"product_id": "python313-Django-5.2.15-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-Django-5.2.15-1.1.aarch64",
"product": {
"name": "python314-Django-5.2.15-1.1.aarch64",
"product_id": "python314-Django-5.2.15-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Django-5.2.15-1.1.ppc64le",
"product": {
"name": "python311-Django-5.2.15-1.1.ppc64le",
"product_id": "python311-Django-5.2.15-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-Django-5.2.15-1.1.ppc64le",
"product": {
"name": "python313-Django-5.2.15-1.1.ppc64le",
"product_id": "python313-Django-5.2.15-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-Django-5.2.15-1.1.ppc64le",
"product": {
"name": "python314-Django-5.2.15-1.1.ppc64le",
"product_id": "python314-Django-5.2.15-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Django-5.2.15-1.1.s390x",
"product": {
"name": "python311-Django-5.2.15-1.1.s390x",
"product_id": "python311-Django-5.2.15-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-Django-5.2.15-1.1.s390x",
"product": {
"name": "python313-Django-5.2.15-1.1.s390x",
"product_id": "python313-Django-5.2.15-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-Django-5.2.15-1.1.s390x",
"product": {
"name": "python314-Django-5.2.15-1.1.s390x",
"product_id": "python314-Django-5.2.15-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Django-5.2.15-1.1.x86_64",
"product": {
"name": "python311-Django-5.2.15-1.1.x86_64",
"product_id": "python311-Django-5.2.15-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-Django-5.2.15-1.1.x86_64",
"product": {
"name": "python313-Django-5.2.15-1.1.x86_64",
"product_id": "python313-Django-5.2.15-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-Django-5.2.15-1.1.x86_64",
"product": {
"name": "python314-Django-5.2.15-1.1.x86_64",
"product_id": "python314-Django-5.2.15-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": "python311-Django-5.2.15-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64"
},
"product_reference": "python311-Django-5.2.15-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django-5.2.15-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le"
},
"product_reference": "python311-Django-5.2.15-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django-5.2.15-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x"
},
"product_reference": "python311-Django-5.2.15-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Django-5.2.15-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64"
},
"product_reference": "python311-Django-5.2.15-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-5.2.15-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64"
},
"product_reference": "python313-Django-5.2.15-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-5.2.15-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le"
},
"product_reference": "python313-Django-5.2.15-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-5.2.15-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x"
},
"product_reference": "python313-Django-5.2.15-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django-5.2.15-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64"
},
"product_reference": "python313-Django-5.2.15-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django-5.2.15-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64"
},
"product_reference": "python314-Django-5.2.15-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django-5.2.15-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le"
},
"product_reference": "python314-Django-5.2.15-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django-5.2.15-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x"
},
"product_reference": "python314-Django-5.2.15-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django-5.2.15-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
},
"product_reference": "python314-Django-5.2.15-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-35193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35193"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Shai Berger for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35193",
"url": "https://www.suse.com/security/cve/CVE-2026-35193"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-35193",
"url": "https://bugzilla.suse.com/1267576"
}
],
"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:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-35193"
},
{
"cve": "CVE-2026-48587",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48587"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.utils.cache.has_vary_header()` in Django does not strip leading or trailing whitespace from `Vary` response header values before comparison, which allows remote attackers to read cached responses via requests to URLs whose responses contain whitespace-padded Vary header values.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Navid Rezazadeh for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48587",
"url": "https://www.suse.com/security/cve/CVE-2026-48587"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-48587",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267577 for CVE-2026-48587",
"url": "https://bugzilla.suse.com/1267577"
}
],
"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:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-48587"
},
{
"cve": "CVE-2026-6873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6873"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15.\n`django.http.HttpRequest.get_signed_cookie` in Django uses a non-injective salt derivation (concatenating the cookie name and salt argument), which allows a remote attacker to use a cookie in a context different from the one where it was signed, via distinct `(name, salt)` pairs that produce the same concatenation.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Peng Zhou for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6873",
"url": "https://www.suse.com/security/cve/CVE-2026-6873"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-6873",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267578 for CVE-2026-6873",
"url": "https://bugzilla.suse.com/1267578"
}
],
"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:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-6873"
},
{
"cve": "CVE-2026-7666",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-7666"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15.\n`django.core.mail.backends.smtp.EmailBackend` in Django fails to prevent reuse of a partially-initialized connection after a failed `STARTTLS` handshake when `fail_silently=True`, which allows on-path network attackers to read email content via cleartext interception.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Kasper Dupont for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-7666",
"url": "https://www.suse.com/security/cve/CVE-2026-7666"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-7666",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267579 for CVE-2026-7666",
"url": "https://bugzilla.suse.com/1267579"
}
],
"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:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-7666"
},
{
"cve": "CVE-2026-8404",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-8404"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not match `Cache-Control` response directives case-insensitively, which allows remote attackers to read responses that were incorrectly cached because their `Cache-Control` directives used uppercase or mixed-case values.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Ahmed Badawe for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-8404",
"url": "https://www.suse.com/security/cve/CVE-2026-8404"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-8404",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267580 for CVE-2026-8404",
"url": "https://bugzilla.suse.com/1267580"
}
],
"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:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python311-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python313-Django-5.2.15-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.s390x",
"openSUSE Tumbleweed:python314-Django-5.2.15-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-8404"
}
]
}
OPENSUSE-SU-2026:11003-1
Vulnerability from csaf_opensuse - Published: 2026-06-11 00:00 - Updated: 2026-06-11 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python314-Django6-6.0.6-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-Django6-6.0.6-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python313-Django6-6.0.6-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-11003",
"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_11003-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35193 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48587 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48587/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6873 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-7666 page",
"url": "https://www.suse.com/security/cve/CVE-2026-7666/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-8404 page",
"url": "https://www.suse.com/security/cve/CVE-2026-8404/"
}
],
"title": "python313-Django6-6.0.6-1.1 on GA media",
"tracking": {
"current_release_date": "2026-06-11T00:00:00Z",
"generator": {
"date": "2026-06-11T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:11003-1",
"initial_release_date": "2026-06-11T00:00:00Z",
"revision_history": [
{
"date": "2026-06-11T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-Django6-6.0.6-1.1.aarch64",
"product": {
"name": "python313-Django6-6.0.6-1.1.aarch64",
"product_id": "python313-Django6-6.0.6-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python314-Django6-6.0.6-1.1.aarch64",
"product": {
"name": "python314-Django6-6.0.6-1.1.aarch64",
"product_id": "python314-Django6-6.0.6-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-Django6-6.0.6-1.1.ppc64le",
"product": {
"name": "python313-Django6-6.0.6-1.1.ppc64le",
"product_id": "python313-Django6-6.0.6-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python314-Django6-6.0.6-1.1.ppc64le",
"product": {
"name": "python314-Django6-6.0.6-1.1.ppc64le",
"product_id": "python314-Django6-6.0.6-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-Django6-6.0.6-1.1.s390x",
"product": {
"name": "python313-Django6-6.0.6-1.1.s390x",
"product_id": "python313-Django6-6.0.6-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python314-Django6-6.0.6-1.1.s390x",
"product": {
"name": "python314-Django6-6.0.6-1.1.s390x",
"product_id": "python314-Django6-6.0.6-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python313-Django6-6.0.6-1.1.x86_64",
"product": {
"name": "python313-Django6-6.0.6-1.1.x86_64",
"product_id": "python313-Django6-6.0.6-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python314-Django6-6.0.6-1.1.x86_64",
"product": {
"name": "python314-Django6-6.0.6-1.1.x86_64",
"product_id": "python314-Django6-6.0.6-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-Django6-6.0.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64"
},
"product_reference": "python313-Django6-6.0.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django6-6.0.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le"
},
"product_reference": "python313-Django6-6.0.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django6-6.0.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x"
},
"product_reference": "python313-Django6-6.0.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-Django6-6.0.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64"
},
"product_reference": "python313-Django6-6.0.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django6-6.0.6-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64"
},
"product_reference": "python314-Django6-6.0.6-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django6-6.0.6-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le"
},
"product_reference": "python314-Django6-6.0.6-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django6-6.0.6-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x"
},
"product_reference": "python314-Django6-6.0.6-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python314-Django6-6.0.6-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
},
"product_reference": "python314-Django6-6.0.6-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-35193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35193"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Shai Berger for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35193",
"url": "https://www.suse.com/security/cve/CVE-2026-35193"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-35193",
"url": "https://bugzilla.suse.com/1267576"
}
],
"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-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-35193"
},
{
"cve": "CVE-2026-48587",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48587"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.utils.cache.has_vary_header()` in Django does not strip leading or trailing whitespace from `Vary` response header values before comparison, which allows remote attackers to read cached responses via requests to URLs whose responses contain whitespace-padded Vary header values.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Navid Rezazadeh for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48587",
"url": "https://www.suse.com/security/cve/CVE-2026-48587"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-48587",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267577 for CVE-2026-48587",
"url": "https://bugzilla.suse.com/1267577"
}
],
"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-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-48587"
},
{
"cve": "CVE-2026-6873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6873"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15.\n`django.http.HttpRequest.get_signed_cookie` in Django uses a non-injective salt derivation (concatenating the cookie name and salt argument), which allows a remote attacker to use a cookie in a context different from the one where it was signed, via distinct `(name, salt)` pairs that produce the same concatenation.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Peng Zhou for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6873",
"url": "https://www.suse.com/security/cve/CVE-2026-6873"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-6873",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267578 for CVE-2026-6873",
"url": "https://bugzilla.suse.com/1267578"
}
],
"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-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-6873"
},
{
"cve": "CVE-2026-7666",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-7666"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15.\n`django.core.mail.backends.smtp.EmailBackend` in Django fails to prevent reuse of a partially-initialized connection after a failed `STARTTLS` handshake when `fail_silently=True`, which allows on-path network attackers to read email content via cleartext interception.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Kasper Dupont for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-7666",
"url": "https://www.suse.com/security/cve/CVE-2026-7666"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-7666",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267579 for CVE-2026-7666",
"url": "https://bugzilla.suse.com/1267579"
}
],
"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-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-7666"
},
{
"cve": "CVE-2026-8404",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-8404"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not match `Cache-Control` response directives case-insensitively, which allows remote attackers to read responses that were incorrectly cached because their `Cache-Control` directives used uppercase or mixed-case values.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Ahmed Badawe for reporting this issue.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-8404",
"url": "https://www.suse.com/security/cve/CVE-2026-8404"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-8404",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267580 for CVE-2026-8404",
"url": "https://bugzilla.suse.com/1267580"
}
],
"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-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python313-Django6-6.0.6-1.1.x86_64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.aarch64",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.ppc64le",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.s390x",
"openSUSE Tumbleweed:python314-Django6-6.0.6-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-11T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-8404"
}
]
}
PYSEC-2026-197
Vulnerability from pysec - Published: 2026-06-03 14:16 - Updated: 2026-06-06 09:31An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.
django.middleware.cache.UpdateCacheMiddleware in Django does not add Authorization to the Vary response header for requests bearing that header without Cache-Control: public, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.
Earlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.
Django would like to thank Shai Berger for reporting this issue.
| Name | purl | django | pkg:pypi/django |
|---|
{
"affected": [
{
"ecosystem_specific": {},
"package": {
"ecosystem": "PyPI",
"name": "django",
"purl": "pkg:pypi/django"
},
"ranges": [
{
"events": [
{
"introduced": "5.2"
},
{
"fixed": "5.2.15"
},
{
"introduced": "6.0"
},
{
"fixed": "6.0.6"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"5.2",
"5.2.1",
"5.2.10",
"5.2.11",
"5.2.12",
"5.2.13",
"5.2.14",
"5.2.2",
"5.2.3",
"5.2.4",
"5.2.5",
"5.2.6",
"5.2.7",
"5.2.8",
"5.2.9",
"6.0",
"6.0.1",
"6.0.2",
"6.0.3",
"6.0.4",
"6.0.5"
]
}
],
"aliases": [
"CVE-2026-35193"
],
"details": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Shai Berger for reporting this issue.",
"id": "PYSEC-2026-197",
"modified": "2026-06-06T09:31:26.956057Z",
"published": "2026-06-03T14:16:41.247Z",
"references": [
{
"type": "ADVISORY",
"url": "https://groups.google.com/g/django-announce"
},
{
"type": "FIX",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"type": "FIX",
"url": "https://www.djangoproject.com/weblog/2026/jun/03/security-releases/"
}
],
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/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"
}
]
}
SUSE-SU-2026:2318-1
Vulnerability from csaf_suse - Published: 2026-06-09 13:22 - Updated: 2026-06-09 13:22| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.59.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.59.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.59.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.59.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.59.1.noarch | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"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-6873: signed cookie salt namespace collision in `django.http.HttpRequest.get_signed_cookie` (bsc#1267578).\n- CVE-2026-7666: potential unencrypted email transmission via `STARTTLS` in the SMTP backend (bsc#1267579).\n- CVE-2026-8404: potential exposure of private data via case-sensitive `Cache-Control` directives in\n `UpdateCacheMiddleware` (bsc#1267580).\n- CVE-2026-35193: potential exposure of private data via missing `Vary: Authorization` in `UpdateCacheMiddleware`\n (bsc#1267576).\n- CVE-2026-48587: potential exposure of private data via whitespace padding in `Vary` header (bsc#1267577).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-2318,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2026-2318",
"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_2318-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:2318-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20262318-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:2318-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047219.html"
},
{
"category": "self",
"summary": "SUSE Bug 1267576",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "self",
"summary": "SUSE Bug 1267577",
"url": "https://bugzilla.suse.com/1267577"
},
{
"category": "self",
"summary": "SUSE Bug 1267578",
"url": "https://bugzilla.suse.com/1267578"
},
{
"category": "self",
"summary": "SUSE Bug 1267579",
"url": "https://bugzilla.suse.com/1267579"
},
{
"category": "self",
"summary": "SUSE Bug 1267580",
"url": "https://bugzilla.suse.com/1267580"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-35193 page",
"url": "https://www.suse.com/security/cve/CVE-2026-35193/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-48587 page",
"url": "https://www.suse.com/security/cve/CVE-2026-48587/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-6873 page",
"url": "https://www.suse.com/security/cve/CVE-2026-6873/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-7666 page",
"url": "https://www.suse.com/security/cve/CVE-2026-7666/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-8404 page",
"url": "https://www.suse.com/security/cve/CVE-2026-8404/"
}
],
"title": "Security update for python-Django",
"tracking": {
"current_release_date": "2026-06-09T13:22:04Z",
"generator": {
"date": "2026-06-09T13:22:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:2318-1",
"initial_release_date": "2026-06-09T13:22:04Z",
"revision_history": [
{
"date": "2026-06-09T13:22:04Z",
"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.59.1.noarch",
"product": {
"name": "python311-Django-4.2.11-150600.3.59.1.noarch",
"product_id": "python311-Django-4.2.11-150600.3.59.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.59.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.59.1.noarch"
},
"product_reference": "python311-Django-4.2.11-150600.3.59.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-35193",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-35193"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not add `Authorization` to the `Vary` response header for requests bearing that header without `Cache-Control: public`, which allows remote attackers to read private cached responses via unauthenticated requests to the same URL.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Shai Berger 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.59.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-35193",
"url": "https://www.suse.com/security/cve/CVE-2026-35193"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-35193",
"url": "https://bugzilla.suse.com/1267576"
}
],
"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.59.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.59.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T13:22:04Z",
"details": "moderate"
}
],
"title": "CVE-2026-35193"
},
{
"cve": "CVE-2026-48587",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-48587"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.utils.cache.has_vary_header()` in Django does not strip leading or trailing whitespace from `Vary` response header values before comparison, which allows remote attackers to read cached responses via requests to URLs whose responses contain whitespace-padded Vary header values.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Navid Rezazadeh 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.59.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-48587",
"url": "https://www.suse.com/security/cve/CVE-2026-48587"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-48587",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267577 for CVE-2026-48587",
"url": "https://bugzilla.suse.com/1267577"
}
],
"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.59.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.59.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T13:22:04Z",
"details": "moderate"
}
],
"title": "CVE-2026-48587"
},
{
"cve": "CVE-2026-6873",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-6873"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15.\n`django.http.HttpRequest.get_signed_cookie` in Django uses a non-injective salt derivation (concatenating the cookie name and salt argument), which allows a remote attacker to use a cookie in a context different from the one where it was signed, via distinct `(name, salt)` pairs that produce the same concatenation.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Peng Zhou 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.59.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-6873",
"url": "https://www.suse.com/security/cve/CVE-2026-6873"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-6873",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267578 for CVE-2026-6873",
"url": "https://bugzilla.suse.com/1267578"
}
],
"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.59.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/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.59.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T13:22:04Z",
"details": "moderate"
}
],
"title": "CVE-2026-6873"
},
{
"cve": "CVE-2026-7666",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-7666"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 6.0 before 6.0.6 and 5.2 before 5.2.15.\n`django.core.mail.backends.smtp.EmailBackend` in Django fails to prevent reuse of a partially-initialized connection after a failed `STARTTLS` handshake when `fail_silently=True`, which allows on-path network attackers to read email content via cleartext interception.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Kasper Dupont 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.59.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-7666",
"url": "https://www.suse.com/security/cve/CVE-2026-7666"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-7666",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267579 for CVE-2026-7666",
"url": "https://bugzilla.suse.com/1267579"
}
],
"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.59.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.59.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T13:22:04Z",
"details": "important"
}
],
"title": "CVE-2026-7666"
},
{
"cve": "CVE-2026-8404",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-8404"
}
],
"notes": [
{
"category": "general",
"text": "An issue was discovered in Django 5.2 before 5.2.15 and 6.0 before 6.0.6.\n`django.middleware.cache.UpdateCacheMiddleware` in Django does not match `Cache-Control` response directives case-insensitively, which allows remote attackers to read responses that were incorrectly cached because their `Cache-Control` directives used uppercase or mixed-case values.\nEarlier, unsupported Django series (such as 5.0.x, 4.1.x, and 3.2.x) were not evaluated and may also be affected.\nDjango would like to thank Ahmed Badawe 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.59.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-8404",
"url": "https://www.suse.com/security/cve/CVE-2026-8404"
},
{
"category": "external",
"summary": "SUSE Bug 1267576 for CVE-2026-8404",
"url": "https://bugzilla.suse.com/1267576"
},
{
"category": "external",
"summary": "SUSE Bug 1267580 for CVE-2026-8404",
"url": "https://bugzilla.suse.com/1267580"
}
],
"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.59.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python311-Django-4.2.11-150600.3.59.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-09T13:22:04Z",
"details": "moderate"
}
],
"title": "CVE-2026-8404"
}
]
}
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.