Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-25645 (GCVE-0-2026-25645)
Vulnerability from cvelistv5 – Published: 2026-03-25 17:02 – Updated: 2026-03-25 22:48
VLAI
EPSS
Title
Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function
Summary
Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.
Severity
4.4 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-377 - Insecure Temporary File
Assigner
References
3 references
| URL | Tags |
|---|---|
| https://github.com/psf/requests/security/advisori… | x_refsource_CONFIRM |
| https://github.com/psf/requests/commit/66d21cb07b… | x_refsource_MISC |
| https://github.com/psf/requests/releases/tag/v2.33.0 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-25645",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-03-25T20:09:33.855806Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-03-25T20:09:40.551Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "requests",
"vendor": "psf",
"versions": [
{
"status": "affected",
"version": "\u003c 2.33.0"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-377",
"description": "CWE-377: Insecure Temporary File",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-25T22:48:33.406Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/psf/requests/security/advisories/GHSA-gc5v-m9x4-r6x2",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/psf/requests/security/advisories/GHSA-gc5v-m9x4-r6x2"
},
{
"name": "https://github.com/psf/requests/commit/66d21cb07bd6255b1280291c4fafb71803cdb3b7",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/psf/requests/commit/66d21cb07bd6255b1280291c4fafb71803cdb3b7"
},
{
"name": "https://github.com/psf/requests/releases/tag/v2.33.0",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/psf/requests/releases/tag/v2.33.0"
}
],
"source": {
"advisory": "GHSA-gc5v-m9x4-r6x2",
"discovery": "UNKNOWN"
},
"title": "Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-25645",
"datePublished": "2026-03-25T17:02:48.402Z",
"dateReserved": "2026-02-04T05:15:41.791Z",
"dateUpdated": "2026-03-25T22:48:33.406Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-25645",
"date": "2026-06-23",
"epss": "0.00182",
"percentile": "0.079"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-25645\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-03-25T17:16:52.970\",\"lastModified\":\"2026-03-30T14:23:16.127\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.\"},{\"lang\":\"es\",\"value\":\"Requests es una biblioteca HTTP. Antes de la versi\u00f3n 2.33.0, la funci\u00f3n de utilidad \u0027requests.utils.extract_zipped_paths()\u0027 utiliza un nombre de archivo predecible al extraer archivos de archivos zip en el directorio temporal del sistema. Si el archivo de destino ya existe, se reutiliza sin validaci\u00f3n. Un atacante local con acceso de escritura al directorio temporal podr\u00eda pre-crear un archivo malicioso que se cargar\u00eda en lugar del leg\u00edtimo. El uso est\u00e1ndar de la biblioteca Requests no se ve afectado por esta vulnerabilidad. Solo las aplicaciones que llaman a \u0027extract_zipped_paths()\u0027 directamente se ven afectadas. A partir de la versi\u00f3n 2.33.0, la biblioteca extrae archivos a una ubicaci\u00f3n no determinista. Si los desarrolladores no pueden actualizar, pueden establecer \u0027TMPDIR\u0027 en su entorno a un directorio con acceso de escritura restringido.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":0.8,\"impactScore\":3.6},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-377\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:requests:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"2.33.0\",\"matchCriteriaId\":\"B164516D-2E98-41D4-9CB7-40FD49A1B6D9\"}]}]}],\"references\":[{\"url\":\"https://github.com/psf/requests/commit/66d21cb07bd6255b1280291c4fafb71803cdb3b7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/psf/requests/releases/tag/v2.33.0\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/psf/requests/security/advisories/GHSA-gc5v-m9x4-r6x2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-25645\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-03-25T20:09:33.855806Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-03-25T20:09:37.239Z\"}}], \"cna\": {\"title\": \"Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function\", \"source\": {\"advisory\": \"GHSA-gc5v-m9x4-r6x2\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"psf\", \"product\": \"requests\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 2.33.0\"}]}], \"references\": [{\"url\": \"https://github.com/psf/requests/security/advisories/GHSA-gc5v-m9x4-r6x2\", \"name\": \"https://github.com/psf/requests/security/advisories/GHSA-gc5v-m9x4-r6x2\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/psf/requests/commit/66d21cb07bd6255b1280291c4fafb71803cdb3b7\", \"name\": \"https://github.com/psf/requests/commit/66d21cb07bd6255b1280291c4fafb71803cdb3b7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/psf/requests/releases/tag/v2.33.0\", \"name\": \"https://github.com/psf/requests/releases/tag/v2.33.0\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-377\", \"description\": \"CWE-377: Insecure Temporary File\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-03-25T22:48:33.406Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-25645\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-25T22:48:33.406Z\", \"dateReserved\": \"2026-02-04T05:15:41.791Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-03-25T17:02:48.402Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
MSRC_CVE-2026-25645
Vulnerability from csaf_microsoft - Published: 2026-03-02 00:00 - Updated: 2026-05-01 01:38Summary
Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function
Notes
Additional Resources: To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle
Disclaimer: The information provided in the Microsoft Knowledge Base is provided \"as is\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.
4.4 (Medium)
Affected products
Fixed
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 19530-17084 | — | ||
| Unresolved product id: 20231-17086 | — | ||
| Unresolved product id: 21134-17084 | — |
References
4 references
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2026/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2026-25645 Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-25645.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function",
"tracking": {
"current_release_date": "2026-05-01T01:38:33.000Z",
"generator": {
"date": "2026-05-01T07:15:00.170Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2026-25645",
"initial_release_date": "2026-03-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-03-29T01:02:28.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-03-30T14:38:11.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-03-31T01:38:46.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
},
{
"date": "2026-03-31T15:01:09.000Z",
"legacy_version": "4",
"number": "4",
"summary": "Information published."
},
{
"date": "2026-05-01T01:38:33.000Z",
"legacy_version": "5",
"number": "5",
"summary": "Information published."
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
},
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cazl3 python-requests 0:2.31.0-3.azl3",
"product": {
"name": "\u003cazl3 python-requests 0:2.31.0-3.azl3",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 python-requests 0:2.31.0-3.azl3",
"product": {
"name": "azl3 python-requests 0:2.31.0-3.azl3",
"product_id": "19530"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 python-requests 0:2.27.1-8.cbl2",
"product": {
"name": "\u003ccbl2 python-requests 0:2.27.1-8.cbl2",
"product_id": "2"
}
},
{
"category": "product_version",
"name": "cbl2 python-requests 0:2.27.1-8.cbl2",
"product": {
"name": "cbl2 python-requests 0:2.27.1-8.cbl2",
"product_id": "20231"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 python-requests 0:2.31.0-4.azl3",
"product": {
"name": "\u003cazl3 python-requests 0:2.31.0-4.azl3",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "azl3 python-requests 0:2.31.0-4.azl3",
"product": {
"name": "azl3 python-requests 0:2.31.0-4.azl3",
"product_id": "21134"
}
}
],
"category": "product_name",
"name": "python-requests"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python-requests 0:2.31.0-3.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-requests 0:2.31.0-3.azl3 as a component of Azure Linux 3.0",
"product_id": "19530-17084"
},
"product_reference": "19530",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 python-requests 0:2.27.1-8.cbl2 as a component of CBL Mariner 2.0",
"product_id": "17086-2"
},
"product_reference": "2",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-requests 0:2.27.1-8.cbl2 as a component of CBL Mariner 2.0",
"product_id": "20231-17086"
},
"product_reference": "20231",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python-requests 0:2.31.0-4.azl3 as a component of Azure Linux 3.0",
"product_id": "17084-1"
},
"product_reference": "1",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-requests 0:2.31.0-4.azl3 as a component of Azure Linux 3.0",
"product_id": "21134-17084"
},
"product_reference": "21134",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25645",
"cwe": {
"id": "CWE-377",
"name": "Insecure Temporary File"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"19530-17084",
"20231-17086",
"21134-17084"
],
"known_affected": [
"17084-3",
"17086-2",
"17084-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2026-25645 Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-25645.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-29T01:02:28.000Z",
"details": "0:2.31.0-4.azl3:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-3",
"17084-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2026-03-29T01:02:28.000Z",
"details": "0:2.27.1-9.cbl2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-2"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 4.4,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"17084-3",
"17086-2",
"17084-1"
]
}
],
"title": "Requests has Insecure Temp File Reuse in its extract_zipped_paths() utility function"
}
]
}
OPENSUSE-SU-2026:10455-1
Vulnerability from csaf_opensuse - Published: 2026-03-28 00:00 - Updated: 2026-03-28 00:00Summary
python311-requests-2.33.0-1.1 on GA media
Severity
Moderate
Notes
Title of the patch: python311-requests-2.33.0-1.1 on GA media
Description of the patch: These are all security issues fixed in the python311-requests-2.33.0-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames: openSUSE-Tumbleweed-2026-10455
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:python311-requests-2.33.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-requests-2.33.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-requests-2.33.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python311-requests-2.33.0-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-requests-2.33.0-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-requests-2.33.0-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-requests-2.33.0-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:python313-requests-2.33.0-1.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
5 references
{
"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-requests-2.33.0-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the python311-requests-2.33.0-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10455",
"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_10455-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25645 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25645/"
}
],
"title": "python311-requests-2.33.0-1.1 on GA media",
"tracking": {
"current_release_date": "2026-03-28T00:00:00Z",
"generator": {
"date": "2026-03-28T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10455-1",
"initial_release_date": "2026-03-28T00:00:00Z",
"revision_history": [
{
"date": "2026-03-28T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-requests-2.33.0-1.1.aarch64",
"product": {
"name": "python311-requests-2.33.0-1.1.aarch64",
"product_id": "python311-requests-2.33.0-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "python313-requests-2.33.0-1.1.aarch64",
"product": {
"name": "python313-requests-2.33.0-1.1.aarch64",
"product_id": "python313-requests-2.33.0-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-requests-2.33.0-1.1.ppc64le",
"product": {
"name": "python311-requests-2.33.0-1.1.ppc64le",
"product_id": "python311-requests-2.33.0-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "python313-requests-2.33.0-1.1.ppc64le",
"product": {
"name": "python313-requests-2.33.0-1.1.ppc64le",
"product_id": "python313-requests-2.33.0-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-requests-2.33.0-1.1.s390x",
"product": {
"name": "python311-requests-2.33.0-1.1.s390x",
"product_id": "python311-requests-2.33.0-1.1.s390x"
}
},
{
"category": "product_version",
"name": "python313-requests-2.33.0-1.1.s390x",
"product": {
"name": "python313-requests-2.33.0-1.1.s390x",
"product_id": "python313-requests-2.33.0-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-requests-2.33.0-1.1.x86_64",
"product": {
"name": "python311-requests-2.33.0-1.1.x86_64",
"product_id": "python311-requests-2.33.0-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "python313-requests-2.33.0-1.1.x86_64",
"product": {
"name": "python313-requests-2.33.0-1.1.x86_64",
"product_id": "python313-requests-2.33.0-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-requests-2.33.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-requests-2.33.0-1.1.aarch64"
},
"product_reference": "python311-requests-2.33.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-requests-2.33.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-requests-2.33.0-1.1.ppc64le"
},
"product_reference": "python311-requests-2.33.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-requests-2.33.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-requests-2.33.0-1.1.s390x"
},
"product_reference": "python311-requests-2.33.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-requests-2.33.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python311-requests-2.33.0-1.1.x86_64"
},
"product_reference": "python311-requests-2.33.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-requests-2.33.0-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-requests-2.33.0-1.1.aarch64"
},
"product_reference": "python313-requests-2.33.0-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-requests-2.33.0-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-requests-2.33.0-1.1.ppc64le"
},
"product_reference": "python313-requests-2.33.0-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-requests-2.33.0-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-requests-2.33.0-1.1.s390x"
},
"product_reference": "python313-requests-2.33.0-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-requests-2.33.0-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:python313-requests-2.33.0-1.1.x86_64"
},
"product_reference": "python313-requests-2.33.0-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25645",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25645"
}
],
"notes": [
{
"category": "general",
"text": "Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.aarch64",
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.ppc64le",
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.s390x",
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.s390x",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25645",
"url": "https://www.suse.com/security/cve/CVE-2026-25645"
},
{
"category": "external",
"summary": "SUSE Bug 1260589 for CVE-2026-25645",
"url": "https://bugzilla.suse.com/1260589"
}
],
"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-requests-2.33.0-1.1.aarch64",
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.ppc64le",
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.s390x",
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.s390x",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.aarch64",
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.ppc64le",
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.s390x",
"openSUSE Tumbleweed:python311-requests-2.33.0-1.1.x86_64",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.aarch64",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.ppc64le",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.s390x",
"openSUSE Tumbleweed:python313-requests-2.33.0-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-03-28T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-25645"
}
]
}
SUSE-SU-2026:1218-1
Vulnerability from csaf_suse - Published: 2026-04-08 14:39 - Updated: 2026-04-08 14:39Summary
Security update for python-requests
Severity
Moderate
Notes
Title of the patch: Security update for python-requests
Description of the patch: This update for python-requests fixes the following issues:
- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and
reuses target files that already exist without validation (bsc#1260589).
Patchnames: SUSE-2026-1218,SUSE-SLE-Module-Public-Cloud-12-2026-1218,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1218
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:python-requests-2.24.0-8.26.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 12:python3-requests-2.24.0-8.26.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-requests-2.24.0-8.26.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"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": "Security update for python-requests",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-requests fixes the following issues:\n\n- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and\n reuses target files that already exist without validation (bsc#1260589).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1218,SUSE-SLE-Module-Public-Cloud-12-2026-1218,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2026-1218",
"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_1218-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1218-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261218-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1218-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045324.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260589",
"url": "https://bugzilla.suse.com/1260589"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25645 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25645/"
}
],
"title": "Security update for python-requests",
"tracking": {
"current_release_date": "2026-04-08T14:39:49Z",
"generator": {
"date": "2026-04-08T14:39:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1218-1",
"initial_release_date": "2026-04-08T14:39:49Z",
"revision_history": [
{
"date": "2026-04-08T14:39:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python-requests-2.24.0-8.26.1.noarch",
"product": {
"name": "python-requests-2.24.0-8.26.1.noarch",
"product_id": "python-requests-2.24.0-8.26.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-requests-2.24.0-8.26.1.noarch",
"product": {
"name": "python3-requests-2.24.0-8.26.1.noarch",
"product_id": "python3-requests-2.24.0-8.26.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:12"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-2.24.0-8.26.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python-requests-2.24.0-8.26.1.noarch"
},
"product_reference": "python-requests-2.24.0-8.26.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-2.24.0-8.26.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 12",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 12:python3-requests-2.24.0-8.26.1.noarch"
},
"product_reference": "python3-requests-2.24.0-8.26.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requests-2.24.0-8.26.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-requests-2.24.0-8.26.1.noarch"
},
"product_reference": "python-requests-2.24.0-8.26.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25645",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25645"
}
],
"notes": [
{
"category": "general",
"text": "Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 12:python-requests-2.24.0-8.26.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python3-requests-2.24.0-8.26.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-requests-2.24.0-8.26.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25645",
"url": "https://www.suse.com/security/cve/CVE-2026-25645"
},
{
"category": "external",
"summary": "SUSE Bug 1260589 for CVE-2026-25645",
"url": "https://bugzilla.suse.com/1260589"
}
],
"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 Public Cloud 12:python-requests-2.24.0-8.26.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python3-requests-2.24.0-8.26.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-requests-2.24.0-8.26.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 12:python-requests-2.24.0-8.26.1.noarch",
"SUSE Linux Enterprise Module for Public Cloud 12:python3-requests-2.24.0-8.26.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:python-requests-2.24.0-8.26.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T14:39:49Z",
"details": "moderate"
}
],
"title": "CVE-2026-25645"
}
]
}
SUSE-SU-2026:1644-1
Vulnerability from csaf_suse - Published: 2026-04-28 13:31 - Updated: 2026-04-28 13:31Summary
Security update for python-requests
Severity
Moderate
Notes
Title of the patch: Security update for python-requests
Description of the patch: This update for python-requests fixes the following issues:
- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and
reuses target files that already exist without validation (bsc#1260589).
Patchnames: SUSE-2026-1644,SUSE-SLE-Micro-5.3-2026-1644,SUSE-SLE-Micro-5.4-2026-1644,SUSE-SLE-Micro-5.5-2026-1644,SUSE-SLE-Module-Basesystem-15-SP7-2026-1644,SUSE-SUSE-MicroOS-5.2-2026-1644
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
5 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:python3-requests-2.25.1-150300.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:python3-requests-2.25.1-150300.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:python3-requests-2.25.1-150300.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:python3-requests-2.25.1-150300.3.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-requests-2.25.1-150300.3.21.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"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": "Security update for python-requests",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-requests fixes the following issues:\n\n- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and\n reuses target files that already exist without validation (bsc#1260589).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1644,SUSE-SLE-Micro-5.3-2026-1644,SUSE-SLE-Micro-5.4-2026-1644,SUSE-SLE-Micro-5.5-2026-1644,SUSE-SLE-Module-Basesystem-15-SP7-2026-1644,SUSE-SUSE-MicroOS-5.2-2026-1644",
"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_1644-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1644-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261644-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1644-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/046101.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260589",
"url": "https://bugzilla.suse.com/1260589"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25645 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25645/"
}
],
"title": "Security update for python-requests",
"tracking": {
"current_release_date": "2026-04-28T13:31:42Z",
"generator": {
"date": "2026-04-28T13:31:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1644-1",
"initial_release_date": "2026-04-28T13:31:42Z",
"revision_history": [
{
"date": "2026-04-28T13:31:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python2-requests-2.25.1-150300.3.21.1.noarch",
"product": {
"name": "python2-requests-2.25.1-150300.3.21.1.noarch",
"product_id": "python2-requests-2.25.1-150300.3.21.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-requests-2.25.1-150300.3.21.1.noarch",
"product": {
"name": "python3-requests-2.25.1-150300.3.21.1.noarch",
"product_id": "python3-requests-2.25.1-150300.3.21.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-2.25.1-150300.3.21.1.noarch as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:python3-requests-2.25.1-150300.3.21.1.noarch"
},
"product_reference": "python3-requests-2.25.1-150300.3.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-2.25.1-150300.3.21.1.noarch as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:python3-requests-2.25.1-150300.3.21.1.noarch"
},
"product_reference": "python3-requests-2.25.1-150300.3.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-2.25.1-150300.3.21.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:python3-requests-2.25.1-150300.3.21.1.noarch"
},
"product_reference": "python3-requests-2.25.1-150300.3.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-2.25.1-150300.3.21.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-requests-2.25.1-150300.3.21.1.noarch"
},
"product_reference": "python3-requests-2.25.1-150300.3.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requests-2.25.1-150300.3.21.1.noarch as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:python3-requests-2.25.1-150300.3.21.1.noarch"
},
"product_reference": "python3-requests-2.25.1-150300.3.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25645",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25645"
}
],
"notes": [
{
"category": "general",
"text": "Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.2:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Micro 5.3:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Micro 5.4:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Micro 5.5:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-requests-2.25.1-150300.3.21.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25645",
"url": "https://www.suse.com/security/cve/CVE-2026-25645"
},
{
"category": "external",
"summary": "SUSE Bug 1260589 for CVE-2026-25645",
"url": "https://bugzilla.suse.com/1260589"
}
],
"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 Micro 5.2:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Micro 5.3:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Micro 5.4:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Micro 5.5:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-requests-2.25.1-150300.3.21.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.2:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Micro 5.3:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Micro 5.4:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Micro 5.5:python3-requests-2.25.1-150300.3.21.1.noarch",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:python3-requests-2.25.1-150300.3.21.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T13:31:42Z",
"details": "moderate"
}
],
"title": "CVE-2026-25645"
}
]
}
SUSE-SU-2026:1647-1
Vulnerability from csaf_suse - Published: 2026-04-28 18:03 - Updated: 2026-04-28 18:03Summary
Security update for python-requests
Severity
Moderate
Notes
Title of the patch: Security update for python-requests
Description of the patch: This update for python-requests fixes the following issues:
- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and
reuses target files that already exist without validation (bsc#1260589).
Patchnames: SUSE-2026-1647,SUSE-SLE-Module-Public-Cloud-15-SP4-2026-1647,SUSE-SLE-Module-Python3-15-SP7-2026-1647,openSUSE-SLE-15.6-2026-1647
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-requests-2.31.0-150400.6.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-requests-2.31.0-150400.6.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-requests-2.31.0-150400.6.21.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"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": "Security update for python-requests",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-requests fixes the following issues:\n\n- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and\n reuses target files that already exist without validation (bsc#1260589).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-1647,SUSE-SLE-Module-Public-Cloud-15-SP4-2026-1647,SUSE-SLE-Module-Python3-15-SP7-2026-1647,openSUSE-SLE-15.6-2026-1647",
"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_1647-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:1647-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20261647-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:1647-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/046099.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260589",
"url": "https://bugzilla.suse.com/1260589"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25645 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25645/"
}
],
"title": "Security update for python-requests",
"tracking": {
"current_release_date": "2026-04-28T18:03:06Z",
"generator": {
"date": "2026-04-28T18:03:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:1647-1",
"initial_release_date": "2026-04-28T18:03:06Z",
"revision_history": [
{
"date": "2026-04-28T18:03:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-requests-2.31.0-150400.6.21.1.noarch",
"product": {
"name": "python311-requests-2.31.0-150400.6.21.1.noarch",
"product_id": "python311-requests-2.31.0-150400.6.21.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-requests-2.31.0-150400.6.21.1.noarch as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-requests-2.31.0-150400.6.21.1.noarch"
},
"product_reference": "python311-requests-2.31.0-150400.6.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-requests-2.31.0-150400.6.21.1.noarch as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-requests-2.31.0-150400.6.21.1.noarch"
},
"product_reference": "python311-requests-2.31.0-150400.6.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-requests-2.31.0-150400.6.21.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-requests-2.31.0-150400.6.21.1.noarch"
},
"product_reference": "python311-requests-2.31.0-150400.6.21.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25645",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25645"
}
],
"notes": [
{
"category": "general",
"text": "Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-requests-2.31.0-150400.6.21.1.noarch",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-requests-2.31.0-150400.6.21.1.noarch",
"openSUSE Leap 15.6:python311-requests-2.31.0-150400.6.21.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25645",
"url": "https://www.suse.com/security/cve/CVE-2026-25645"
},
{
"category": "external",
"summary": "SUSE Bug 1260589 for CVE-2026-25645",
"url": "https://bugzilla.suse.com/1260589"
}
],
"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 Public Cloud 15 SP4:python311-requests-2.31.0-150400.6.21.1.noarch",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-requests-2.31.0-150400.6.21.1.noarch",
"openSUSE Leap 15.6:python311-requests-2.31.0-150400.6.21.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-requests-2.31.0-150400.6.21.1.noarch",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-requests-2.31.0-150400.6.21.1.noarch",
"openSUSE Leap 15.6:python311-requests-2.31.0-150400.6.21.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-28T18:03:06Z",
"details": "moderate"
}
],
"title": "CVE-2026-25645"
}
]
}
SUSE-SU-2026:21036-1
Vulnerability from csaf_suse - Published: 2026-04-08 14:30 - Updated: 2026-04-08 14:30Summary
Security update for python-requests
Severity
Moderate
Notes
Title of the patch: Security update for python-requests
Description of the patch: This update for python-requests fixes the following issue:
- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and reuses
target files that already exist without validation (bsc#1260589).
Patchnames: SUSE-SLE-Micro-6.1-475
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:python311-requests-2.32.4-slfo.1.1_2.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"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": "Security update for python-requests",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-requests fixes the following issue:\n\n- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and reuses\n target files that already exist without validation (bsc#1260589).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-475",
"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_21036-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21036-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621036-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21036-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-April/025304.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260589",
"url": "https://bugzilla.suse.com/1260589"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25645 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25645/"
}
],
"title": "Security update for python-requests",
"tracking": {
"current_release_date": "2026-04-08T14:30:11Z",
"generator": {
"date": "2026-04-08T14:30:11Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21036-1",
"initial_release_date": "2026-04-08T14:30:11Z",
"revision_history": [
{
"date": "2026-04-08T14:30:11Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-requests-2.32.4-slfo.1.1_2.1.noarch",
"product": {
"name": "python311-requests-2.32.4-slfo.1.1_2.1.noarch",
"product_id": "python311-requests-2.32.4-slfo.1.1_2.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.1",
"product": {
"name": "SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-requests-2.32.4-slfo.1.1_2.1.noarch as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-requests-2.32.4-slfo.1.1_2.1.noarch"
},
"product_reference": "python311-requests-2.32.4-slfo.1.1_2.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25645",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25645"
}
],
"notes": [
{
"category": "general",
"text": "Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:python311-requests-2.32.4-slfo.1.1_2.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25645",
"url": "https://www.suse.com/security/cve/CVE-2026-25645"
},
{
"category": "external",
"summary": "SUSE Bug 1260589 for CVE-2026-25645",
"url": "https://bugzilla.suse.com/1260589"
}
],
"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 Micro 6.1:python311-requests-2.32.4-slfo.1.1_2.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:python311-requests-2.32.4-slfo.1.1_2.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T14:30:11Z",
"details": "moderate"
}
],
"title": "CVE-2026-25645"
}
]
}
SUSE-SU-2026:21063-1
Vulnerability from csaf_suse - Published: 2026-04-08 14:11 - Updated: 2026-04-08 14:11Summary
Security update for python-requests
Severity
Moderate
Notes
Title of the patch: Security update for python-requests
Description of the patch: This update for python-requests fixes the following issue:
- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and reuses
target files that already exist without validation (bsc#1260589).
Patchnames: SUSE-SLE-Micro-6.0-655
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-requests-2.32.3-3.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"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": "Security update for python-requests",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-requests fixes the following issue:\n\n- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and reuses\n target files that already exist without validation (bsc#1260589).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-655",
"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_21063-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:21063-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202621063-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:21063-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-April/045461.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260589",
"url": "https://bugzilla.suse.com/1260589"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25645 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25645/"
}
],
"title": "Security update for python-requests",
"tracking": {
"current_release_date": "2026-04-08T14:11:12Z",
"generator": {
"date": "2026-04-08T14:11:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:21063-1",
"initial_release_date": "2026-04-08T14:11:12Z",
"revision_history": [
{
"date": "2026-04-08T14:11:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-requests-2.32.3-3.1.noarch",
"product": {
"name": "python311-requests-2.32.3-3.1.noarch",
"product_id": "python311-requests-2.32.3-3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.0",
"product": {
"name": "SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.0"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-requests-2.32.3-3.1.noarch as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-requests-2.32.3-3.1.noarch"
},
"product_reference": "python311-requests-2.32.3-3.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25645",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25645"
}
],
"notes": [
{
"category": "general",
"text": "Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-requests-2.32.3-3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25645",
"url": "https://www.suse.com/security/cve/CVE-2026-25645"
},
{
"category": "external",
"summary": "SUSE Bug 1260589 for CVE-2026-25645",
"url": "https://bugzilla.suse.com/1260589"
}
],
"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 Micro 6.0:python311-requests-2.32.3-3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-requests-2.32.3-3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-08T14:11:12Z",
"details": "moderate"
}
],
"title": "CVE-2026-25645"
}
]
}
SUSE-SU-2026:22055-1
Vulnerability from csaf_suse - Published: 2026-06-08 16:27 - Updated: 2026-06-08 16:27Summary
Security update for python-requests
Severity
Moderate
Notes
Title of the patch: Security update for python-requests
Description of the patch: This update for python-requests fixes the following issue:
- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and reuses
target files that already exist without validation (bsc#1260589).
Patchnames: SUSE-SL-Micro-6.2-908
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
1 product
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.2:python313-requests-2.32.4-160000.3.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"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": "Security update for python-requests",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-requests fixes the following issue:\n\n- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and reuses\n target files that already exist without validation (bsc#1260589).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SL-Micro-6.2-908",
"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_22055-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22055-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622055-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22055-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047196.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260589",
"url": "https://bugzilla.suse.com/1260589"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25645 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25645/"
}
],
"title": "Security update for python-requests",
"tracking": {
"current_release_date": "2026-06-08T16:27:21Z",
"generator": {
"date": "2026-06-08T16:27:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22055-1",
"initial_release_date": "2026-06-08T16:27:21Z",
"revision_history": [
{
"date": "2026-06-08T16:27:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-requests-2.32.4-160000.3.1.noarch",
"product": {
"name": "python313-requests-2.32.4-160000.3.1.noarch",
"product_id": "python313-requests-2.32.4-160000.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Micro 6.2",
"product": {
"name": "SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sl-micro:6.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-requests-2.32.4-160000.3.1.noarch as component of SUSE Linux Micro 6.2",
"product_id": "SUSE Linux Micro 6.2:python313-requests-2.32.4-160000.3.1.noarch"
},
"product_reference": "python313-requests-2.32.4-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Micro 6.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25645",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25645"
}
],
"notes": [
{
"category": "general",
"text": "Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.2:python313-requests-2.32.4-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25645",
"url": "https://www.suse.com/security/cve/CVE-2026-25645"
},
{
"category": "external",
"summary": "SUSE Bug 1260589 for CVE-2026-25645",
"url": "https://bugzilla.suse.com/1260589"
}
],
"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 Micro 6.2:python313-requests-2.32.4-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.2:python313-requests-2.32.4-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-08T16:27:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-25645"
}
]
}
SUSE-SU-2026:22091-1
Vulnerability from csaf_suse - Published: 2026-06-08 16:27 - Updated: 2026-06-08 16:27Summary
Security update for python-requests
Severity
Moderate
Notes
Title of the patch: Security update for python-requests
Description of the patch: This update for python-requests fixes the following issue:
- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and reuses
target files that already exist without validation (bsc#1260589).
Patchnames: SUSE-SLES-16.0-908
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.5 (Medium)
Affected products
Recommended
2 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 16.0:python313-requests-2.32.4-160000.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP applications 16.0:python313-requests-2.32.4-160000.3.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
References
8 references
{
"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": "Security update for python-requests",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-requests fixes the following issue:\n\n- CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and reuses\n target files that already exist without validation (bsc#1260589).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLES-16.0-908",
"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_22091-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:22091-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-202622091-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:22091-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2026-June/047306.html"
},
{
"category": "self",
"summary": "SUSE Bug 1260589",
"url": "https://bugzilla.suse.com/1260589"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-25645 page",
"url": "https://www.suse.com/security/cve/CVE-2026-25645/"
}
],
"title": "Security update for python-requests",
"tracking": {
"current_release_date": "2026-06-08T16:27:21Z",
"generator": {
"date": "2026-06-08T16:27:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:22091-1",
"initial_release_date": "2026-06-08T16:27:21Z",
"revision_history": [
{
"date": "2026-06-08T16:27:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python313-requests-2.32.4-160000.3.1.noarch",
"product": {
"name": "python313-requests-2.32.4-160000.3.1.noarch",
"product_id": "python313-requests-2.32.4-160000.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 16.0",
"product": {
"name": "SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product": {
"name": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:16:16.0:server-sap"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-requests-2.32.4-160000.3.1.noarch as component of SUSE Linux Enterprise Server 16.0",
"product_id": "SUSE Linux Enterprise Server 16.0:python313-requests-2.32.4-160000.3.1.noarch"
},
"product_reference": "python313-requests-2.32.4-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 16.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python313-requests-2.32.4-160000.3.1.noarch as component of SUSE Linux Enterprise Server for SAP applications 16.0",
"product_id": "SUSE Linux Enterprise Server for SAP applications 16.0:python313-requests-2.32.4-160000.3.1.noarch"
},
"product_reference": "python313-requests-2.32.4-160000.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP applications 16.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25645",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-25645"
}
],
"notes": [
{
"category": "general",
"text": "Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 16.0:python313-requests-2.32.4-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-requests-2.32.4-160000.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-25645",
"url": "https://www.suse.com/security/cve/CVE-2026-25645"
},
{
"category": "external",
"summary": "SUSE Bug 1260589 for CVE-2026-25645",
"url": "https://bugzilla.suse.com/1260589"
}
],
"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 Server 16.0:python313-requests-2.32.4-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-requests-2.32.4-160000.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 16.0:python313-requests-2.32.4-160000.3.1.noarch",
"SUSE Linux Enterprise Server for SAP applications 16.0:python313-requests-2.32.4-160000.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-06-08T16:27:21Z",
"details": "moderate"
}
],
"title": "CVE-2026-25645"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…