Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-56201 (GCVE-0-2024-56201)
Vulnerability from cvelistv5 – Published: 2024-12-23 15:37 – Updated: 2025-02-18 21:47- CWE-150 - Improper Neutralization of Escape, Meta, or Control Sequences
| URL | Tags |
|---|---|
| https://github.com/pallets/jinja/security/advisor… | x_refsource_CONFIRM |
| https://github.com/pallets/jinja/issues/1792 | x_refsource_MISC |
| https://github.com/pallets/jinja/commit/767b23617… | x_refsource_MISC |
| https://github.com/pallets/jinja/releases/tag/3.1.5 | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-56201",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-12-24T01:44:55.825619Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-18T21:47:42.763Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "jinja",
"vendor": "pallets",
"versions": [
{
"status": "affected",
"version": "\u003e= 3.0.0, \u003c 3.1.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, a bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "PASSIVE",
"vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-150",
"description": "CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-01-08T16:06:29.739Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
},
{
"name": "https://github.com/pallets/jinja/issues/1792",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pallets/jinja/issues/1792"
},
{
"name": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
},
{
"name": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
}
],
"source": {
"advisory": "GHSA-gmj6-6f8f-6699",
"discovery": "UNKNOWN"
},
"title": "Jinja has a sandbox breakout through malicious filenames"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-56201",
"datePublished": "2024-12-23T15:37:36.110Z",
"dateReserved": "2024-12-18T18:29:25.896Z",
"dateUpdated": "2025-02-18T21:47:42.763Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-56201",
"date": "2026-06-05",
"epss": "0.00573",
"percentile": "0.69134"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-56201\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-12-23T16:15:07.410\",\"lastModified\":\"2025-09-22T17:45:28.710\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, a bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.\"},{\"lang\":\"es\",\"value\":\"Jinja es un motor de plantillas extensible. Antes de 3.1.5, un error en el compilador de Jinja permit\u00eda a un atacante que controlaba tanto el contenido como el nombre de archivo de una plantilla ejecutar c\u00f3digo Python arbitrario, independientemente de si se utilizaba el entorno limitado de Jinja. Para aprovechar la vulnerabilidad, un atacante necesita controlar tanto el nombre del archivo como el contenido de una plantilla. Que ese sea el caso depende del tipo de aplicaci\u00f3n que utilice Jinja. Esta vulnerabilidad afecta a los usuarios de aplicaciones que ejecutan plantillas que no son de confianza donde el autor de la plantilla tambi\u00e9n puede elegir el nombre del archivo de la plantilla. Esta vulnerabilidad se solucion\u00f3 en 3.1.5.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"PASSIVE\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-150\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.1.5\",\"matchCriteriaId\":\"A50631DE-4A4A-4B19-81C0-4D0597588D7A\"}]}]}],\"references\":[{\"url\":\"https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pallets/jinja/issues/1792\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://github.com/pallets/jinja/releases/tag/3.1.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-56201\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-24T01:44:55.825619Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-24T01:45:29.331Z\"}}], \"cna\": {\"title\": \"Jinja has a sandbox breakout through malicious filenames\", \"source\": {\"advisory\": \"GHSA-gmj6-6f8f-6699\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 5.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"PASSIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"LOW\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"pallets\", \"product\": \"jinja\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 3.0.0, \u003c 3.1.5\"}]}], \"references\": [{\"url\": \"https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699\", \"name\": \"https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pallets/jinja/issues/1792\", \"name\": \"https://github.com/pallets/jinja/issues/1792\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f\", \"name\": \"https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pallets/jinja/releases/tag/3.1.5\", \"name\": \"https://github.com/pallets/jinja/releases/tag/3.1.5\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, a bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-150\", \"description\": \"CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-01-08T16:06:29.739Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-56201\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-18T21:47:42.763Z\", \"dateReserved\": \"2024-12-18T18:29:25.896Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-12-23T15:37:36.110Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:3491
Vulnerability from csaf_redhat - Published: 2025-04-01 15:15 - Updated: 2026-06-02 15:19A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja's sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
A flaw was found in graphql-ruby. In affected versions of graphq-ruby, loading a malicious schema definition in the `GraphQL::Schema.from_introspection` or the `GraphQL::Schema::Loader.load` can cause remote code execution. Any system that loads a schema by JSON from an untrusted source is vulnerable, including those that use GraphQL::Client to load external schemas via GraphQL introspection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
A flaw was found in RackRubygems, where Rack::Static does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. This flaw allows an attacker to gain access to all files under the specified root directory, provided they can determine the file's path.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Satellite 6.15 for RHEL 8.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* rubygem-graphql: Remote code execution when loading a crafted GraphQL schema (CVE-2025-27407)\n\n* rubygem-rack: Local File Inclusion in Rack::Static (CVE-2025-27610)\n\n* python-jinja2: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3491",
"url": "https://access.redhat.com/errata/RHSA-2025:3491"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index"
},
{
"category": "external",
"summary": "2333854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
},
{
"category": "external",
"summary": "2351231",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351231"
},
{
"category": "external",
"summary": "2351767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351767"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3491.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.15.5.2 Async Update",
"tracking": {
"current_release_date": "2026-06-02T15:19:27+00:00",
"generator": {
"date": "2026-06-02T15:19:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:3491",
"initial_release_date": "2025-04-01T15:15:14+00:00",
"revision_history": [
{
"date": "2025-04-01T15:15:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T15:15:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:19:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.15::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.15::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "python-jinja2-0:3.1.5-1.el8pc.src",
"product": {
"name": "python-jinja2-0:3.1.5-1.el8pc.src",
"product_id": "python-jinja2-0:3.1.5-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.5-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.39.25-1.el8pc.src",
"product": {
"name": "python-pulpcore-0:3.39.25-1.el8pc.src",
"product_id": "python-pulpcore-0:3.39.25-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.39.25-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"product": {
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"product_id": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.60-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-0:1.13.24-1.el8sat.src",
"product": {
"name": "rubygem-graphql-0:1.13.24-1.el8sat.src",
"product_id": "rubygem-graphql-0:1.13.24-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.24-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.13-1.el8sat.src",
"product": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.src",
"product_id": "rubygem-rack-0:2.2.13-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.13-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.15.5.2-1.el8sat.src",
"product": {
"name": "satellite-0:6.15.5.2-1.el8sat.src",
"product_id": "satellite-0:6.15.5.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.15.5.2-1.el8sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"product": {
"name": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"product_id": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"product_id": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.39.25-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"product_id": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.60-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"product": {
"name": "rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"product_id": "rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.24-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"product_id": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.13-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.15.5.2-1.el8sat.noarch",
"product": {
"name": "satellite-0:6.15.5.2-1.el8sat.noarch",
"product_id": "satellite-0:6.15.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.15.5.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"product_id": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.15.5.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"product_id": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.15.5.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"product_id": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.15.5.2-1.el8sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.5-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src"
},
"product_reference": "python-jinja2-0:3.1.5-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.39.25-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.39.25-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.13-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.5-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src"
},
"product_reference": "python-jinja2-0:3.1.5-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.39.25-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.39.25-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src"
},
"product_reference": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.24-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch"
},
"product_reference": "rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.24-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src"
},
"product_reference": "rubygem-graphql-0:1.13.24-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.13-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56201",
"cwe": {
"id": "CWE-150",
"name": "Improper Neutralization of Escape, Meta, or Control Sequences"
},
"discovery_date": "2024-12-23T16:00:38.768252+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333854"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through malicious filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "RHBZ#2333854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f",
"url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/issues/1792",
"url": "https://github.com/pallets/jinja/issues/1792"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
}
],
"release_date": "2024-12-23T15:37:36.110000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T15:15:14+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3491"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja has a sandbox breakout through malicious filenames"
},
{
"cve": "CVE-2025-27407",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-03-12T19:01:03.651096+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2351767"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in graphql-ruby. In affected versions of graphq-ruby, loading a malicious schema definition in the `GraphQL::Schema.from_introspection` or the `GraphQL::Schema::Loader.load` can cause remote code execution. Any system that loads a schema by JSON from an untrusted source is vulnerable, including those that use GraphQL::Client to load external schemas via GraphQL introspection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "graphql-ruby: Remote code execution when loading a crafted GraphQL schema",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is marked as Important rather than Critical because interaction with the vulnerable GraphQL library is restricted to only authenticated users in Red Hat Satellite. Satellite does not dynamically load schemas from external sources, further reducing the feasibility of exploitation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27407"
},
{
"category": "external",
"summary": "RHBZ#2351767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351767"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27407"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27407",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27407"
},
{
"category": "external",
"summary": "https://github.com/github-community-projects/graphql-client",
"url": "https://github.com/github-community-projects/graphql-client"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/28233b16c0eb9d0fb7808f4980e061dc7507c4cd",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/28233b16c0eb9d0fb7808f4980e061dc7507c4cd"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/2d2f4ed1f79472f8eed29c864b039649e1de238f",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/2d2f4ed1f79472f8eed29c864b039649e1de238f"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/5c5a7b9a9bdce143be048074aea50edb7bb747be",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/5c5a7b9a9bdce143be048074aea50edb7bb747be"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/6eca16b9fa553aa957099a30dbde64ddcdac52ca",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/6eca16b9fa553aa957099a30dbde64ddcdac52ca"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/d0963289e0dab4ea893bbecf12bb7d89294957bb",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/d0963289e0dab4ea893bbecf12bb7d89294957bb"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/d1117ae0361d9ed67e0795b07f5c3e98e62f3c7c",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/d1117ae0361d9ed67e0795b07f5c3e98e62f3c7c"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/e3b33ace05391da2871c75ab4d3b66e29133b367",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/e3b33ace05391da2871c75ab4d3b66e29133b367"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/security/advisories/GHSA-q92j-grw3-h492",
"url": "https://github.com/rmosolgo/graphql-ruby/security/advisories/GHSA-q92j-grw3-h492"
}
],
"release_date": "2025-03-12T18:15:57.957000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T15:15:14+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3491"
},
{
"category": "workaround",
"details": "A successful exploitation of this flaw requires GraphQL schema loading. Limiting the schema loading to trusted or authenticated users will limit the impact of the vulnerability. Coupling that with a strict input validation for all GraphQL schema being loaded would reduce the risk of a successful attack and cover as a possible mitigation strategy for this vulnerability.",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "graphql-ruby: Remote code execution when loading a crafted GraphQL schema"
},
{
"cve": "CVE-2025-27610",
"cwe": {
"id": "CWE-23",
"name": "Relative Path Traversal"
},
"discovery_date": "2025-03-10T23:00:49.649260+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2351231"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in RackRubygems, where Rack::Static does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. This flaw allows an attacker to gain access to all files under the specified root directory, provided they can determine the file\u0027s path.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: rubygem-rack: Local File Inclusion in Rack::Static",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability because it allows attackers to bypass `urls:` restrictions and access unintended files under the `root:` directory using encoded path traversal. Since `Rack::Static` is often used to serve public assets, any sensitive files within the same root\u2014like credentials, configs, or source code\u2014can be exposed. The flaw breaks expected isolation between public and private files, and since it\u2019s exploitable remotely without authentication, the impact is far more severe than a moderate issue.\n\nPCS does not use Rack::StaticHandler to serve files; static files are served by Tornado.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27610"
},
{
"category": "external",
"summary": "RHBZ#2351231",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351231"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27610",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27610"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27610",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27610"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/50caab74fa01ee8f5dbdee7bb2782126d20c6583",
"url": "https://github.com/rack/rack/commit/50caab74fa01ee8f5dbdee7bb2782126d20c6583"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-7wqh-767x-r66v",
"url": "https://github.com/rack/rack/security/advisories/GHSA-7wqh-767x-r66v"
}
],
"release_date": "2025-03-10T22:19:25.982000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T15:15:14+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3491"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: rubygem-rack: Local File Inclusion in Rack::Static"
}
]
}
SUSE-SU-2025:0006-1
Vulnerability from csaf_suse - Published: 2025-01-02 08:45 - Updated: 2025-01-02 08:45| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n - CVE-2024-56201: Fixed sandbox breakout through malicious content and filename of a template (bsc#1234808)\n - CVE-2024-56326: Fixed sandbox breakout through indirect reference to format method (bsc#1234809)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-6,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-6,SUSE-SLE-Module-Python3-15-SP6-2025-6,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-6,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-6,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-6,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-6,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-6,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-6,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-6,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-6,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-6,openSUSE-SLE-15.5-2025-6,openSUSE-SLE-15.6-2025-6",
"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-2025_0006-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0006-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250006-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0006-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HPNJF5YIZCFWIYFLQBGRUQ2IHXCRQPMO/"
},
{
"category": "self",
"summary": "SUSE Bug 1234808",
"url": "https://bugzilla.suse.com/1234808"
},
{
"category": "self",
"summary": "SUSE Bug 1234809",
"url": "https://bugzilla.suse.com/1234809"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56201 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56326 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56326/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2025-01-02T08:45:18Z",
"generator": {
"date": "2025-01-02T08:45:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0006-1",
"initial_release_date": "2025-01-02T08:45:18Z",
"revision_history": [
{
"date": "2025-01-02T08:45:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.i586",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.i586",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"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 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"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-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56201"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, a bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56201",
"url": "https://www.suse.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "SUSE Bug 1234808 for CVE-2024-56201",
"url": "https://bugzilla.suse.com/1234808"
}
],
"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 High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-02T08:45:18Z",
"details": "important"
}
],
"title": "CVE-2024-56201"
},
{
"cve": "CVE-2024-56326",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56326"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. Prior to 3.1.5, An oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to store a reference to a malicious string\u0027s format method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox. This vulnerability is fixed in 3.1.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56326",
"url": "https://www.suse.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "SUSE Bug 1234809 for CVE-2024-56326",
"url": "https://bugzilla.suse.com/1234809"
}
],
"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 High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-02T08:45:18Z",
"details": "important"
}
],
"title": "CVE-2024-56326"
}
]
}
SUSE-SU-2025:20117-1
Vulnerability from csaf_suse - Published: 2025-02-03 09:21 - Updated: 2025-02-03 09:21| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2024-56201: Fixed sandbox breakout through malicious content and filename of a template (bsc#1234808)\n- CVE-2024-56326: Fixed sandbox breakout through indirect reference to format method (bsc#1234809)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.0-184",
"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-2025_20117-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20117-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520117-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20117-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021210.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234808",
"url": "https://bugzilla.suse.com/1234808"
},
{
"category": "self",
"summary": "SUSE Bug 1234809",
"url": "https://bugzilla.suse.com/1234809"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56201 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56326 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56326/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2025-02-03T09:21:01Z",
"generator": {
"date": "2025-02-03T09:21:01Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20117-1",
"initial_release_date": "2025-02-03T09:21:01Z",
"revision_history": [
{
"date": "2025-02-03T09:21:01Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-7.1.aarch64",
"product": {
"name": "python311-Jinja2-3.1.2-7.1.aarch64",
"product_id": "python311-Jinja2-3.1.2-7.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-7.1.s390x",
"product": {
"name": "python311-Jinja2-3.1.2-7.1.s390x",
"product_id": "python311-Jinja2-3.1.2-7.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-7.1.x86_64",
"product": {
"name": "python311-Jinja2-3.1.2-7.1.x86_64",
"product_id": "python311-Jinja2-3.1.2-7.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"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-Jinja2-3.1.2-7.1.aarch64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-7.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-7.1.s390x as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-7.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-7.1.x86_64 as component of SUSE Linux Micro 6.0",
"product_id": "SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-7.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.0"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56201"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, a bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.aarch64",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.s390x",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56201",
"url": "https://www.suse.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "SUSE Bug 1234808 for CVE-2024-56201",
"url": "https://bugzilla.suse.com/1234808"
}
],
"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-Jinja2-3.1.2-7.1.aarch64",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.s390x",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.aarch64",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.s390x",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:21:01Z",
"details": "important"
}
],
"title": "CVE-2024-56201"
},
{
"cve": "CVE-2024-56326",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56326"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. Prior to 3.1.5, An oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to store a reference to a malicious string\u0027s format method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox. This vulnerability is fixed in 3.1.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.aarch64",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.s390x",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56326",
"url": "https://www.suse.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "SUSE Bug 1234809 for CVE-2024-56326",
"url": "https://bugzilla.suse.com/1234809"
}
],
"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-Jinja2-3.1.2-7.1.aarch64",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.s390x",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.aarch64",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.s390x",
"SUSE Linux Micro 6.0:python311-Jinja2-3.1.2-7.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-02-03T09:21:01Z",
"details": "important"
}
],
"title": "CVE-2024-56326"
}
]
}
SUSE-SU-2025:20254-1
Vulnerability from csaf_suse - Published: 2025-03-28 13:55 - Updated: 2025-03-28 13:55| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n- CVE-2025-27516: Fixed Jinja sandbox breakout through attr filter selecting format method (bsc#1238879)\n- CVE-2024-56201: Fixed sandbox breakout through malicious content and filename of a template (bsc#1234808)\n- CVE-2024-56326: Fixed sandbox breakout through indirect reference to format method (bsc#1234809)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-SLE-Micro-6.1-52",
"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-2025_20254-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:20254-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520254-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:20254-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021063.html"
},
{
"category": "self",
"summary": "SUSE Bug 1234808",
"url": "https://bugzilla.suse.com/1234808"
},
{
"category": "self",
"summary": "SUSE Bug 1234809",
"url": "https://bugzilla.suse.com/1234809"
},
{
"category": "self",
"summary": "SUSE Bug 1238879",
"url": "https://bugzilla.suse.com/1238879"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56201 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56326 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56326/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27516 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27516/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2025-03-28T13:55:43Z",
"generator": {
"date": "2025-03-28T13:55:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:20254-1",
"initial_release_date": "2025-03-28T13:55:43Z",
"revision_history": [
{
"date": "2025-03-28T13:55:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"product": {
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"product_id": "python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"product": {
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"product_id": "python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"product": {
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"product_id": "python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64",
"product": {
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64",
"product_id": "python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"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-Jinja2-3.1.4-slfo.1.1_2.1.aarch64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64 as component of SUSE Linux Micro 6.1",
"product_id": "SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Micro 6.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56201"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, a bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56201",
"url": "https://www.suse.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "SUSE Bug 1234808 for CVE-2024-56201",
"url": "https://bugzilla.suse.com/1234808"
}
],
"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-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-28T13:55:43Z",
"details": "important"
}
],
"title": "CVE-2024-56201"
},
{
"cve": "CVE-2024-56326",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56326"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. Prior to 3.1.5, An oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to store a reference to a malicious string\u0027s format method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox. This vulnerability is fixed in 3.1.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56326",
"url": "https://www.suse.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "SUSE Bug 1234809 for CVE-2024-56326",
"url": "https://bugzilla.suse.com/1234809"
}
],
"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-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-28T13:55:43Z",
"details": "important"
}
],
"title": "CVE-2024-56326"
},
{
"cve": "CVE-2025-27516",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27516"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. Prior to 3.1.6, an oversight in how the Jinja sandboxed environment interacts with the |attr filter allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to use the |attr filter to get a reference to a string\u0027s plain format method, bypassing the sandbox. After the fix, the |attr filter no longer bypasses the environment\u0027s attribute lookup. This vulnerability is fixed in 3.1.6.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27516",
"url": "https://www.suse.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "SUSE Bug 1238879 for CVE-2025-27516",
"url": "https://bugzilla.suse.com/1238879"
}
],
"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-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.aarch64",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.ppc64le",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.s390x",
"SUSE Linux Micro 6.1:python311-Jinja2-3.1.4-slfo.1.1_2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-03-28T13:55:43Z",
"details": "moderate"
}
],
"title": "CVE-2025-27516"
}
]
}
WID-SEC-W-2025-0054
Vulnerability from csaf_certbund - Published: 2025-01-13 23:00 - Updated: 2025-11-26 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.46
Red Hat / OpenShift
|
Container Platform <4.14.46 | ||
|
Red Hat OpenShift Container Platform <4.12.72
Red Hat / OpenShift
|
Container Platform <4.12.72 | ||
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Satellite
Red Hat
|
cpe:/a:redhat:satellite:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP12
IBM / QRadar SIEM
|
<7.5.0 UP12 | ||
|
IBM Spectrum Protect Plus <10.1.17
IBM / Spectrum Protect Plus
|
<10.1.17 | ||
|
Splunk SOAR <7.0.0
Splunk / SOAR
|
<7.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Discovery
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:discovery
|
Discovery | |
|
Red Hat Ansible Automation Platform 2.4
Red Hat / Ansible Automation Platform
|
cpe:/a:redhat:ansible_automation_platform:2.4
|
2.4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Red Hat Ansible Automation Platform
Red Hat / Ansible Automation Platform
|
cpe:/a:redhat:ansible_automation_platform:-
|
— | |
|
Red Hat Ansible Automation Platform Container Release
Red Hat / Ansible Automation Platform
|
cpe:/a:redhat:ansible_automation_platform:::container_release
|
Container Release | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.17.15
Red Hat / OpenShift
|
Container Platform <4.17.15 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
IBM QRadar SIEM <7.5.0 UP11 IF01
IBM / QRadar SIEM
|
<7.5.0 UP11 IF01 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Red Hat OpenShift Lightspeed
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:lightspeed
|
Lightspeed | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
Red Hat Ansible Automation Platform
Red Hat / Ansible Automation Platform
|
cpe:/a:redhat:ansible_automation_platform:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat OpenShift Container Platform <4.15.45
Red Hat / OpenShift
|
Container Platform <4.15.45 | ||
|
Red Hat OpenShift Container Platform <4.16.34
Red Hat / OpenShift
|
Container Platform <4.16.34 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.46
Red Hat / OpenShift
|
Container Platform <4.14.46 | ||
|
Red Hat OpenShift Container Platform <4.12.72
Red Hat / OpenShift
|
Container Platform <4.12.72 | ||
|
Xerox FreeFlow Print Server 9
Xerox / FreeFlow Print Server
|
cpe:/a:xerox:freeflow_print_server:9
|
9 | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Satellite
Red Hat
|
cpe:/a:redhat:satellite:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP12
IBM / QRadar SIEM
|
<7.5.0 UP12 | ||
|
IBM Spectrum Protect Plus <10.1.17
IBM / Spectrum Protect Plus
|
<10.1.17 | ||
|
Splunk SOAR <7.0.0
Splunk / SOAR
|
<7.0.0 | ||
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat Enterprise Linux Discovery
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:discovery
|
Discovery | |
|
Red Hat Ansible Automation Platform 2.4
Red Hat / Ansible Automation Platform
|
cpe:/a:redhat:ansible_automation_platform:2.4
|
2.4 | |
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Red Hat Ansible Automation Platform
Red Hat / Ansible Automation Platform
|
cpe:/a:redhat:ansible_automation_platform:-
|
— | |
|
Red Hat Ansible Automation Platform Container Release
Red Hat / Ansible Automation Platform
|
cpe:/a:redhat:ansible_automation_platform:::container_release
|
Container Release | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Red Hat OpenShift Container Platform <4.17.15
Red Hat / OpenShift
|
Container Platform <4.17.15 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
IBM QRadar SIEM <7.5.0 UP11 IF01
IBM / QRadar SIEM
|
<7.5.0 UP11 IF01 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM InfoSphere Information Server 11.7
IBM / InfoSphere Information Server
|
cpe:/a:ibm:infosphere_information_server:11.7
|
11.7 | |
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Red Hat OpenShift Lightspeed
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:lightspeed
|
Lightspeed | |
|
Google Container-Optimized OS
Google
|
cpe:/o:google:container-optimized_os:-
|
— | |
|
Red Hat Ansible Automation Platform
Red Hat / Ansible Automation Platform
|
cpe:/a:redhat:ansible_automation_platform:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat OpenShift Container Platform <4.15.45
Red Hat / OpenShift
|
Container Platform <4.15.45 | ||
|
Red Hat OpenShift Container Platform <4.16.34
Red Hat / OpenShift
|
Container Platform <4.16.34 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.\r\nRed Hat Ansible Automation Platform ist eine End-to-End-Automatisierungsplattform f\u00fcr die Systemkonfiguration, die Softwarebereitstellung und die Orchestrierung erweiterter Workflows.\r\nRed Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux, Red Hat Ansible Automation Platform und Red Hat OpenShift ausnutzen, um beliebigen Programmcode auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-0054 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0054.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-0054 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0054"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2025-01-13",
"url": "https://access.redhat.com/errata/RHSA-2025:0308"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0335 vom 2025-01-15",
"url": "https://access.redhat.com/errata/RHSA-2025:0335"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0341 vom 2025-01-15",
"url": "https://access.redhat.com/errata/RHSA-2025:0341"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-0308 vom 2025-01-16",
"url": "https://linux.oracle.com/errata/ELSA-2025-0308.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0338 vom 2025-01-15",
"url": "https://access.redhat.com/errata/RHSA-2025:0338"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0345 vom 2025-01-15",
"url": "https://access.redhat.com/errata/RHSA-2025:0345"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0667 vom 2025-01-23",
"url": "https://access.redhat.com/errata/RHSA-2025:0667"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-0667 vom 2025-01-24",
"url": "https://linux.oracle.com/errata/ELSA-2025-0667.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2734 vom 2025-01-24",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2734.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2735 vom 2025-01-24",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2735.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0721 vom 2025-01-27",
"url": "https://access.redhat.com/errata/RHSA-2025:0721"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0711 vom 2025-01-27",
"url": "https://access.redhat.com/errata/RHSA-2025:0711"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0753 vom 2025-01-28",
"url": "https://access.redhat.com/errata/RHSA-2025:0753"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0722 vom 2025-01-27",
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0656 vom 2025-01-28",
"url": "https://access.redhat.com/errata/RHSA-2025:0656"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0782 vom 2025-01-28",
"url": "https://access.redhat.com/errata/RHSA-2025:0782"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0777 vom 2025-01-28",
"url": "https://access.redhat.com/errata/RHSA-2025:0777"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7244-1 vom 2025-01-30",
"url": "https://ubuntu.com/security/notices/USN-7244-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-0711 vom 2025-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2025-0711.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0850 vom 2025-01-30",
"url": "https://access.redhat.com/errata/RHSA-2025:0850"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0883 vom 2025-02-03",
"url": "https://access.redhat.com/errata/RHSA-2025:0883"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0950 vom 2025-02-04",
"url": "https://access.redhat.com/errata/RHSA-2025:0950"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0951 vom 2025-02-04",
"url": "https://access.redhat.com/errata/RHSA-2025:0951"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0978 vom 2025-02-04",
"url": "https://access.redhat.com/errata/RHSA-2025:0978"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0875 vom 2025-02-05",
"url": "https://access.redhat.com/errata/RHSA-2025:0875"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1101 vom 2025-02-05",
"url": "https://access.redhat.com/errata/RHSA-2025:1101"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0834 vom 2025-02-06",
"url": "https://access.redhat.com/errata/RHSA-2025:0834"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0839 vom 2025-02-06",
"url": "https://access.redhat.com/errata/RHSA-2025:0839"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0840 vom 2025-02-06",
"url": "https://access.redhat.com/errata/RHSA-2025:0840"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1109 vom 2025-02-06",
"url": "https://access.redhat.com/errata/RHSA-2025:1109"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0842 vom 2025-02-06",
"url": "https://access.redhat.com/errata/RHSA-2025:0842"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:0830 vom 2025-02-10",
"url": "https://access.redhat.com/errata/RHSA-2025:0830"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1249 vom 2025-02-10",
"url": "https://access.redhat.com/errata/RHSA-2025:1249"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1250 vom 2025-02-10",
"url": "https://access.redhat.com/errata/RHSA-2025:1250"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-EPEL-2025-6D0A4FFC41 vom 2025-02-10",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-6d0a4ffc41"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1130 vom 2025-02-12",
"url": "https://access.redhat.com/errata/RHSA-2025:1130"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1123 vom 2025-02-12",
"url": "https://access.redhat.com/errata/RHSA-2025:1123"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1118 vom 2025-02-13",
"url": "https://access.redhat.com/errata/RHSA-2025:1118"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1241 vom 2025-02-13",
"url": "https://access.redhat.com/errata/RHSA-2025:1241"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7183584 vom 2025-02-18",
"url": "https://www.ibm.com/support/pages/node/7183584"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1861 vom 2025-02-25",
"url": "https://access.redhat.com/errata/RHSA-2025:1861"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:1710 vom 2025-02-27",
"url": "https://access.redhat.com/errata/RHSA-2025:1710"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2399 vom 2025-03-05",
"url": "https://access.redhat.com/errata/RHSA-2025:2399"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-1250 vom 2025-03-05",
"url": "https://linux.oracle.com/errata/ELSA-2025-1250.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2612 vom 2025-03-11",
"url": "https://access.redhat.com/errata/RHSA-2025:2612"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7343-1 vom 2025-03-12",
"url": "https://ubuntu.com/security/notices/USN-7343-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7343-2 vom 2025-03-13",
"url": "https://ubuntu.com/security/notices/USN-7343-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2700 vom 2025-03-20",
"url": "https://access.redhat.com/errata/RHSA-2025:2700"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7185452 vom 2025-03-29",
"url": "https://www.ibm.com/support/pages/node/7185452"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7230557 vom 2025-04-10",
"url": "https://www.ibm.com/support/pages/node/7230557"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4126 vom 2025-04-13",
"url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00022.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:4576 vom 2025-05-06",
"url": "https://access.redhat.com/errata/RHSA-2025:4576"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7233394 vom 2025-05-14",
"url": "https://www.ibm.com/support/pages/node/7233394"
},
{
"category": "external",
"summary": "XEROX Security Advisory XRX25-012 vom 2025-06-02",
"url": "https://security.business.xerox.com/wp-content/uploads/2025/06/Xerox-Security-Bulletin-XRX25-012-for-Xerox-FreeFlow-Print-Server-v9.pdf"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20254-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021063.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20117-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021210.html"
},
{
"category": "external",
"summary": "Google Container-Optimized OS release notes vom 2025-09-30",
"url": "https://cloud.google.com/container-optimized-os/docs/release-notes#September_29_2025"
},
{
"category": "external",
"summary": "Dell Security Update vom 2025-10-02",
"url": "https://www.dell.com/support/kbdoc/000376224"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2025-1104 vom 2025-11-26",
"url": "https://advisory.splunk.com//advisories/SVD-2025-1104"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (Jinja): Mehrere Schwachstellen erm\u00f6glichen Codeausf\u00fchrung",
"tracking": {
"current_release_date": "2025-11-26T23:00:00.000+00:00",
"generator": {
"date": "2025-11-27T08:37:19.114+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-0054",
"initial_release_date": "2025-01-13T23:00:00.000+00:00",
"revision_history": [
{
"date": "2025-01-13T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-01-15T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-01-23T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-01-26T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-01-27T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-01-28T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-01-29T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Ubuntu und Oracle Linux aufgenommen"
},
{
"date": "2025-01-30T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-02T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-03T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-04T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-05T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-06T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-09T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-10T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat und Fedora aufgenommen"
},
{
"date": "2025-02-11T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-12T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-18T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-02-25T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-02-26T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-03-05T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-03-10T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-03-11T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-03-12T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-03-19T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-03-30T22:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-04-09T22:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-04-13T22:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-05-06T22:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-05-14T22:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von XEROX aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-30T22:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates aufgenommen"
},
{
"date": "2025-10-01T22:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
}
],
"status": "final",
"version": "35"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.4.0.0",
"product": {
"name": "Dell PowerProtect Data Domain \u003c8.4.0.0",
"product_id": "T045879"
}
},
{
"category": "product_version",
"name": "8.4.0.0",
"product": {
"name": "Dell PowerProtect Data Domain 8.4.0.0",
"product_id": "T045879-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:8.4.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.10.1.70",
"product": {
"name": "Dell PowerProtect Data Domain \u003c7.10.1.70",
"product_id": "T045881"
}
},
{
"category": "product_version",
"name": "7.10.1.70",
"product": {
"name": "Dell PowerProtect Data Domain 7.10.1.70",
"product_id": "T045881-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:7.10.1.70"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.13.1.40",
"product": {
"name": "Dell PowerProtect Data Domain \u003c7.13.1.40",
"product_id": "T047343"
}
},
{
"category": "product_version",
"name": "7.13.1.40",
"product": {
"name": "Dell PowerProtect Data Domain 7.13.1.40",
"product_id": "T047343-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:7.13.1.40"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.3.1.10",
"product": {
"name": "Dell PowerProtect Data Domain \u003c8.3.1.10",
"product_id": "T047344"
}
},
{
"category": "product_version",
"name": "8.3.1.10",
"product": {
"name": "Dell PowerProtect Data Domain 8.3.1.10",
"product_id": "T047344-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:8.3.1.10"
}
}
}
],
"category": "product_name",
"name": "PowerProtect Data Domain"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Google Container-Optimized OS",
"product": {
"name": "Google Container-Optimized OS",
"product_id": "1607324",
"product_identification_helper": {
"cpe": "cpe:/o:google:container-optimized_os:-"
}
}
}
],
"category": "vendor",
"name": "Google"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "11.7",
"product": {
"name": "IBM InfoSphere Information Server 11.7",
"product_id": "444803",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:infosphere_information_server:11.7"
}
}
}
],
"category": "product_name",
"name": "InfoSphere Information Server"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP11 IF01",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP11 IF01",
"product_id": "T041270"
}
},
{
"category": "product_version",
"name": "7.5.0 UP11 IF01",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP11 IF01",
"product_id": "T041270-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up11_if01"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP12",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP12",
"product_id": "T043784"
}
},
{
"category": "product_version",
"name": "7.5.0 UP12",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP12",
"product_id": "T043784-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up12"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.1.17",
"product": {
"name": "IBM Spectrum Protect Plus \u003c10.1.17",
"product_id": "T042730"
}
},
{
"category": "product_version",
"name": "10.1.17",
"product": {
"name": "IBM Spectrum Protect Plus 10.1.17",
"product_id": "T042730-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:spectrum_protect_plus:10.1.17"
}
}
}
],
"category": "product_name",
"name": "Spectrum Protect Plus"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.4",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4",
"product_id": "1496312",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform",
"product": {
"name": "Red Hat Ansible Automation Platform",
"product_id": "T032874",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:-"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform",
"product": {
"name": "Red Hat Ansible Automation Platform",
"product_id": "T040124",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:-"
}
}
},
{
"category": "product_version",
"name": "Container Release",
"product": {
"name": "Red Hat Ansible Automation Platform Container Release",
"product_id": "T040639",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:::container_release"
}
}
}
],
"category": "product_name",
"name": "Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T040123",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
},
{
"category": "product_version",
"name": "Discovery",
"product": {
"name": "Red Hat Enterprise Linux Discovery",
"product_id": "T040951",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:discovery"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Lightspeed",
"product": {
"name": "Red Hat OpenShift Lightspeed",
"product_id": "T040125",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:lightspeed"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.17.15",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.17.15",
"product_id": "T040819"
}
},
{
"category": "product_version",
"name": "Container Platform 4.17.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17.15",
"product_id": "T040819-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.17.15"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.72",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.72",
"product_id": "T040822"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.72",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.72",
"product_id": "T040822-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.72"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.46",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.46",
"product_id": "T040823"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.46",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.46",
"product_id": "T040823-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.46"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.34",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.34",
"product_id": "T041111"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.34",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.34",
"product_id": "T041111-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.34"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.15.45",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.15.45",
"product_id": "T041112"
}
},
{
"category": "product_version",
"name": "Container Platform 4.15.45",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15.45",
"product_id": "T041112-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.15.45"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.56",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.56",
"product_id": "T042009"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.56",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.56",
"product_id": "T042009-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.56"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
},
{
"category": "product_name",
"name": "Red Hat Satellite",
"product": {
"name": "Red Hat Satellite",
"product_id": "T012791",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.0.0",
"product": {
"name": "Splunk SOAR \u003c7.0.0",
"product_id": "T048911"
}
},
{
"category": "product_version",
"name": "7.0.0",
"product": {
"name": "Splunk SOAR 7.0.0",
"product_id": "T048911-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:soar:7.0.0"
}
}
}
],
"category": "product_name",
"name": "SOAR"
}
],
"category": "vendor",
"name": "Splunk"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
},
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "9",
"product": {
"name": "Xerox FreeFlow Print Server 9",
"product_id": "T002977",
"product_identification_helper": {
"cpe": "cpe:/a:xerox:freeflow_print_server:9"
}
}
}
],
"category": "product_name",
"name": "FreeFlow Print Server"
}
],
"category": "vendor",
"name": "Xerox"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56201",
"product_status": {
"known_affected": [
"67646",
"T040823",
"T040822",
"T002977",
"T004914",
"T012791",
"T043784",
"T042730",
"T048911",
"T047343",
"398363",
"T040951",
"1496312",
"T045881",
"T047344",
"T032874",
"T040639",
"74185",
"T040819",
"2951",
"T002207",
"T045879",
"T041270",
"T000126",
"444803",
"T042009",
"T040125",
"1607324",
"T040124",
"T040123",
"T041112",
"T041111"
]
},
"release_date": "2025-01-13T23:00:00.000+00:00",
"title": "CVE-2024-56201"
},
{
"cve": "CVE-2024-56326",
"product_status": {
"known_affected": [
"67646",
"T040823",
"T040822",
"T002977",
"T004914",
"T012791",
"T043784",
"T042730",
"T048911",
"T047343",
"398363",
"T040951",
"1496312",
"T045881",
"T047344",
"T032874",
"T040639",
"74185",
"T040819",
"2951",
"T002207",
"T045879",
"T041270",
"T000126",
"444803",
"T042009",
"T040125",
"1607324",
"T040124",
"T040123",
"T041112",
"T041111"
]
},
"release_date": "2025-01-13T23:00:00.000+00:00",
"title": "CVE-2024-56326"
}
]
}
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.