Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45310 (GCVE-0-2024-45310)
Vulnerability from cvelistv5
Vendor | Product | Version | ||
---|---|---|---|---|
opencontainers | runc |
Version: < 1.1.14 Version: >= 1.2.0-rc-1, < 1.2.0-rc.3 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2025-02-21T18:03:30.271Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "http://www.openwall.com/lists/oss-security/2024/09/03/1" }, { "url": "https://security.netapp.com/advisory/ntap-20250221-0008/" } ], "title": "CVE Program Container" }, { "metrics": [ { "other": { "content": { "id": "CVE-2024-45310", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-09-03T20:03:49.189600Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-09-03T20:03:57.256Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "runc", "vendor": "opencontainers", "versions": [ { "status": "affected", "version": "\u003c 1.1.14" }, { "status": "affected", "version": "\u003e= 1.2.0-rc-1, \u003c 1.2.0-rc.3" } ] } ], "descriptions": [ { "lang": "en", "value": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.6, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-363", "description": "CWE-363: Race Condition Enabling Link Following", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-61", "description": "CWE-61: UNIX Symbolic Link (Symlink) Following", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-09-03T19:07:34.060Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv" }, { "name": "https://github.com/opencontainers/runc/pull/4359", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/opencontainers/runc/pull/4359" }, { "name": "https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7" }, { "name": "https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e" }, { "name": "https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf" } ], "source": { "advisory": "GHSA-jfvp-7x6p-h2pv", "discovery": "UNKNOWN" }, "title": "runc can be confused to create empty files/directories on the host" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-45310", "datePublished": "2024-09-03T19:07:34.060Z", "dateReserved": "2024-08-26T18:25:35.444Z", "dateUpdated": "2025-02-21T18:03:30.271Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-45310\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-09-03T19:15:15.243\",\"lastModified\":\"2025-02-21T18:15:17.080\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\\n\\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.\"},{\"lang\":\"es\",\"value\":\"runc es una herramienta CLI para generar y ejecutar contenedores de acuerdo con la especificaci\u00f3n OCI. runc 1.1.13 y anteriores, as\u00ed como 1.2.0-rc2 y anteriores, pueden ser enga\u00f1ados para crear archivos o directorios vac\u00edos en ubicaciones arbitrarias en el sistema de archivos del host al compartir un volumen entre dos contenedores y explotar una ejecuci\u00f3n con `os.MkdirAll`. Si bien esto podr\u00eda usarse para crear archivos vac\u00edos, los archivos existentes no se truncar\u00edan. Un atacante debe tener la capacidad de iniciar contenedores utilizando alg\u00fan tipo de configuraci\u00f3n de volumen personalizada. Los contenedores que utilizan espacios de nombres de usuario a\u00fan se ven afectados, pero el alcance de los lugares en los que un atacante puede crear inodos se puede reducir significativamente. Las pol\u00edticas LSM suficientemente estrictas (SELinux/Apparmor) tambi\u00e9n pueden, en principio, bloquear este ataque; sospechamos que la pol\u00edtica SELinux est\u00e1ndar de la industria puede restringir el alcance de este ataque, pero no se ha analizado el alcance exacto de la protecci\u00f3n. Esto se puede explotar utilizando runc directamente, as\u00ed como a trav\u00e9s de Docker y Kubernetes. El problema se ha solucionado en runc v1.1.14 y v1.2.0-rc3. Hay algunos workarounds disponibles. El uso de espacios de nombres de usuario restringe este ataque de forma bastante significativa, de modo que el atacante solo puede crear inodos en directorios a los que el usuario o grupo ra\u00edz reasignado tiene acceso de escritura. A menos que el usuario ra\u00edz se reasigne a un usuario real en el host (como con contenedores sin ra\u00edz que no usan `/etc/sub[ug]id`), esto en la pr\u00e1ctica significa que un atacante solo podr\u00eda crear inodos en directorios con permisos de escritura para todo el mundo. Una pol\u00edtica de SELinux o AppArmor lo suficientemente estricta podr\u00eda, en principio, restringir tambi\u00e9n el alcance si se aplica una etiqueta espec\u00edfica al entorno de ejecuci\u00f3n de runc, aunque ni el grado en el que las pol\u00edticas est\u00e1ndar existentes bloquean este ataque ni qu\u00e9 pol\u00edticas exactas se necesitan para restringirlo lo suficiente se han probado exhaustivamente.runc es una herramienta CLI para generar y ejecutar contenedores de acuerdo con la especificaci\u00f3n OCI. runc 1.1.13 y anteriores, as\u00ed como 1.2.0-rc2 y anteriores, pueden ser enga\u00f1ados para crear archivos o directorios vac\u00edos en ubicaciones arbitrarias en el sistema de archivos del host al compartir un volumen entre dos contenedores y explotar una ejecuci\u00f3n con `os.MkdirAll`. Si bien esto podr\u00eda usarse para crear archivos vac\u00edos, los archivos existentes no se truncar\u00edan. Un atacante debe tener la capacidad de iniciar contenedores utilizando alg\u00fan tipo de configuraci\u00f3n de volumen personalizada. Los contenedores que utilizan espacios de nombres de usuario a\u00fan se ven afectados, pero el alcance de los lugares en los que un atacante puede crear inodos se puede reducir significativamente. Las pol\u00edticas LSM suficientemente estrictas (SELinux/Apparmor) tambi\u00e9n pueden, en principio, bloquear este ataque; sospechamos que la pol\u00edtica SELinux est\u00e1ndar de la industria puede restringir el alcance de este ataque, pero no se ha analizado el alcance exacto de la protecci\u00f3n. Esto se puede explotar utilizando runc directamente, as\u00ed como a trav\u00e9s de Docker y Kubernetes. El problema se ha solucionado en runc v1.1.14 y v1.2.0-rc3. Hay algunos workarounds disponibles. El uso de espacios de nombres de usuario restringe este ataque de forma bastante significativa, de modo que el atacante solo puede crear inodos en directorios a los que el usuario o grupo ra\u00edz reasignado tiene acceso de escritura. A menos que el usuario ra\u00edz se reasigne a un usuario real en el host (como con contenedores sin ra\u00edz que no usan `/etc/sub[ug]id`), esto en la pr\u00e1ctica significa que un atacante solo podr\u00eda crear inodos en directorios con permisos de escritura para todo el mundo. --- truncado -----\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N\",\"baseScore\":3.6,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-61\"},{\"lang\":\"en\",\"value\":\"CWE-363\"}]}],\"references\":[{\"url\":\"https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/opencontainers/runc/pull/4359\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv\",\"source\":\"security-advisories@github.com\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/09/03/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250221-0008/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/09/03/1\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250221-0008/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-02-21T18:03:30.271Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-45310\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-03T20:03:49.189600Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-03T20:03:52.843Z\"}}], \"cna\": {\"title\": \"runc can be confused to create empty files/directories on the host\", \"source\": {\"advisory\": \"GHSA-jfvp-7x6p-h2pv\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 3.6, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"opencontainers\", \"product\": \"runc\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.1.14\"}, {\"status\": \"affected\", \"version\": \"\u003e= 1.2.0-rc-1, \u003c 1.2.0-rc.3\"}]}], \"references\": [{\"url\": \"https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv\", \"name\": \"https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/opencontainers/runc/pull/4359\", \"name\": \"https://github.com/opencontainers/runc/pull/4359\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7\", \"name\": \"https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e\", \"name\": \"https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf\", \"name\": \"https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\\n\\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-363\", \"description\": \"CWE-363: Race Condition Enabling Link Following\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-61\", \"description\": \"CWE-61: UNIX Symbolic Link (Symlink) Following\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-09-03T19:07:34.060Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-45310\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-21T18:03:30.271Z\", \"dateReserved\": \"2024-08-26T18:25:35.444Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-09-03T19:07:34.060Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
suse-su-2025:02198-2
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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 runc", "title": "Title of the patch" }, { "category": "description", "text": "This update for runc fixes the following issues:\n \n- CVE-2024-45310: Fixed unintentional creation of empty files/directories on host (bsc#1230092)\n\nOther fixes:\n\n- Update to runc v1.2.6.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-2198,SUSE-SLE-Module-Basesystem-15-SP7-2025-2198", "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_02198-2.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:02198-2", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502198-2/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:02198-2", "url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040728.html" }, { "category": "self", "summary": "SUSE Bug 1230092", "url": "https://bugzilla.suse.com/1230092" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" } ], "title": "Security update for runc", "tracking": { "current_release_date": "2025-07-16T09:09:00Z", "generator": { "date": "2025-07-16T09:09:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:02198-2", "initial_release_date": "2025-07-16T09:09:00Z", "revision_history": [ { "date": "2025-07-16T09:09:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.aarch64", "product": { "name": "runc-1.2.6-150000.73.2.aarch64", "product_id": "runc-1.2.6-150000.73.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.i586", "product": { "name": "runc-1.2.6-150000.73.2.i586", "product_id": "runc-1.2.6-150000.73.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.ppc64le", "product": { "name": "runc-1.2.6-150000.73.2.ppc64le", "product_id": "runc-1.2.6-150000.73.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.s390x", "product": { "name": "runc-1.2.6-150000.73.2.s390x", "product_id": "runc-1.2.6-150000.73.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.x86_64", "product": { "name": "runc-1.2.6-150000.73.2.x86_64", "product_id": "runc-1.2.6-150000.73.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP7", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP7:runc-1.2.6-150000.73.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-16T09:09:00Z", "details": "low" } ], "title": "CVE-2024-45310" } ] }
suse-su-2024:3324-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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 runc", "title": "Title of the patch" }, { "category": "description", "text": "This update for runc fixes the following issues:\n\n- Update to runc v1.1.14\n- CVE-2024-45310: Fixed an issue where runc can be tricked into creating empty files/directories on host. (bsc#1230092)\n ", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3324,SUSE-SLE-Module-Containers-12-2024-3324", "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-2024_3324-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3324-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243324-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3324-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-September/036969.html" }, { "category": "self", "summary": "SUSE Bug 1230092", "url": "https://bugzilla.suse.com/1230092" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" } ], "title": "Security update for runc", "tracking": { "current_release_date": "2024-09-19T06:52:10Z", "generator": { "date": "2024-09-19T06:52:10Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3324-1", "initial_release_date": "2024-09-19T06:52:10Z", "revision_history": [ { "date": "2024-09-19T06:52:10Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "runc-1.1.14-16.55.1.aarch64", "product": { "name": "runc-1.1.14-16.55.1.aarch64", "product_id": "runc-1.1.14-16.55.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-16.55.1.i586", "product": { "name": "runc-1.1.14-16.55.1.i586", "product_id": "runc-1.1.14-16.55.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-16.55.1.ppc64le", "product": { "name": "runc-1.1.14-16.55.1.ppc64le", "product_id": "runc-1.1.14-16.55.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-16.55.1.s390x", "product": { "name": "runc-1.1.14-16.55.1.s390x", "product_id": "runc-1.1.14-16.55.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-16.55.1.x86_64", "product": { "name": "runc-1.1.14-16.55.1.x86_64", "product_id": "runc-1.1.14-16.55.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Containers 12", "product": { "name": "SUSE Linux Enterprise Module for Containers 12", "product_id": "SUSE Linux Enterprise Module for Containers 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-containers:12" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-16.55.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 12", "product_id": "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.ppc64le" }, "product_reference": "runc-1.1.14-16.55.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-16.55.1.s390x as component of SUSE Linux Enterprise Module for Containers 12", "product_id": "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.s390x" }, "product_reference": "runc-1.1.14-16.55.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 12" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-16.55.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 12", "product_id": "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.x86_64" }, "product_reference": "runc-1.1.14-16.55.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 12" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.ppc64le", "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.s390x", "SUSE Linux Enterprise Module for Containers 12:runc-1.1.14-16.55.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-19T06:52:10Z", "details": "low" } ], "title": "CVE-2024-45310" } ] }
suse-su-2024:3222-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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 runc", "title": "Title of the patch" }, { "category": "description", "text": "This update for runc fixes the following issues:\n\n- Update to runc v1.1.14\n- CVE-2024-45310: Fixed an issue where runc can be tricked into creating empty files/directories on host. (bsc#1230092)\n ", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3222,SUSE-SLE-Micro-5.3-2024-3222,SUSE-SLE-Micro-5.4-2024-3222,SUSE-SLE-Micro-5.5-2024-3222,SUSE-SLE-Module-Containers-15-SP5-2024-3222,SUSE-SLE-Module-Containers-15-SP6-2024-3222,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3222,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3222,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3222,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3222,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3222,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3222,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3222,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3222,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3222,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3222,SUSE-SUSE-MicroOS-5.1-2024-3222,SUSE-SUSE-MicroOS-5.2-2024-3222,SUSE-Storage-7.1-2024-3222,openSUSE-Leap-Micro-5.5-2024-3222,openSUSE-SLE-15.5-2024-3222,openSUSE-SLE-15.6-2024-3222", "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-2024_3222-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3222-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243222-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3222-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019419.html" }, { "category": "self", "summary": "SUSE Bug 1230092", "url": "https://bugzilla.suse.com/1230092" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" } ], "title": "Security update for runc", "tracking": { "current_release_date": "2024-09-12T11:21:15Z", "generator": { "date": "2024-09-12T11:21:15Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3222-1", "initial_release_date": "2024-09-12T11:21:15Z", "revision_history": [ { "date": "2024-09-12T11:21:15Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "runc-1.1.14-150000.70.1.aarch64", "product": { "name": "runc-1.1.14-150000.70.1.aarch64", "product_id": "runc-1.1.14-150000.70.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-150000.70.1.i586", "product": { "name": "runc-1.1.14-150000.70.1.i586", "product_id": "runc-1.1.14-150000.70.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-150000.70.1.ppc64le", "product": { "name": "runc-1.1.14-150000.70.1.ppc64le", "product_id": "runc-1.1.14-150000.70.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-150000.70.1.s390x", "product": { "name": "runc-1.1.14-150000.70.1.s390x", "product_id": "runc-1.1.14-150000.70.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-150000.70.1.x86_64", "product": { "name": "runc-1.1.14-150000.70.1.x86_64", "product_id": "runc-1.1.14-150000.70.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Containers 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Containers 15 SP5", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-containers:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Containers 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-containers:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "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 Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "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 for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "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 Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.5", "product": { "name": "openSUSE Leap Micro 5.5", "product_id": "openSUSE Leap Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.5" } } }, { "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": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP5", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP5", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP5", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP5", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.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:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.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:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.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:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.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:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.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:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.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:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of openSUSE Leap Micro 5.5", "product_id": "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "openSUSE Leap Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of openSUSE Leap Micro 5.5", "product_id": "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "openSUSE Leap Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of openSUSE Leap Micro 5.5", "product_id": "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.aarch64" }, "product_reference": "runc-1.1.14-150000.70.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.ppc64le" }, "product_reference": "runc-1.1.14-150000.70.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.s390x" }, "product_reference": "runc-1.1.14-150000.70.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-150000.70.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.x86_64" }, "product_reference": "runc-1.1.14-150000.70.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:runc-1.1.14-150000.70.1.aarch64", "SUSE Enterprise Storage 7.1:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.1.14-150000.70.1.x86_64", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.aarch64", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.ppc64le", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.s390x", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.x86_64", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.aarch64", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.ppc64le", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.s390x", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.x86_64", "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.aarch64", "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.s390x", "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "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 Enterprise Storage 7.1:runc-1.1.14-150000.70.1.aarch64", "SUSE Enterprise Storage 7.1:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.1.14-150000.70.1.x86_64", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.aarch64", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.ppc64le", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.s390x", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.x86_64", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.aarch64", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.ppc64le", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.s390x", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.x86_64", "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.aarch64", "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.s390x", "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:runc-1.1.14-150000.70.1.aarch64", "SUSE Enterprise Storage 7.1:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.3:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.4:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Micro 5.5:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP5:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.1.14-150000.70.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.1.14-150000.70.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.1.14-150000.70.1.x86_64", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.aarch64", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.ppc64le", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.s390x", "openSUSE Leap 15.5:runc-1.1.14-150000.70.1.x86_64", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.aarch64", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.ppc64le", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.s390x", "openSUSE Leap 15.6:runc-1.1.14-150000.70.1.x86_64", "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.aarch64", "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.s390x", "openSUSE Leap Micro 5.5:runc-1.1.14-150000.70.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-12T11:21:15Z", "details": "low" } ], "title": "CVE-2024-45310" } ] }
suse-su-2025:20046-1
Vulnerability from csaf_suse
Notes
{ "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 runc", "title": "Title of the patch" }, { "category": "description", "text": "This update for runc fixes the following issues:\n\nUpdate to runc v1.1.14. Upstream changelog is available from\n \u003chttps://github.com/opencontainers/runc/releases/tag/v1.1.14\u003e.\n\n- CVE-2024-45310: Fixed that runc can be tricked into creating empty files/directories on host ( bsc#1230092)\n\nUpdate to runc v1.1.13. Upstream changelog is available from\n \u003chttps://github.com/opencontainers/runc/releases/tag/v1.1.13\u003e.\n\n- Fixed a performance issue when running lots of containers, caused by systemd getting\n too many mount notifications. bsc#1214960\n- Fixed -ENOSYS stub on ppc64le. bsc#1192051 bsc#1221050\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.0-62", "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_20046-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20046-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520046-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20046-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021332.html" }, { "category": "self", "summary": "SUSE Bug 1192051", "url": "https://bugzilla.suse.com/1192051" }, { "category": "self", "summary": "SUSE Bug 1214960", "url": "https://bugzilla.suse.com/1214960" }, { "category": "self", "summary": "SUSE Bug 1221050", "url": "https://bugzilla.suse.com/1221050" }, { "category": "self", "summary": "SUSE Bug 1230092", "url": "https://bugzilla.suse.com/1230092" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" } ], "title": "Security update for runc", "tracking": { "current_release_date": "2025-02-03T08:55:05Z", "generator": { "date": "2025-02-03T08:55:05Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20046-1", "initial_release_date": "2025-02-03T08:55:05Z", "revision_history": [ { "date": "2025-02-03T08:55:05Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "runc-1.1.14-1.1.aarch64", "product": { "name": "runc-1.1.14-1.1.aarch64", "product_id": "runc-1.1.14-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-1.1.s390x", "product": { "name": "runc-1.1.14-1.1.s390x", "product_id": "runc-1.1.14-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "runc-1.1.14-1.1.x86_64", "product": { "name": "runc-1.1.14-1.1.x86_64", "product_id": "runc-1.1.14-1.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": "runc-1.1.14-1.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:runc-1.1.14-1.1.aarch64" }, "product_reference": "runc-1.1.14-1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-1.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:runc-1.1.14-1.1.s390x" }, "product_reference": "runc-1.1.14-1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.1.14-1.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:runc-1.1.14-1.1.x86_64" }, "product_reference": "runc-1.1.14-1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:runc-1.1.14-1.1.aarch64", "SUSE Linux Micro 6.0:runc-1.1.14-1.1.s390x", "SUSE Linux Micro 6.0:runc-1.1.14-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "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:runc-1.1.14-1.1.aarch64", "SUSE Linux Micro 6.0:runc-1.1.14-1.1.s390x", "SUSE Linux Micro 6.0:runc-1.1.14-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:runc-1.1.14-1.1.aarch64", "SUSE Linux Micro 6.0:runc-1.1.14-1.1.s390x", "SUSE Linux Micro 6.0:runc-1.1.14-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-02-03T08:55:05Z", "details": "low" } ], "title": "CVE-2024-45310" } ] }
suse-su-2025:20353-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for runc", "title": "Title of the patch" }, { "category": "description", "text": "This update for runc fixes the following issues:\n\nUpdate to runc v1.2.6. Upstream changelog is available from\n \u003chttps://github.com/opencontainers/runc/releases/tag/v1.2.6\u003e.\n\nUpdate to runc v1.2.0~rc3. Upstream changelog is available from\n\n \u003chttps://github.com/opencontainers/runc/releases/tag/v1.2.0-rc.3\u003e.\n\n- CVE-2024-45310: Fixed that runc can be tricked into creating empty files/directories on host (bsc#1230092)\n\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.1-115", "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_20353-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20353-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520353-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20353-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-June/039506.html" }, { "category": "self", "summary": "SUSE Bug 1214960", "url": "https://bugzilla.suse.com/1214960" }, { "category": "self", "summary": "SUSE Bug 1230092", "url": "https://bugzilla.suse.com/1230092" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" } ], "title": "Security update for runc", "tracking": { "current_release_date": "2025-05-21T11:12:02Z", "generator": { "date": "2025-05-21T11:12:02Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20353-1", "initial_release_date": "2025-05-21T11:12:02Z", "revision_history": [ { "date": "2025-05-21T11:12:02Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "runc-1.2.6-slfo.1.1_1.1.aarch64", "product": { "name": "runc-1.2.6-slfo.1.1_1.1.aarch64", "product_id": "runc-1.2.6-slfo.1.1_1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-slfo.1.1_1.1.s390x", "product": { "name": "runc-1.2.6-slfo.1.1_1.1.s390x", "product_id": "runc-1.2.6-slfo.1.1_1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-slfo.1.1_1.1.x86_64", "product": { "name": "runc-1.2.6-slfo.1.1_1.1.x86_64", "product_id": "runc-1.2.6-slfo.1.1_1.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": "runc-1.2.6-slfo.1.1_1.1.aarch64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.aarch64" }, "product_reference": "runc-1.2.6-slfo.1.1_1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-slfo.1.1_1.1.s390x as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.s390x" }, "product_reference": "runc-1.2.6-slfo.1.1_1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-slfo.1.1_1.1.x86_64 as component of SUSE Linux Micro 6.1", "product_id": "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.x86_64" }, "product_reference": "runc-1.2.6-slfo.1.1_1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "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:runc-1.2.6-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.aarch64", "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.s390x", "SUSE Linux Micro 6.1:runc-1.2.6-slfo.1.1_1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-21T11:12:02Z", "details": "low" } ], "title": "CVE-2024-45310" } ] }
suse-su-2025:02198-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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 runc", "title": "Title of the patch" }, { "category": "description", "text": "This update for runc fixes the following issues:\n \n- CVE-2024-45310: Fixed unintentional creation of empty files/directories on host (bsc#1230092)\n\nOther fixes:\n\n- Update to runc v1.2.6.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-2198,SUSE-SLE-Micro-5.3-2025-2198,SUSE-SLE-Micro-5.4-2025-2198,SUSE-SLE-Micro-5.5-2025-2198,SUSE-SLE-Module-Containers-15-SP6-2025-2198,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2198,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2198,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2198,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2198,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2198,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2198,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2198,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2198,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2198,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2198,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2198,SUSE-SUSE-MicroOS-5.1-2025-2198,SUSE-SUSE-MicroOS-5.2-2025-2198,SUSE-Storage-7.1-2025-2198,openSUSE-SLE-15.6-2025-2198", "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_02198-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:02198-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502198-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:02198-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040584.html" }, { "category": "self", "summary": "SUSE Bug 1230092", "url": "https://bugzilla.suse.com/1230092" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" } ], "title": "Security update for runc", "tracking": { "current_release_date": "2025-07-02T09:22:54Z", "generator": { "date": "2025-07-02T09:22:54Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:02198-1", "initial_release_date": "2025-07-02T09:22:54Z", "revision_history": [ { "date": "2025-07-02T09:22:54Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.aarch64", "product": { "name": "runc-1.2.6-150000.73.2.aarch64", "product_id": "runc-1.2.6-150000.73.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.i586", "product": { "name": "runc-1.2.6-150000.73.2.i586", "product_id": "runc-1.2.6-150000.73.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.ppc64le", "product": { "name": "runc-1.2.6-150000.73.2.ppc64le", "product_id": "runc-1.2.6-150000.73.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.s390x", "product": { "name": "runc-1.2.6-150000.73.2.s390x", "product_id": "runc-1.2.6-150000.73.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-150000.73.2.x86_64", "product": { "name": "runc-1.2.6-150000.73.2.x86_64", "product_id": "runc-1.2.6-150000.73.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Containers 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-containers:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "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 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "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 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "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": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } }, { "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": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6", "product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.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:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.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:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.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:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.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:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.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:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.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:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.aarch64" }, "product_reference": "runc-1.2.6-150000.73.2.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.ppc64le as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.ppc64le" }, "product_reference": "runc-1.2.6-150000.73.2.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.s390x as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.s390x" }, "product_reference": "runc-1.2.6-150000.73.2.s390x", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-150000.73.2.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.x86_64" }, "product_reference": "runc-1.2.6-150000.73.2.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:runc-1.2.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7.1:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:runc-1.2.6-150000.73.2.x86_64", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.aarch64", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.ppc64le", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.s390x", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "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 Enterprise Storage 7.1:runc-1.2.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7.1:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:runc-1.2.6-150000.73.2.x86_64", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.aarch64", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.ppc64le", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.s390x", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:runc-1.2.6-150000.73.2.aarch64", "SUSE Enterprise Storage 7.1:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.1:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.2:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.3:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.4:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Micro 5.5:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Module for Containers 15 SP6:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP4-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.aarch64", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.s390x", "SUSE Linux Enterprise Server 15 SP5-LTSS:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:runc-1.2.6-150000.73.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:runc-1.2.6-150000.73.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP5:runc-1.2.6-150000.73.2.x86_64", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.aarch64", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.ppc64le", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.s390x", "openSUSE Leap 15.6:runc-1.2.6-150000.73.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-07-02T09:22:54Z", "details": "low" } ], "title": "CVE-2024-45310" } ] }
suse-su-2025:1374-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "low" }, "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 runc", "title": "Title of the patch" }, { "category": "description", "text": "This update for runc fixes the following issues:\n\n- CVE-2024-45310: Fixed unintentional creation of empty files/directories on host (bsc#1230092)\n\nOther fixes:\n\n- Update to runc v1.2.6.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2025-1374,SUSE-SLE-SERVER-12-SP5-LTSS-2025-1374,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-1374", "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_1374-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:1374-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251374-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:1374-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-April/039087.html" }, { "category": "self", "summary": "SUSE Bug 1230092", "url": "https://bugzilla.suse.com/1230092" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" } ], "title": "Security update for runc", "tracking": { "current_release_date": "2025-04-25T12:39:27Z", "generator": { "date": "2025-04-25T12:39:27Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:1374-1", "initial_release_date": "2025-04-25T12:39:27Z", "revision_history": [ { "date": "2025-04-25T12:39:27Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "runc-1.2.6-16.60.2.aarch64", "product": { "name": "runc-1.2.6-16.60.2.aarch64", "product_id": "runc-1.2.6-16.60.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-16.60.2.i586", "product": { "name": "runc-1.2.6-16.60.2.i586", "product_id": "runc-1.2.6-16.60.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-16.60.2.ppc64le", "product": { "name": "runc-1.2.6-16.60.2.ppc64le", "product_id": "runc-1.2.6-16.60.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-16.60.2.s390x", "product": { "name": "runc-1.2.6-16.60.2.s390x", "product_id": "runc-1.2.6-16.60.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-16.60.2.x86_64", "product": { "name": "runc-1.2.6-16.60.2.x86_64", "product_id": "runc-1.2.6-16.60.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-16.60.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.aarch64" }, "product_reference": "runc-1.2.6-16.60.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-16.60.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.ppc64le" }, "product_reference": "runc-1.2.6-16.60.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-16.60.2.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.s390x" }, "product_reference": "runc-1.2.6-16.60.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-16.60.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.x86_64" }, "product_reference": "runc-1.2.6-16.60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-16.60.2.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:runc-1.2.6-16.60.2.x86_64" }, "product_reference": "runc-1.2.6-16.60.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:runc-1.2.6-16.60.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:runc-1.2.6-16.60.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.aarch64", "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.s390x", "SUSE Linux Enterprise Server 12 SP5-LTSS:runc-1.2.6-16.60.2.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:runc-1.2.6-16.60.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-04-25T12:39:27Z", "details": "low" } ], "title": "CVE-2024-45310" } ] }
suse-su-2025:20335-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for runc", "title": "Title of the patch" }, { "category": "description", "text": "This update for runc fixes the following issues:\n\n- Update to runc v1.2.6. Upstream changelog is available from\n\n https://github.com/opencontainers/runc/releases/tag/v1.2.6\n\n- CVE-2024-45310: Fixed runc can be tricked into creating empty files/directories on host (bsc#1230092)\n\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-SLE-Micro-6.0-332", "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_20335-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2025:20335-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520335-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2025:20335-1", "url": "https://lists.suse.com/pipermail/sle-updates/2025-May/039439.html" }, { "category": "self", "summary": "SUSE Bug 1214960", "url": "https://bugzilla.suse.com/1214960" }, { "category": "self", "summary": "SUSE Bug 1230092", "url": "https://bugzilla.suse.com/1230092" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" } ], "title": "Security update for runc", "tracking": { "current_release_date": "2025-05-21T15:39:04Z", "generator": { "date": "2025-05-21T15:39:04Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2025:20335-1", "initial_release_date": "2025-05-21T15:39:04Z", "revision_history": [ { "date": "2025-05-21T15:39:04Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "runc-1.2.6-1.1.aarch64", "product": { "name": "runc-1.2.6-1.1.aarch64", "product_id": "runc-1.2.6-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-1.1.s390x", "product": { "name": "runc-1.2.6-1.1.s390x", "product_id": "runc-1.2.6-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.6-1.1.x86_64", "product": { "name": "runc-1.2.6-1.1.x86_64", "product_id": "runc-1.2.6-1.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": "runc-1.2.6-1.1.aarch64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:runc-1.2.6-1.1.aarch64" }, "product_reference": "runc-1.2.6-1.1.aarch64", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-1.1.s390x as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:runc-1.2.6-1.1.s390x" }, "product_reference": "runc-1.2.6-1.1.s390x", "relates_to_product_reference": "SUSE Linux Micro 6.0" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.6-1.1.x86_64 as component of SUSE Linux Micro 6.0", "product_id": "SUSE Linux Micro 6.0:runc-1.2.6-1.1.x86_64" }, "product_reference": "runc-1.2.6-1.1.x86_64", "relates_to_product_reference": "SUSE Linux Micro 6.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Micro 6.0:runc-1.2.6-1.1.aarch64", "SUSE Linux Micro 6.0:runc-1.2.6-1.1.s390x", "SUSE Linux Micro 6.0:runc-1.2.6-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "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:runc-1.2.6-1.1.aarch64", "SUSE Linux Micro 6.0:runc-1.2.6-1.1.s390x", "SUSE Linux Micro 6.0:runc-1.2.6-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Micro 6.0:runc-1.2.6-1.1.aarch64", "SUSE Linux Micro 6.0:runc-1.2.6-1.1.s390x", "SUSE Linux Micro 6.0:runc-1.2.6-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-05-21T15:39:04Z", "details": "low" } ], "title": "CVE-2024-45310" } ] }
opensuse-su-2024:14312-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "runc-1.2.0~rc3-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the runc-1.2.0~rc3-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14312", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_14312-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" } ], "title": "runc-1.2.0~rc3-1.1 on GA media", "tracking": { "current_release_date": "2024-09-04T00:00:00Z", "generator": { "date": "2024-09-04T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14312-1", "initial_release_date": "2024-09-04T00:00:00Z", "revision_history": [ { "date": "2024-09-04T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "runc-1.2.0~rc3-1.1.aarch64", "product": { "name": "runc-1.2.0~rc3-1.1.aarch64", "product_id": "runc-1.2.0~rc3-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.0~rc3-1.1.ppc64le", "product": { "name": "runc-1.2.0~rc3-1.1.ppc64le", "product_id": "runc-1.2.0~rc3-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.0~rc3-1.1.s390x", "product": { "name": "runc-1.2.0~rc3-1.1.s390x", "product_id": "runc-1.2.0~rc3-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "runc-1.2.0~rc3-1.1.x86_64", "product": { "name": "runc-1.2.0~rc3-1.1.x86_64", "product_id": "runc-1.2.0~rc3-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.0~rc3-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.aarch64" }, "product_reference": "runc-1.2.0~rc3-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.0~rc3-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.ppc64le" }, "product_reference": "runc-1.2.0~rc3-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.0~rc3-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.s390x" }, "product_reference": "runc-1.2.0~rc3-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "runc-1.2.0~rc3-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.x86_64" }, "product_reference": "runc-1.2.0~rc3-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.aarch64", "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.ppc64le", "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.s390x", "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.aarch64", "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.ppc64le", "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.s390x", "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.aarch64", "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.ppc64le", "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.s390x", "openSUSE Tumbleweed:runc-1.2.0~rc3-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-09-04T00:00:00Z", "details": "low" } ], "title": "CVE-2024-45310" } ] }
opensuse-su-2025:15424-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the govulncheck-vulndb-0.0.20250807T150727-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2025-15424", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_15424-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2015-7561 page", "url": "https://www.suse.com/security/cve/CVE-2015-7561/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-9962 page", "url": "https://www.suse.com/security/cve/CVE-2016-9962/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-1000056 page", "url": "https://www.suse.com/security/cve/CVE-2017-1000056/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-1002102 page", "url": "https://www.suse.com/security/cve/CVE-2017-1002102/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1002100 page", "url": "https://www.suse.com/security/cve/CVE-2018-1002100/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1002101 page", "url": "https://www.suse.com/security/cve/CVE-2018-1002101/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-16733 page", "url": "https://www.suse.com/security/cve/CVE-2018-16733/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-19184 page", "url": "https://www.suse.com/security/cve/CVE-2018-19184/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1002100 page", "url": "https://www.suse.com/security/cve/CVE-2019-1002100/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-1002101 page", "url": "https://www.suse.com/security/cve/CVE-2019-1002101/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11245 page", "url": "https://www.suse.com/security/cve/CVE-2019-11245/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11251 page", "url": "https://www.suse.com/security/cve/CVE-2019-11251/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11253 page", "url": "https://www.suse.com/security/cve/CVE-2019-11253/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-26240 page", "url": "https://www.suse.com/security/cve/CVE-2020-26240/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-26241 page", "url": "https://www.suse.com/security/cve/CVE-2020-26241/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8551 page", "url": "https://www.suse.com/security/cve/CVE-2020-8551/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8555 page", "url": "https://www.suse.com/security/cve/CVE-2020-8555/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8557 page", "url": "https://www.suse.com/security/cve/CVE-2020-8557/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8558 page", "url": "https://www.suse.com/security/cve/CVE-2020-8558/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8562 page", "url": "https://www.suse.com/security/cve/CVE-2020-8562/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8563 page", "url": "https://www.suse.com/security/cve/CVE-2020-8563/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8566 page", "url": "https://www.suse.com/security/cve/CVE-2020-8566/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25735 page", "url": "https://www.suse.com/security/cve/CVE-2021-25735/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25736 page", "url": "https://www.suse.com/security/cve/CVE-2021-25736/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25737 page", "url": "https://www.suse.com/security/cve/CVE-2021-25737/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25741 page", "url": "https://www.suse.com/security/cve/CVE-2021-25741/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-25743 page", "url": "https://www.suse.com/security/cve/CVE-2021-25743/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-30465 page", "url": "https://www.suse.com/security/cve/CVE-2021-30465/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-29162 page", "url": "https://www.suse.com/security/cve/CVE-2022-29162/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-29177 page", "url": "https://www.suse.com/security/cve/CVE-2022-29177/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-3162 page", "url": "https://www.suse.com/security/cve/CVE-2022-3162/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-3294 page", "url": "https://www.suse.com/security/cve/CVE-2022-3294/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2431 page", "url": "https://www.suse.com/security/cve/CVE-2023-2431/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-25809 page", "url": "https://www.suse.com/security/cve/CVE-2023-25809/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2727 page", "url": "https://www.suse.com/security/cve/CVE-2023-2727/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-2728 page", "url": "https://www.suse.com/security/cve/CVE-2023-2728/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-27561 page", "url": "https://www.suse.com/security/cve/CVE-2023-27561/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-28642 page", "url": "https://www.suse.com/security/cve/CVE-2023-28642/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-5528 page", "url": "https://www.suse.com/security/cve/CVE-2023-5528/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45310 page", "url": "https://www.suse.com/security/cve/CVE-2024-45310/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-5321 page", "url": "https://www.suse.com/security/cve/CVE-2024-5321/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-3445 page", "url": "https://www.suse.com/security/cve/CVE-2025-3445/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-47907 page", "url": "https://www.suse.com/security/cve/CVE-2025-47907/" }, { "category": "self", "summary": "SUSE CVE CVE-2025-47908 page", "url": "https://www.suse.com/security/cve/CVE-2025-47908/" } ], "title": "govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media", "tracking": { "current_release_date": "2025-08-08T00:00:00Z", "generator": { "date": "2025-08-08T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2025:15424-1", "initial_release_date": "2025-08-08T00:00:00Z", "revision_history": [ { "date": "2025-08-08T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "product": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "product": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "product": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64", "product": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64", "product_id": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64" }, "product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le" }, "product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x" }, "product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" }, "product_reference": "govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2015-7561", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-7561" } ], "notes": [ { "category": "general", "text": "Kubernetes in OpenShift3 allows remote authenticated users to use the private images of other users should they know the name of said image.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-7561", "url": "https://www.suse.com/security/cve/CVE-2015-7561" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2015-7561" }, { "cve": "CVE-2016-9962", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-9962" } ], "notes": [ { "category": "general", "text": "RunC allowed additional container processes via \u0027runc exec\u0027 to be ptraced by the pid 1 of the container. This allows the main processes of the container, if running as root, to gain access to file-descriptors of these new processes during the initialization and can lead to container escapes or modification of runC state before the process is fully placed inside the container.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-9962", "url": "https://www.suse.com/security/cve/CVE-2016-9962" }, { "category": "external", "summary": "SUSE Bug 1012568 for CVE-2016-9962", "url": "https://bugzilla.suse.com/1012568" }, { "category": "external", "summary": "SUSE Bug 1173425 for CVE-2016-9962", "url": "https://bugzilla.suse.com/1173425" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-9962" }, { "cve": "CVE-2017-1000056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-1000056" } ], "notes": [ { "category": "general", "text": "Kubernetes version 1.5.0-1.5.4 is vulnerable to a privilege escalation in the PodSecurityPolicy admission plugin resulting in the ability to make use of any existing PodSecurityPolicy object.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-1000056", "url": "https://www.suse.com/security/cve/CVE-2017-1000056" }, { "category": "external", "summary": "SUSE Bug 1010675 for CVE-2017-1000056", "url": "https://bugzilla.suse.com/1010675" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "critical" } ], "title": "CVE-2017-1000056" }, { "cve": "CVE-2017-1002102", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-1002102" } ], "notes": [ { "category": "general", "text": "In Kubernetes versions 1.3.x, 1.4.x, 1.5.x, 1.6.x and prior to versions 1.7.14, 1.8.9 and 1.9.4 containers using a secret, configMap, projected or downwardAPI volume can trigger deletion of arbitrary files/directories from the nodes where they are running.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-1002102", "url": "https://www.suse.com/security/cve/CVE-2017-1002102" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2017-1002102" }, { "cve": "CVE-2018-1002100", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1002100" } ], "notes": [ { "category": "general", "text": "In Kubernetes versions 1.5.x, 1.6.x, 1.7.x, 1.8.x, and prior to version 1.9.6, the kubectl cp command insecurely handles tar data returned from the container, and can be caused to overwrite arbitrary local files.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1002100", "url": "https://www.suse.com/security/cve/CVE-2018-1002100" }, { "category": "external", "summary": "SUSE Bug 1089654 for CVE-2018-1002100", "url": "https://bugzilla.suse.com/1089654" }, { "category": "external", "summary": "SUSE Bug 1089991 for CVE-2018-1002100", "url": "https://bugzilla.suse.com/1089991" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:C/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-1002100" }, { "cve": "CVE-2018-1002101", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1002101" } ], "notes": [ { "category": "general", "text": "In Kubernetes versions 1.9.0-1.9.9, 1.10.0-1.10.5, and 1.11.0-1.11.1, user input was handled insecurely while setting up volume mounts on Windows nodes, which could lead to command line argument injection.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1002101", "url": "https://www.suse.com/security/cve/CVE-2018-1002101" }, { "category": "external", "summary": "SUSE Bug 1118791 for CVE-2018-1002101", "url": "https://bugzilla.suse.com/1118791" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2018-1002101" }, { "cve": "CVE-2018-16733", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-16733" } ], "notes": [ { "category": "general", "text": "In Go Ethereum (aka geth) before 1.8.14, TraceChain in eth/api_tracer.go does not verify that the end block is after the start block.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-16733", "url": "https://www.suse.com/security/cve/CVE-2018-16733" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-16733" }, { "cve": "CVE-2018-19184", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-19184" } ], "notes": [ { "category": "general", "text": "cmd/evm/runner.go in Go Ethereum (aka geth) 1.8.17 allows attackers to cause a denial of service (SEGV) via crafted bytecode.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-19184", "url": "https://www.suse.com/security/cve/CVE-2018-19184" }, { "category": "external", "summary": "SUSE Bug 1115634 for CVE-2018-19184", "url": "https://bugzilla.suse.com/1115634" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2018-19184" }, { "cve": "CVE-2019-1002100", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1002100" } ], "notes": [ { "category": "general", "text": "In all Kubernetes versions prior to v1.11.8, v1.12.6, and v1.13.4, users that are authorized to make patch requests to the Kubernetes API Server can send a specially crafted patch of type \"json-patch\" (e.g. `kubectl patch --type json` or `\"Content-Type: application/json-patch+json\"`) that consumes excessive resources while processing, causing a Denial of Service on the API Server.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1002100", "url": "https://www.suse.com/security/cve/CVE-2019-1002100" }, { "category": "external", "summary": "SUSE Bug 1127554 for CVE-2019-1002100", "url": "https://bugzilla.suse.com/1127554" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2019-1002100" }, { "cve": "CVE-2019-1002101", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-1002101" } ], "notes": [ { "category": "general", "text": "The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes creates a tar inside the container, copies it over the network, and kubectl unpacks it on the user\u0027s machine. If the tar binary in the container is malicious, it could run any code and output unexpected, malicious results. An attacker could use this to write files to any path on the user\u0027s machine when kubectl cp is called, limited only by the system permissions of the local user. The untar function can both create and follow symbolic links. The issue is resolved in kubectl v1.11.9, v1.12.7, v1.13.5, and v1.14.0.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-1002101", "url": "https://www.suse.com/security/cve/CVE-2019-1002101" }, { "category": "external", "summary": "SUSE Bug 1131056 for CVE-2019-1002101", "url": "https://bugzilla.suse.com/1131056" }, { "category": "external", "summary": "SUSE Bug 1138929 for CVE-2019-1002101", "url": "https://bugzilla.suse.com/1138929" }, { "category": "external", "summary": "SUSE Bug 1144507 for CVE-2019-1002101", "url": "https://bugzilla.suse.com/1144507" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-1002101" }, { "cve": "CVE-2019-11245", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11245" } ], "notes": [ { "category": "general", "text": "In kubelet v1.13.6 and v1.14.2, containers for pods that do not specify an explicit runAsUser attempt to run as uid 0 (root) on container restart, or if the image was previously pulled to the node. If the pod specified mustRunAsNonRoot: true, the kubelet will refuse to start the container as root. If the pod did not specify mustRunAsNonRoot: true, the kubelet will run the container as uid 0.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11245", "url": "https://www.suse.com/security/cve/CVE-2019-11245" }, { "category": "external", "summary": "SUSE Bug 1136944 for CVE-2019-11245", "url": "https://bugzilla.suse.com/1136944" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-11245" }, { "cve": "CVE-2019-11251", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11251" } ], "notes": [ { "category": "general", "text": "The Kubernetes kubectl cp command in versions 1.1-1.12, and versions prior to 1.13.11, 1.14.7, and 1.15.4 allows a combination of two symlinks provided by tar output of a malicious container to place a file outside of the destination directory specified in the kubectl cp invocation. This could be used to allow an attacker to place a nefarious file using a symlink, outside of the destination tree.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11251", "url": "https://www.suse.com/security/cve/CVE-2019-11251" }, { "category": "external", "summary": "SUSE Bug 1151300 for CVE-2019-11251", "url": "https://bugzilla.suse.com/1151300" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-11251" }, { "cve": "CVE-2019-11253", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11253" } ], "notes": [ { "category": "general", "text": "Improper input validation in the Kubernetes API server in versions v1.0-1.12 and versions prior to v1.13.12, v1.14.8, v1.15.5, and v1.16.2 allows authorized users to send malicious YAML or JSON payloads, causing the API server to consume excessive CPU or memory, potentially crashing and becoming unavailable. Prior to v1.14.0, default RBAC policy authorized anonymous users to submit requests that could trigger this vulnerability. Clusters upgraded from a version prior to v1.14.0 keep the more permissive policy by default for backwards compatibility.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11253", "url": "https://www.suse.com/security/cve/CVE-2019-11253" }, { "category": "external", "summary": "SUSE Bug 1152861 for CVE-2019-11253", "url": "https://bugzilla.suse.com/1152861" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-11253" }, { "cve": "CVE-2020-26240", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-26240" } ], "notes": [ { "category": "general", "text": "Go Ethereum, or \"Geth\", is the official Golang implementation of the Ethereum protocol. An ethash mining DAG generation flaw in Geth before version 1.9.24 could cause miners to erroneously calculate PoW in an upcoming epoch (estimated early January, 2021). This happened on the ETC chain on 2020-11-06. This issue is relevant only for miners, non-mining nodes are unaffected. This issue is fixed as of 1.9.24", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-26240", "url": "https://www.suse.com/security/cve/CVE-2020-26240" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-26240" }, { "cve": "CVE-2020-26241", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-26241" } ], "notes": [ { "category": "general", "text": "Go Ethereum, or \"Geth\", is the official Golang implementation of the Ethereum protocol. This is a Consensus vulnerability in Geth before version 1.9.17 which can be used to cause a chain-split where vulnerable nodes reject the canonical chain. Geth\u0027s pre-compiled dataCopy (at 0x00...04) contract did a shallow copy on invocation. An attacker could deploy a contract that writes X to an EVM memory region R, then calls 0x00..04 with R as an argument, then overwrites R to Y, and finally invokes the RETURNDATACOPY opcode. When this contract is invoked, a consensus-compliant node would push X on the EVM stack, whereas Geth would push Y. This is fixed in version 1.9.17.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-26241", "url": "https://www.suse.com/security/cve/CVE-2020-26241" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-26241" }, { "cve": "CVE-2020-8551", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8551" } ], "notes": [ { "category": "general", "text": "The Kubelet component in versions 1.15.0-1.15.9, 1.16.0-1.16.6, and 1.17.0-1.17.2 has been found to be vulnerable to a denial of service attack via the kubelet API, including the unauthenticated HTTP read-only API typically served on port 10255, and the authenticated HTTPS API typically served on port 10250.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8551", "url": "https://www.suse.com/security/cve/CVE-2020-8551" }, { "category": "external", "summary": "SUSE Bug 1167509 for CVE-2020-8551", "url": "https://bugzilla.suse.com/1167509" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8551" }, { "cve": "CVE-2020-8555", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8555" } ], "notes": [ { "category": "general", "text": "The Kubernetes kube-controller-manager in versions v1.0-1.14, versions prior to v1.15.12, v1.16.9, v1.17.5, and version v1.18.0 are vulnerable to a Server Side Request Forgery (SSRF) that allows certain authorized users to leak up to 500 bytes of arbitrary information from unprotected endpoints within the master\u0027s host network (such as link-local or loopback services).", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8555", "url": "https://www.suse.com/security/cve/CVE-2020-8555" }, { "category": "external", "summary": "SUSE Bug 1171106 for CVE-2020-8555", "url": "https://bugzilla.suse.com/1171106" }, { "category": "external", "summary": "SUSE Bug 1185502 for CVE-2020-8555", "url": "https://bugzilla.suse.com/1185502" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8555" }, { "cve": "CVE-2020-8557", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8557" } ], "notes": [ { "category": "general", "text": "The Kubernetes kubelet component in versions 1.1-1.16.12, 1.17.0-1.17.8 and 1.18.0-1.18.5 do not account for disk usage by a pod which writes to its own /etc/hosts file. The /etc/hosts file mounted in a pod by kubelet is not included by the kubelet eviction manager when calculating ephemeral storage usage by a pod. If a pod writes a large amount of data to the /etc/hosts file, it could fill the storage space of the node and cause the node to fail.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8557", "url": "https://www.suse.com/security/cve/CVE-2020-8557" }, { "category": "external", "summary": "SUSE Bug 1173984 for CVE-2020-8557", "url": "https://bugzilla.suse.com/1173984" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8557" }, { "cve": "CVE-2020-8558", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8558" } ], "notes": [ { "category": "general", "text": "The Kubelet and kube-proxy components in versions 1.1.0-1.16.10, 1.17.0-1.17.6, and 1.18.0-1.18.3 were found to contain a security issue which allows adjacent hosts to reach TCP and UDP services bound to 127.0.0.1 running on the node or in the node\u0027s network namespace. Such a service is generally thought to be reachable only by other processes on the same host, but due to this defeect, could be reachable by other hosts on the same LAN as the node, or by containers running on the same node as the service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8558", "url": "https://www.suse.com/security/cve/CVE-2020-8558" }, { "category": "external", "summary": "SUSE Bug 1172945 for CVE-2020-8558", "url": "https://bugzilla.suse.com/1172945" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8558" }, { "cve": "CVE-2020-8562", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8562" } ], "notes": [ { "category": "general", "text": "As mitigations to a report from 2019 and CVE-2020-8555, Kubernetes attempts to prevent proxied connections from accessing link-local or localhost networks when making user-driven connections to Services, Pods, Nodes, or StorageClass service providers. As part of this mitigation Kubernetes does a DNS name resolution check and validates that response IPs are not in the link-local (169.254.0.0/16) or localhost (127.0.0.0/8) range. Kubernetes then performs a second DNS resolution without validation for the actual connection. If a non-standard DNS server returns different non-cached responses, a user may be able to bypass the proxy IP restriction and access private networks on the control plane.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8562", "url": "https://www.suse.com/security/cve/CVE-2020-8562" }, { "category": "external", "summary": "SUSE Bug 1185502 for CVE-2020-8562", "url": "https://bugzilla.suse.com/1185502" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.2, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8562" }, { "cve": "CVE-2020-8563", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8563" } ], "notes": [ { "category": "general", "text": "In Kubernetes clusters using VSphere as a cloud provider, with a logging level set to 4 or above, VSphere cloud credentials will be leaked in the cloud controller manager\u0027s log. This affects \u003c v1.19.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8563", "url": "https://www.suse.com/security/cve/CVE-2020-8563" }, { "category": "external", "summary": "SUSE Bug 1177659 for CVE-2020-8563", "url": "https://bugzilla.suse.com/1177659" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8563" }, { "cve": "CVE-2020-8566", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8566" } ], "notes": [ { "category": "general", "text": "In Kubernetes clusters using Ceph RBD as a storage provisioner, with logging level of at least 4, Ceph RBD admin secrets can be written to logs. This occurs in kube-controller-manager\u0027s logs during provisioning of Ceph RBD persistent claims. This affects \u003c v1.19.3, \u003c v1.18.10, \u003c v1.17.13.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8566", "url": "https://www.suse.com/security/cve/CVE-2020-8566" }, { "category": "external", "summary": "SUSE Bug 1177662 for CVE-2020-8566", "url": "https://bugzilla.suse.com/1177662" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8566" }, { "cve": "CVE-2021-25735", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25735" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in kube-apiserver that could allow node updates to bypass a Validating Admission Webhook. Clusters are only affected by this vulnerability if they run a Validating Admission Webhook for Nodes that denies admission based at least partially on the old state of the Node object. Validating Admission Webhook does not observe some previous fields.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25735", "url": "https://www.suse.com/security/cve/CVE-2021-25735" }, { "category": "external", "summary": "SUSE Bug 1183409 for CVE-2021-25735", "url": "https://bugzilla.suse.com/1183409" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-25735" }, { "cve": "CVE-2021-25736", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25736" } ], "notes": [ { "category": "general", "text": "Kube-proxy\n on Windows can unintentionally forward traffic to local processes \nlistening on the same port (\"spec.ports[*].port\") as a LoadBalancer \nService when the LoadBalancer controller\n does not set the \"status.loadBalancer.ingress[].ip\" field. Clusters \nwhere the LoadBalancer controller sets the \n\"status.loadBalancer.ingress[].ip\" field are unaffected.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25736", "url": "https://www.suse.com/security/cve/CVE-2021-25736" }, { "category": "external", "summary": "SUSE Bug 1185894 for CVE-2021-25736", "url": "https://bugzilla.suse.com/1185894" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-25736" }, { "cve": "CVE-2021-25737", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25737" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25737", "url": "https://www.suse.com/security/cve/CVE-2021-25737" }, { "category": "external", "summary": "SUSE Bug 1185503 for CVE-2021-25737", "url": "https://bugzilla.suse.com/1185503" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-25737" }, { "cve": "CVE-2021-25741", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25741" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubernetes where a user may be able to create a container with subpath volume mounts to access files \u0026 directories outside of the volume, including on the host filesystem.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25741", "url": "https://www.suse.com/security/cve/CVE-2021-25741" }, { "category": "external", "summary": "SUSE Bug 1189416 for CVE-2021-25741", "url": "https://bugzilla.suse.com/1189416" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2021-25741" }, { "cve": "CVE-2021-25743", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-25743" } ], "notes": [ { "category": "general", "text": "kubectl does not neutralize escape, meta or control sequences contained in the raw data it outputs to a terminal. This includes but is not limited to the unstructured string fields in objects such as Events.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-25743", "url": "https://www.suse.com/security/cve/CVE-2021-25743" }, { "category": "external", "summary": "SUSE Bug 1194400 for CVE-2021-25743", "url": "https://bugzilla.suse.com/1194400" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-25743" }, { "cve": "CVE-2021-30465", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-30465" } ], "notes": [ { "category": "general", "text": "runc before 1.0.0-rc95 allows a Container Filesystem Breakout via Directory Traversal. To exploit the vulnerability, an attacker must be able to create multiple containers with a fairly specific mount configuration. The problem occurs via a symlink-exchange attack that relies on a race condition.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-30465", "url": "https://www.suse.com/security/cve/CVE-2021-30465" }, { "category": "external", "summary": "SUSE Bug 1185405 for CVE-2021-30465", "url": "https://bugzilla.suse.com/1185405" }, { "category": "external", "summary": "SUSE Bug 1189161 for CVE-2021-30465", "url": "https://bugzilla.suse.com/1189161" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2021-30465" }, { "cve": "CVE-2022-29162", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-29162" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. A bug was found in runc prior to version 1.1.2 where `runc exec --cap` created processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment and enabling programs with inheritable file capabilities to elevate those capabilities to the permitted set during execve(2). This bug did not affect the container security sandbox as the inheritable set never contained more capabilities than were included in the container\u0027s bounding set. This bug has been fixed in runc 1.1.2. This fix changes `runc exec --cap` behavior such that the additional capabilities granted to the process being executed (as specified via `--cap` arguments) do not include inheritable capabilities. In addition, `runc spec` is changed to not set any inheritable capabilities in the created example OCI spec (`config.json`) file.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-29162", "url": "https://www.suse.com/security/cve/CVE-2022-29162" }, { "category": "external", "summary": "SUSE Bug 1199460 for CVE-2022-29162", "url": "https://bugzilla.suse.com/1199460" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-29162" }, { "cve": "CVE-2022-29177", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-29177" } ], "notes": [ { "category": "general", "text": "Go Ethereum is the official Golang implementation of the Ethereum protocol. Prior to version 1.10.17, a vulnerable node, if configured to use high verbosity logging, can be made to crash when handling specially crafted p2p messages sent from an attacker node. Version 1.10.17 contains a patch that addresses the problem. As a workaround, setting loglevel to default level (`INFO`) makes the node not vulnerable to this attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-29177", "url": "https://www.suse.com/security/cve/CVE-2022-29177" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-29177" }, { "cve": "CVE-2022-3162", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-3162" } ], "notes": [ { "category": "general", "text": "Users authorized to list or watch one type of namespaced custom resource cluster-wide can read custom resources of a different type in the same API group without authorization. Clusters are impacted by this vulnerability if all of the following are true: 1. There are 2+ CustomResourceDefinitions sharing the same API group 2. Users have cluster-wide list or watch authorization on one of those custom resources. 3. The same users are not authorized to read another custom resource in the same API group.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-3162", "url": "https://www.suse.com/security/cve/CVE-2022-3162" }, { "category": "external", "summary": "SUSE Bug 1204388 for CVE-2022-3162", "url": "https://bugzilla.suse.com/1204388" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-3162" }, { "cve": "CVE-2022-3294", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-3294" } ], "notes": [ { "category": "general", "text": "Users may have access to secure endpoints in the control plane network. Kubernetes clusters are only affected if an untrusted user can modify Node objects and send proxy requests to them. Kubernetes supports node proxying, which allows clients of kube-apiserver to access endpoints of a Kubelet to establish connections to Pods, retrieve container logs, and more. While Kubernetes already validates the proxying address for Nodes, a bug in kube-apiserver made it possible to bypass this validation. Bypassing this validation could allow authenticated requests destined for Nodes to to the API server\u0027s private network.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-3294", "url": "https://www.suse.com/security/cve/CVE-2022-3294" }, { "category": "external", "summary": "SUSE Bug 1204387 for CVE-2022-3294", "url": "https://bugzilla.suse.com/1204387" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.6, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2022-3294" }, { "cve": "CVE-2023-2431", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2431" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubelet that allows pods to bypass the seccomp profile enforcement. Pods that use localhost type for seccomp profile but specify an empty profile field, are affected by this issue. In this scenario, this vulnerability allows the pod to run in unconfined (seccomp disabled) mode. This bug affects Kubelet.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2431", "url": "https://www.suse.com/security/cve/CVE-2023-2431" }, { "category": "external", "summary": "SUSE Bug 1212493 for CVE-2023-2431", "url": "https://bugzilla.suse.com/1212493" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.4, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2023-2431" }, { "cve": "CVE-2023-25809", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-25809" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. In affected versions it was found that rootless runc makes `/sys/fs/cgroup` writable in following conditons: 1. when runc is executed inside the user namespace, and the `config.json` does not specify the cgroup namespace to be unshared (e.g.., `(docker|podman|nerdctl) run --cgroupns=host`, with Rootless Docker/Podman/nerdctl) or 2. when runc is executed outside the user namespace, and `/sys` is mounted with `rbind, ro` (e.g., `runc spec --rootless`; this condition is very rare). A container may gain the write access to user-owned cgroup hierarchy `/sys/fs/cgroup/user.slice/...` on the host . Other users\u0027s cgroup hierarchies are not affected. Users are advised to upgrade to version 1.1.5. Users unable to upgrade may unshare the cgroup namespace (`(docker|podman|nerdctl) run --cgroupns=private)`. This is the default behavior of Docker/Podman/nerdctl on cgroup v2 hosts. or add `/sys/fs/cgroup` to `maskedPaths`.\n", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-25809", "url": "https://www.suse.com/security/cve/CVE-2023-25809" }, { "category": "external", "summary": "SUSE Bug 1209884 for CVE-2023-25809", "url": "https://bugzilla.suse.com/1209884" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.5, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-25809" }, { "cve": "CVE-2023-2727", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2727" } ], "notes": [ { "category": "general", "text": "Users may be able to launch containers using images that are restricted by ImagePolicyWebhook when using ephemeral containers. Kubernetes clusters are only affected if the ImagePolicyWebhook admission plugin is used together with ephemeral containers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2727", "url": "https://www.suse.com/security/cve/CVE-2023-2727" }, { "category": "external", "summary": "SUSE Bug 1211630 for CVE-2023-2727", "url": "https://bugzilla.suse.com/1211630" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-2727" }, { "cve": "CVE-2023-2728", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-2728" } ], "notes": [ { "category": "general", "text": "Users may be able to launch containers that bypass the mountable secrets policy enforced by the ServiceAccount admission plugin when using ephemeral containers. The policy ensures pods running with a service account may only reference secrets specified in the service account\u0027s secrets field. Kubernetes clusters are only affected if the ServiceAccount admission plugin and the `kubernetes.io/enforce-mountable-secrets` annotation are used together with ephemeral containers.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-2728", "url": "https://www.suse.com/security/cve/CVE-2023-2728" }, { "category": "external", "summary": "SUSE Bug 1211631 for CVE-2023-2728", "url": "https://bugzilla.suse.com/1211631" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-2728" }, { "cve": "CVE-2023-27561", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-27561" } ], "notes": [ { "category": "general", "text": "runc through 1.1.4 has Incorrect Access Control leading to Escalation of Privileges, related to libcontainer/rootfs_linux.go. To exploit this, an attacker must be able to spawn two containers with custom volume-mount configurations, and be able to run custom images. NOTE: this issue exists because of a CVE-2019-19921 regression.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-27561", "url": "https://www.suse.com/security/cve/CVE-2023-27561" }, { "category": "external", "summary": "SUSE Bug 1208962 for CVE-2023-27561", "url": "https://bugzilla.suse.com/1208962" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2023-27561" }, { "cve": "CVE-2023-28642", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-28642" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. It was found that AppArmor can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration. This issue has been fixed in runc version 1.1.5, by prohibiting symlinked `/proc`. See PR #3785 for details. users are advised to upgrade. Users unable to upgrade should avoid using an untrusted container image.\n\n", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-28642", "url": "https://www.suse.com/security/cve/CVE-2023-28642" }, { "category": "external", "summary": "SUSE Bug 1209888 for CVE-2023-28642", "url": "https://bugzilla.suse.com/1209888" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-28642" }, { "cve": "CVE-2023-5528", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-5528" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubernetes where a user that can create pods and persistent volumes on Windows nodes may be able to escalate to admin privileges on those nodes. Kubernetes clusters are only affected if they are using an in-tree storage plugin for Windows nodes.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-5528", "url": "https://www.suse.com/security/cve/CVE-2023-5528" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2023-5528" }, { "cve": "CVE-2024-45310", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45310" } ], "notes": [ { "category": "general", "text": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45310", "url": "https://www.suse.com/security/cve/CVE-2024-45310" }, { "category": "external", "summary": "SUSE Bug 1230092 for CVE-2024-45310", "url": "https://bugzilla.suse.com/1230092" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.6, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "low" } ], "title": "CVE-2024-45310" }, { "cve": "CVE-2024-5321", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-5321" } ], "notes": [ { "category": "general", "text": "A security issue was discovered in Kubernetes clusters with Windows nodes where BUILTIN\\Users may be able to read container logs and NT AUTHORITY\\Authenticated Users may be able to modify container logs.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-5321", "url": "https://www.suse.com/security/cve/CVE-2024-5321" }, { "category": "external", "summary": "SUSE Bug 1225420 for CVE-2024-5321", "url": "https://bugzilla.suse.com/1225420" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-5321" }, { "cve": "CVE-2025-3445", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-3445" } ], "notes": [ { "category": "general", "text": "A Path Traversal \"Zip Slip\" vulnerability has been identified in mholt/archiver in Go. This vulnerability allows using a crafted ZIP file containing path traversal symlinks to create or overwrite files with the user\u0027s privileges or application utilizing the library.\n\nWhen using the archiver.Unarchive functionality with ZIP files, like this: archiver.Unarchive(zipFile, outputDir), A crafted ZIP file can be extracted in such a way that it writes files to the affected system with the same privileges as the application executing this vulnerable functionality. Consequently, sensitive files may be overwritten, potentially leading to privilege escalation, code execution, and other severe outcomes in some cases.\n\nIt\u0027s worth noting that a similar vulnerability was found in TAR files (CVE-2024-0406). Although a fix was implemented, it hasn\u0027t been officially released, and the affected project has since been deprecated. The successor to mholt/archiver is a new project called mholt/archives, and its initial release (v0.1.0) removes the Unarchive() functionality.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-3445", "url": "https://www.suse.com/security/cve/CVE-2025-3445" }, { "category": "external", "summary": "SUSE Bug 1241242 for CVE-2025-3445", "url": "https://bugzilla.suse.com/1241242" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:H/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "important" } ], "title": "CVE-2025-3445" }, { "cve": "CVE-2025-47907", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-47907" } ], "notes": [ { "category": "general", "text": "Cancelling a query (e.g. by cancelling the context passed to one of the query methods) during a call to the Scan method of the returned Rows can result in unexpected results if other queries are being made in parallel. This can result in a race condition that may overwrite the expected results with those of another query, causing the call to Scan to return either unexpected results from the other query or an error.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-47907", "url": "https://www.suse.com/security/cve/CVE-2025-47907" }, { "category": "external", "summary": "SUSE Bug 1247720 for CVE-2025-47907", "url": "https://bugzilla.suse.com/1247720" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-47907" }, { "cve": "CVE-2025-47908", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2025-47908" } ], "notes": [ { "category": "general", "text": "Middleware causes a prohibitive amount of heap allocations when processing malicious preflight requests that include a Access-Control-Request-Headers (ACRH) header whose value contains many commas. This behavior can be abused by attackers to produce undue load on the middleware/server as an attempt to cause a denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2025-47908", "url": "https://www.suse.com/security/cve/CVE-2025-47908" }, { "category": "external", "summary": "SUSE Bug 1247746 for CVE-2025-47908", "url": "https://bugzilla.suse.com/1247746" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.aarch64", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.ppc64le", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.s390x", "openSUSE Tumbleweed:govulncheck-vulndb-0.0.20250807T150727-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2025-08-08T00:00:00Z", "details": "moderate" } ], "title": "CVE-2025-47908" } ] }
fkie_cve-2024-45310
Vulnerability from fkie_nvd
▶ | URL | Tags | |
---|---|---|---|
security-advisories@github.com | https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7 | ||
security-advisories@github.com | https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e | ||
security-advisories@github.com | https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf | ||
security-advisories@github.com | https://github.com/opencontainers/runc/pull/4359 | ||
security-advisories@github.com | https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv | ||
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2024/09/03/1 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20250221-0008/ |
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "runc is a CLI tool for spawning and running containers according to the OCI specification. runc 1.1.13 and earlier, as well as 1.2.0-rc2 and earlier, can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with `os.MkdirAll`. While this could be used to create empty files, existing files would not be truncated. An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed. This is exploitable using runc directly as well as through Docker and Kubernetes. The issue is fixed in runc v1.1.14 and v1.2.0-rc3.\n\nSome workarounds are available. Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use `/etc/sub[ug]id`), this in practice means that an attacker would only be able to create inodes in world-writable directories. A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though neither the extent to which the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack have been thoroughly tested." }, { "lang": "es", "value": "runc es una herramienta CLI para generar y ejecutar contenedores de acuerdo con la especificaci\u00f3n OCI. runc 1.1.13 y anteriores, as\u00ed como 1.2.0-rc2 y anteriores, pueden ser enga\u00f1ados para crear archivos o directorios vac\u00edos en ubicaciones arbitrarias en el sistema de archivos del host al compartir un volumen entre dos contenedores y explotar una ejecuci\u00f3n con `os.MkdirAll`. Si bien esto podr\u00eda usarse para crear archivos vac\u00edos, los archivos existentes no se truncar\u00edan. Un atacante debe tener la capacidad de iniciar contenedores utilizando alg\u00fan tipo de configuraci\u00f3n de volumen personalizada. Los contenedores que utilizan espacios de nombres de usuario a\u00fan se ven afectados, pero el alcance de los lugares en los que un atacante puede crear inodos se puede reducir significativamente. Las pol\u00edticas LSM suficientemente estrictas (SELinux/Apparmor) tambi\u00e9n pueden, en principio, bloquear este ataque; sospechamos que la pol\u00edtica SELinux est\u00e1ndar de la industria puede restringir el alcance de este ataque, pero no se ha analizado el alcance exacto de la protecci\u00f3n. Esto se puede explotar utilizando runc directamente, as\u00ed como a trav\u00e9s de Docker y Kubernetes. El problema se ha solucionado en runc v1.1.14 y v1.2.0-rc3. Hay algunos workarounds disponibles. El uso de espacios de nombres de usuario restringe este ataque de forma bastante significativa, de modo que el atacante solo puede crear inodos en directorios a los que el usuario o grupo ra\u00edz reasignado tiene acceso de escritura. A menos que el usuario ra\u00edz se reasigne a un usuario real en el host (como con contenedores sin ra\u00edz que no usan `/etc/sub[ug]id`), esto en la pr\u00e1ctica significa que un atacante solo podr\u00eda crear inodos en directorios con permisos de escritura para todo el mundo. Una pol\u00edtica de SELinux o AppArmor lo suficientemente estricta podr\u00eda, en principio, restringir tambi\u00e9n el alcance si se aplica una etiqueta espec\u00edfica al entorno de ejecuci\u00f3n de runc, aunque ni el grado en el que las pol\u00edticas est\u00e1ndar existentes bloquean este ataque ni qu\u00e9 pol\u00edticas exactas se necesitan para restringirlo lo suficiente se han probado exhaustivamente.runc es una herramienta CLI para generar y ejecutar contenedores de acuerdo con la especificaci\u00f3n OCI. runc 1.1.13 y anteriores, as\u00ed como 1.2.0-rc2 y anteriores, pueden ser enga\u00f1ados para crear archivos o directorios vac\u00edos en ubicaciones arbitrarias en el sistema de archivos del host al compartir un volumen entre dos contenedores y explotar una ejecuci\u00f3n con `os.MkdirAll`. Si bien esto podr\u00eda usarse para crear archivos vac\u00edos, los archivos existentes no se truncar\u00edan. Un atacante debe tener la capacidad de iniciar contenedores utilizando alg\u00fan tipo de configuraci\u00f3n de volumen personalizada. Los contenedores que utilizan espacios de nombres de usuario a\u00fan se ven afectados, pero el alcance de los lugares en los que un atacante puede crear inodos se puede reducir significativamente. Las pol\u00edticas LSM suficientemente estrictas (SELinux/Apparmor) tambi\u00e9n pueden, en principio, bloquear este ataque; sospechamos que la pol\u00edtica SELinux est\u00e1ndar de la industria puede restringir el alcance de este ataque, pero no se ha analizado el alcance exacto de la protecci\u00f3n. Esto se puede explotar utilizando runc directamente, as\u00ed como a trav\u00e9s de Docker y Kubernetes. El problema se ha solucionado en runc v1.1.14 y v1.2.0-rc3. Hay algunos workarounds disponibles. El uso de espacios de nombres de usuario restringe este ataque de forma bastante significativa, de modo que el atacante solo puede crear inodos en directorios a los que el usuario o grupo ra\u00edz reasignado tiene acceso de escritura. A menos que el usuario ra\u00edz se reasigne a un usuario real en el host (como con contenedores sin ra\u00edz que no usan `/etc/sub[ug]id`), esto en la pr\u00e1ctica significa que un atacante solo podr\u00eda crear inodos en directorios con permisos de escritura para todo el mundo. --- truncado -----" } ], "id": "CVE-2024-45310", "lastModified": "2025-02-21T18:15:17.080", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.6, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 1.4, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2024-09-03T19:15:15.243", "references": [ { "source": "security-advisories@github.com", "url": "https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7" }, { "source": "security-advisories@github.com", "url": "https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e" }, { "source": "security-advisories@github.com", "url": "https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf" }, { "source": "security-advisories@github.com", "url": "https://github.com/opencontainers/runc/pull/4359" }, { "source": "security-advisories@github.com", "url": "https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://www.openwall.com/lists/oss-security/2024/09/03/1" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.netapp.com/advisory/ntap-20250221-0008/" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-61" }, { "lang": "en", "value": "CWE-363" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] }
wid-sec-w-2025-0632
Vulnerability from csaf_certbund
Notes
{ "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": "IBM MQ ist eine Message Oriented Middleware von IBM.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in IBM MQ ausnutzen, um Dateien zu manipulieren und Sicherheitsma\u00dfnahmen zu umgehen.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "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-0632 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0632.json" }, { "category": "self", "summary": "WID-SEC-2025-0632 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0632" }, { "category": "external", "summary": "IBM Security Bulletin 7228945 vom 2025-03-24", "url": "https://www.ibm.com/support/pages/node/7228945" }, { "category": "external", "summary": "IBM Security Bulletin 7185049 vom 2025-03-28", "url": "https://www.ibm.com/support/pages/node/7185049" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20335-1 vom 2025-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020971.html" } ], "source_lang": "en-US", "title": "IBM MQ: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-05-29T22:00:00.000+00:00", "generator": { "date": "2025-05-30T09:25:42.942+00:00", "engine": { "name": "BSI-WID", "version": "1.3.12" } }, "id": "WID-SEC-W-2025-0632", "initial_release_date": "2025-03-24T23:00:00.000+00:00", "revision_history": [ { "date": "2025-03-24T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-03-30T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-05-29T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "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", "name": "operator", "product": { "name": "IBM MQ operator", "product_id": "T036688", "product_identification_helper": { "cpe": "cpe:/a:ibm:mq:operator" } } }, { "category": "product_version", "name": "container", "product": { "name": "IBM MQ container", "product_id": "T040640", "product_identification_helper": { "cpe": "cpe:/a:ibm:mq:container" } } } ], "category": "product_name", "name": "MQ" } ], "category": "vendor", "name": "IBM" }, { "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" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45310", "product_status": { "known_affected": [ "T002207", "444803", "T036688", "T040640" ] }, "release_date": "2025-03-24T23:00:00.000+00:00", "title": "CVE-2024-45310" }, { "cve": "CVE-2024-9341", "product_status": { "known_affected": [ "T002207", "444803", "T036688", "T040640" ] }, "release_date": "2025-03-24T23:00:00.000+00:00", "title": "CVE-2024-9341" } ] }
ghsa-jfvp-7x6p-h2pv
Vulnerability from github
Impact
runc 1.1.13 and earlier as well as 1.2.0-rc2 and earlier can be tricked into creating empty files or directories in arbitrary locations in the host filesystem by sharing a volume between two containers and exploiting a race with os.MkdirAll. While this can be used to create empty files, existing files will not be truncated.
An attacker must have the ability to start containers using some kind of custom volume configuration. Containers using user namespaces are still affected, but the scope of places an attacker can create inodes can be significantly reduced. Sufficiently strict LSM policies (SELinux/Apparmor) can also in principle block this attack -- we suspect the industry standard SELinux policy may restrict this attack's scope but the exact scope of protection hasn't been analysed.
This is exploitable using runc directly as well as through Docker and Kubernetes.
The CVSS score for this vulnerability is CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N (Low severity, 3.6).
Workarounds
Using user namespaces restricts this attack fairly significantly such that the attacker can only create inodes in directories that the remapped root user/group has write access to. Unless the root user is remapped to an actual user on the host (such as with rootless containers that don't use /etc/sub[ug]id), this in practice means that an attacker would only be able to create inodes in world-writable directories.
A strict enough SELinux or AppArmor policy could in principle also restrict the scope if a specific label is applied to the runc runtime, though we haven't thoroughly tested to what extent the standard existing policies block this attack nor what exact policies are needed to sufficiently restrict this attack.
Patches
Fixed in runc v1.1.14 and v1.2.0-rc3.
main
patches:- https://github.com/opencontainers/runc/pull/4359
- https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7
release-1.1
patches:- https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e
- https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf
Credits
Thanks to Rodrigo Campos Catelin (@rata) and Alban Crequy (@alban) from Microsoft for discovering and reporting this vulnerability.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/opencontainers/runc" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.1.14" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "github.com/opencontainers/runc" }, "ranges": [ { "events": [ { "introduced": "1.2.0-rc.1" }, { "fixed": "1.2.0-rc.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-45310" ], "database_specific": { "cwe_ids": [ "CWE-363", "CWE-61" ], "github_reviewed": true, "github_reviewed_at": "2024-09-03T19:49:32Z", "nvd_published_at": "2024-09-03T19:15:15Z", "severity": "MODERATE" }, "details": "### Impact\nrunc 1.1.13 and earlier as well as 1.2.0-rc2 and earlier can be tricked into\ncreating empty files or directories in arbitrary locations in the host\nfilesystem by sharing a volume between two containers and exploiting a race\nwith os.MkdirAll. While this can be used to create empty files, existing\nfiles **will not** be truncated.\n\nAn attacker must have the ability to start containers using some kind of custom\nvolume configuration. Containers using user namespaces are still affected, but\nthe scope of places an attacker can create inodes can be significantly reduced.\nSufficiently strict LSM policies (SELinux/Apparmor) can also in principle block\nthis attack -- we suspect the industry standard SELinux policy may restrict\nthis attack\u0027s scope but the exact scope of protection hasn\u0027t been analysed.\n\nThis is exploitable using runc directly as well as through Docker and\nKubernetes.\n\nThe CVSS score for this vulnerability is\nCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N (Low severity, 3.6).\n\n### Workarounds\nUsing user namespaces restricts this attack fairly significantly such that the\nattacker can only create inodes in directories that the remapped root\nuser/group has write access to. Unless the root user is remapped to an actual\nuser on the host (such as with rootless containers that don\u0027t use\n/etc/sub[ug]id), this in practice means that an attacker would only be able to\ncreate inodes in world-writable directories.\n\nA strict enough SELinux or AppArmor policy could in principle also restrict the\nscope if a specific label is applied to the runc runtime, though we haven\u0027t\nthoroughly tested to what extent the standard existing policies block this\nattack nor what exact policies are needed to sufficiently restrict this attack.\n\n### Patches\nFixed in runc v1.1.14 and v1.2.0-rc3.\n\n* `main` patches:\n * https://github.com/opencontainers/runc/pull/4359\n * https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7\n* `release-1.1` patches:\n * https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e\n * https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf\n\n### Credits\nThanks to Rodrigo Campos Catelin (@rata) and Alban Crequy (@alban) from\nMicrosoft for discovering and reporting this vulnerability.", "id": "GHSA-jfvp-7x6p-h2pv", "modified": "2025-02-21T21:03:04Z", "published": "2024-09-03T19:49:32Z", "references": [ { "type": "WEB", "url": "https://github.com/opencontainers/runc/security/advisories/GHSA-jfvp-7x6p-h2pv" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45310" }, { "type": "WEB", "url": "https://github.com/opencontainers/runc/pull/4359" }, { "type": "WEB", "url": "https://github.com/opencontainers/runc/commit/63c2908164f3a1daea455bf5bcd8d363d70328c7" }, { "type": "WEB", "url": "https://github.com/opencontainers/runc/commit/8781993968fd964ac723ff5f360b6f259e809a3e" }, { "type": "WEB", "url": "https://github.com/opencontainers/runc/commit/f0b652ea61ff6750a8fcc69865d45a7abf37accf" }, { "type": "PACKAGE", "url": "https://github.com/opencontainers/runc" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20250221-0008" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2024/09/03/1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N/U:Green", "type": "CVSS_V4" } ], "summary": "runc can be confused to create empty files/directories on the host" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.