Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2019-11245 (GCVE-0-2019-11245)
Vulnerability from cvelistv5
Published
2019-08-29 00:22
Modified
2024-09-16 22:09
Severity ?
VLAI Severity ?
EPSS score ?
CWE
- CWE-703 - Improper Check or Handling of Exceptional Conditions
Summary
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.
References
► | URL | Tags | |
---|---|---|---|
|
Impacted products
Vendor | Product | Version | ||
---|---|---|---|---|
Kubernetes | Kubernetes |
Version: v1.13.6 Version: v1.14.2 |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T22:48:09.001Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/kubernetes/kubernetes/issues/78308" }, { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Kubernetes", "vendor": "Kubernetes", "versions": [ { "status": "affected", "version": "v1.13.6" }, { "status": "affected", "version": "v1.14.2" } ] } ], "datePublic": "2019-05-24T00:00:00", "descriptions": [ { "lang": "en", "value": "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." } ], "metrics": [ { "cvssV3_0": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-703", "description": "CWE-703: Improper Check or Handling of Exceptional Conditions", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2019-09-19T16:06:08", "orgId": "a6081bf6-c852-4425-ad4f-a67919267565", "shortName": "kubernetes" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/kubernetes/kubernetes/issues/78308" }, { "tags": [ "x_refsource_CONFIRM" ], "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" } ], "source": { "defect": [ "https://github.com/kubernetes/kubernetes/issues/78308" ], "discovery": "USER" }, "title": "kubelet-started container uid changes to root after first restart or if image is already pulled to the node", "workarounds": [ { "lang": "en", "value": "Specify runAsUser directives in pods to control the uid a container runs as. Specify mustRunAsNonRoot:true directives in pods to prevent starting as root (note this means the attempt to start the container will fail on affected kubelet versions)." } ], "x_generator": { "engine": "Vulnogram 0.0.7" }, "x_legacyV4Record": { "CVE_data_meta": { "AKA": "", "ASSIGNER": "security@kubernetes.io", "DATE_PUBLIC": "2019-05-24", "ID": "CVE-2019-11245", "STATE": "PUBLIC", "TITLE": "kubelet-started container uid changes to root after first restart or if image is already pulled to the node" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Kubernetes", "version": { "version_data": [ { "platform": "", "version_affected": "=", "version_name": "v1.13", "version_value": "v1.13.6" }, { "platform": "", "version_affected": "=", "version_name": "v1.14", "version_value": "v1.14.2" } ] } } ] }, "vendor_name": "Kubernetes" } ] } }, "configuration": [], "credit": [], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "exploit": [], "generator": { "engine": "Vulnogram 0.0.7" }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-703: Improper Check or Handling of Exceptional Conditions" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/kubernetes/kubernetes/issues/78308", "refsource": "CONFIRM", "url": "https://github.com/kubernetes/kubernetes/issues/78308" }, { "name": "https://security.netapp.com/advisory/ntap-20190919-0003/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" } ] }, "solution": [], "source": { "advisory": "", "defect": [ "https://github.com/kubernetes/kubernetes/issues/78308" ], "discovery": "USER" }, "work_around": [ { "lang": "en", "value": "Specify runAsUser directives in pods to control the uid a container runs as. Specify mustRunAsNonRoot:true directives in pods to prevent starting as root (note this means the attempt to start the container will fail on affected kubelet versions)." } ] } } }, "cveMetadata": { "assignerOrgId": "a6081bf6-c852-4425-ad4f-a67919267565", "assignerShortName": "kubernetes", "cveId": "CVE-2019-11245", "datePublished": "2019-08-29T00:22:24.173224Z", "dateReserved": "2019-04-17T00:00:00", "dateUpdated": "2024-09-16T22:09:44.877Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2019-11245\",\"sourceIdentifier\":\"jordan@liggitt.net\",\"published\":\"2019-08-29T01:15:11.147\",\"lastModified\":\"2024-11-21T04:20:47.757\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"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.\"},{\"lang\":\"es\",\"value\":\"En kubelet v1.13.6 y v1.14.2, los contenedores para pods que no especifican un intento runAsUser expl\u00edcito de ejecutarse como uid 0 (ra\u00edz) en el reinicio del contenedor, o si la imagen se extrajo previamente en el nodo. Si el pod especificado mustRunAsNonRoot: true, el kubelet se negar\u00e1 a iniciar el contenedor como root. Si el pod no especific\u00f3 mustRunAsNonRoot: true, el kubelet ejecutar\u00e1 el contenedor como uid 0.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":4.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.4,\"impactScore\":3.4},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:L/Au:N/C:P/I:P/A:P\",\"baseScore\":4.6,\"accessVector\":\"LOCAL\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":3.9,\"impactScore\":6.4,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"jordan@liggitt.net\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-703\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-264\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.13.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"91091DC9-FC24-41B5-BABC-0578CFC6ACBC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:kubernetes:kubernetes:1.14.2:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"7067A9B9-8EA2-4CB7-A80D-E1A79495F463\"}]}]}],\"references\":[{\"url\":\"https://github.com/kubernetes/kubernetes/issues/78308\",\"source\":\"jordan@liggitt.net\",\"tags\":[\"Exploit\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20190919-0003/\",\"source\":\"jordan@liggitt.net\"},{\"url\":\"https://github.com/kubernetes/kubernetes/issues/78308\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20190919-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}" } }
opensuse-su-2025:15424-1
Vulnerability from csaf_opensuse
Published
2025-08-08 00:00
Modified
2025-08-08 00:00
Summary
govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media
Notes
Title of the patch
govulncheck-vulndb-0.0.20250807T150727-1.1 on GA media
Description of the patch
These are all security issues fixed in the govulncheck-vulndb-0.0.20250807T150727-1.1 package on the GA media of openSUSE Tumbleweed.
Patchnames
openSUSE-Tumbleweed-2025-15424
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "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" } ] }
ghsa-r76g-g87f-vw8f
Vulnerability from github
Published
2024-04-24 20:03
Modified
2024-06-10 19:33
Severity ?
VLAI Severity ?
Summary
Kubelet Incorrect Privilege Assignment
Details
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.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes/cmd/kubelet" }, "ranges": [ { "events": [ { "introduced": "1.14.0" }, { "fixed": "1.14.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes/cmd/kubelet" }, "ranges": [ { "events": [ { "introduced": "1.13.0" }, { "fixed": "1.13.7" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-11245" ], "database_specific": { "cwe_ids": [ "CWE-266", "CWE-703" ], "github_reviewed": true, "github_reviewed_at": "2024-04-24T20:03:48Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "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.", "id": "GHSA-r76g-g87f-vw8f", "modified": "2024-06-10T19:33:51Z", "published": "2024-04-24T20:03:48Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11245" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/issues/78308" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/pull/76665" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/pull/76665/commits/26e3c8674e66f0d10170d34f5445f0aed207387f" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1715726" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-r76g-g87f-vw8f" }, { "type": "PACKAGE", "url": "https://github.com/kubernetes/kubernetes" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2024-2780" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20190919-0003" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "type": "CVSS_V3" } ], "summary": "Kubelet Incorrect Privilege Assignment" }
gsd-2019-11245
Vulnerability from gsd
Modified
2023-12-13 01:24
Details
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.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2019-11245", "description": "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.", "id": "GSD-2019-11245", "references": [ "https://www.suse.com/security/cve/CVE-2019-11245.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2019-11245" ], "details": "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.", "id": "GSD-2019-11245", "modified": "2023-12-13T01:24:02.505397Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "AKA": "", "ASSIGNER": "security@kubernetes.io", "DATE_PUBLIC": "2019-05-24", "ID": "CVE-2019-11245", "STATE": "PUBLIC", "TITLE": "kubelet-started container uid changes to root after first restart or if image is already pulled to the node" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Kubernetes", "version": { "version_data": [ { "platform": "", "version_affected": "=", "version_name": "v1.13", "version_value": "v1.13.6" }, { "platform": "", "version_affected": "=", "version_name": "v1.14", "version_value": "v1.14.2" } ] } } ] }, "vendor_name": "Kubernetes" } ] } }, "configuration": [], "credit": [], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "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." } ] }, "exploit": [], "generator": { "engine": "Vulnogram 0.0.7" }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-703: Improper Check or Handling of Exceptional Conditions" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/kubernetes/kubernetes/issues/78308", "refsource": "CONFIRM", "url": "https://github.com/kubernetes/kubernetes/issues/78308" }, { "name": "https://security.netapp.com/advisory/ntap-20190919-0003/", "refsource": "CONFIRM", "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" } ] }, "solution": [], "source": { "advisory": "", "defect": [ "https://github.com/kubernetes/kubernetes/issues/78308" ], "discovery": "USER" }, "work_around": [ { "lang": "eng", "value": "Specify runAsUser directives in pods to control the uid a container runs as. Specify mustRunAsNonRoot:true directives in pods to prevent starting as root (note this means the attempt to start the container will fail on affected kubelet versions)." } ] }, "gitlab.com": { "advisories": [ { "_git_import_path": "go/k8s.io/kubernetes/pkg/kubelet/kuberuntime", "affected_range": "=1.13.6||=1.14.2", "affected_versions": "Version 1.13.6, version 1.14.2", "cvss_v2": "AV:L/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-264", "CWE-937" ], "date": "2019-09-19", "description": "In kubelet, 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.", "fixed_versions": [ "1.13.7-beta.0", "1.14.3-beta.0" ], "identifier": "CVE-2019-11245", "identifiers": [ "CVE-2019-11245" ], "not_impacted": "All versions before 1.13.6, all versions after 1.13.6 before 1.14.2, all versions after 1.14.2", "package_slug": "go/k8s.io/kubernetes/pkg/kubelet/kuberuntime", "pubdate": "2019-08-29", "solution": "Upgrade to versions 1.13.7-beta.0, 1.14.3-beta.0 or above.", "title": "Incorrect Default Permissions", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2019-11245" ], "uuid": "9aae4141-b9fe-45f1-bfb6-fd3836a63c72" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.13.6:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:kubernetes:kubernetes:1.14.2:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@kubernetes.io", "ID": "CVE-2019-11245" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-264" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/kubernetes/kubernetes/issues/78308", "refsource": "CONFIRM", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/78308" }, { "name": "https://security.netapp.com/advisory/ntap-20190919-0003/", "refsource": "CONFIRM", "tags": [], "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.6, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:L/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 1.8, "impactScore": 5.9 } }, "lastModifiedDate": "2019-09-19T17:15Z", "publishedDate": "2019-08-29T01:15Z" } } }
fkie_cve-2019-11245
Vulnerability from fkie_nvd
Published
2019-08-29 01:15
Modified
2024-11-21 04:20
Severity ?
4.9 (Medium) - CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
7.8 (High) - CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
7.8 (High) - CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
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.
References
▶ | URL | Tags | |
---|---|---|---|
jordan@liggitt.net | https://github.com/kubernetes/kubernetes/issues/78308 | Exploit, Patch, Third Party Advisory | |
jordan@liggitt.net | https://security.netapp.com/advisory/ntap-20190919-0003/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://github.com/kubernetes/kubernetes/issues/78308 | Exploit, Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.netapp.com/advisory/ntap-20190919-0003/ |
Impacted products
Vendor | Product | Version | |
---|---|---|---|
kubernetes | kubernetes | 1.13.6 | |
kubernetes | kubernetes | 1.14.2 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:1.13.6:*:*:*:*:*:*:*", "matchCriteriaId": "91091DC9-FC24-41B5-BABC-0578CFC6ACBC", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:1.14.2:*:*:*:*:*:*:*", "matchCriteriaId": "7067A9B9-8EA2-4CB7-A80D-E1A79495F463", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "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." }, { "lang": "es", "value": "En kubelet v1.13.6 y v1.14.2, los contenedores para pods que no especifican un intento runAsUser expl\u00edcito de ejecutarse como uid 0 (ra\u00edz) en el reinicio del contenedor, o si la imagen se extrajo previamente en el nodo. Si el pod especificado mustRunAsNonRoot: true, el kubelet se negar\u00e1 a iniciar el contenedor como root. Si el pod no especific\u00f3 mustRunAsNonRoot: true, el kubelet ejecutar\u00e1 el contenedor como uid 0." } ], "id": "CVE-2019-11245", "lastModified": "2024-11-21T04:20:47.757", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.6, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:L/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 4.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "exploitabilityScore": 1.4, "impactScore": 3.4, "source": "jordan@liggitt.net", "type": "Secondary" }, { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 1.8, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2019-08-29T01:15:11.147", "references": [ { "source": "jordan@liggitt.net", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/78308" }, { "source": "jordan@liggitt.net", "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/78308" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.netapp.com/advisory/ntap-20190919-0003/" } ], "sourceIdentifier": "jordan@liggitt.net", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-703" } ], "source": "jordan@liggitt.net", "type": "Secondary" }, { "description": [ { "lang": "en", "value": "CWE-264" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
Loading…
Loading…
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.
Loading…
Loading…