CVE-2026-62369
📛 CVE Title
KubeEdge: keadm DecompressTarGz path traversal enables arbitrary file write on Windows during edge node join
Description
KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.16.0 until 1.21.2, 1.22.2, and 1.23.1, the DecompressTarGz function in keadm/cmd/keadm/app/cmd/util/common.go joins archive entry names to the extraction destination without sufficient validation. During keadm join or installation on Windows edge nodes, an archive influenced through a compromised, replaced, or untrusted download source can contain parent-directory components, Windows-style backslashes, absolute paths, or drive-prefixed paths that escape the intended directory. The affected keadm process can consequently write or overwrite files with its own privileges, potentially modifying configuration, executable, or service files and enabling persistent system modification or code execution. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.
Overview
- State
- PUBLISHED
- Assigner (CNA)
- GitHub_M
- CVSS severity
- HIGH
- CVSS score
- 8.1 / 10
- CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H- Effective score
- 8.1 / 10 HIGH source: CNA overview
- CWE(s)
-
CWE-22 - Reserved
- 2026-07-13
- Published
- 2026-09-21 17:10 UTC
- Last updated
- 2026-09-21 17:10 UTC
- Source
- https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2026/62xxx/CVE-2026-62369.json
- Linked Threat
- CVE-2026-62369 — KubeEdge: keadm DecompressTarGz path traversal enables arbitrary file write on Windows during edge node join
NVD triage scoring NVD CVE 2.0
Layer NVD adds on top of the CNA's CVE record — published / last-modified timestamps, exploitability / impact subscores, and the FIRST.org EPSS probability that this CVE will be exploited in the wild in the next 30 days.
- NVD published
- 2026-09-21 18:17:09 UTC
- NVD last modified
- 2026-09-21 18:17:09 UTC
- NVD CVSS v3.1
- 8.1 / 10 HIGH source: security-advisories@github.com
- NVD CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H- Exploitability subscore
- 2.8 / 10
- Impact subscore
- 5.2 / 10
NVD / KEV / EPSS data refreshed 2026-09-22 03:39 UTC. Re-run the 🛰 Backfill from NVD button above to refresh.
European Union Vulnerability Database ENISA EUVD
ENISA's official EU repository for curated vulnerability intelligence. Carries a separate identifier (EUVD-YYYY-NNNN) and frequently exposes an earlier-published description + CVSS than NVD does.
- EUVD ID
-
EUVD-2026-84005 - Assigner
- GitHub_M
- Published
- Sep 21, 2026, 5:10:57 PM
- Updated
- Sep 21, 2026, 5:10:57 PM
- EUVD base score (CVSS 3.1)
-
8.1 / 10
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H - EUVD-reported EPSS
- 0.0000
- Vendors
- kubeedge
- Products
-
kubeedge (1.22.0, < 1.22.2)kubeedge (1.16.0, < 1.21.2)kubeedge (1.23.0, < 1.23.1)
ENISA description: KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.16.0 until 1.21.2, 1.22.2, and 1.23.1, the DecompressTarGz function in keadm/cmd/keadm/app/cmd/util/common.go joins archive entry names to the extraction destination without sufficient validation. During keadm join or installation on Windows edge nodes, an archive influenced through a compromised, replaced, or untrusted download source can contain parent-directory components, Windows-style backslashes, absolute paths, or drive-prefixed paths that escape the intended directory. The affected keadm process can consequently write or overwrite files with its own privileges, potentially modifying configuration, executable, or service files and enabling persistent system modification or code execution. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1.
EUVD references (13)
- https://github.com/kubeedge/kubeedge/security/advisories/GHSA-9vm9-pqxx-x83v
- https://github.com/kubeedge/kubeedge/pull/7028
- https://github.com/kubeedge/kubeedge/pull/7029
- https://github.com/kubeedge/kubeedge/pull/7030
- https://github.com/kubeedge/kubeedge/commit/47767b7f2649afcfa3a856e87d556f7777e0428d
- https://github.com/kubeedge/kubeedge/commit/a524a66a1ae1691eb8ff16b6ff9a93fb370d4047
- https://github.com/kubeedge/kubeedge/commit/ee02dea9d08114afc4a8f401b1c2f30e84e1de40
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.21.md
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.22.md
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.23.md
- https://github.com/kubeedge/kubeedge/releases/tag/v1.21.2
- https://github.com/kubeedge/kubeedge/releases/tag/v1.22.2
- https://github.com/kubeedge/kubeedge/releases/tag/v1.23.1
Affected products (1)
| Vendor | Product | Versions | Platforms |
|---|---|---|---|
| kubeedge | kubeedge |
>= 1.16.0, < 1.21.2 (affected),
>= 1.22.0, < 1.22.2 (affected),
>= 1.23.0, < 1.23.1 (affected)
|
— |
Vendor references (13)
References embedded in the original CVE record by the assigning CNA.
- https://github.com/kubeedge/kubeedge/security/advisories/GHSA-9vm9-pqxx-x83v x_refsource_CONFIRM
- https://github.com/kubeedge/kubeedge/pull/7028 x_refsource_MISC
- https://github.com/kubeedge/kubeedge/pull/7029 x_refsource_MISC
- https://github.com/kubeedge/kubeedge/pull/7030 x_refsource_MISC
- https://github.com/kubeedge/kubeedge/commit/47767b7f2649afcfa3a856e87d556f7777e0428d x_refsource_MISC
- https://github.com/kubeedge/kubeedge/commit/a524a66a1ae1691eb8ff16b6ff9a93fb370d4047 x_refsource_MISC
- https://github.com/kubeedge/kubeedge/commit/ee02dea9d08114afc4a8f401b1c2f30e84e1de40 x_refsource_MISC
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.21.md x_refsource_MISC
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.22.md x_refsource_MISC
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.23.md x_refsource_MISC
- https://github.com/kubeedge/kubeedge/releases/tag/v1.21.2 x_refsource_MISC
- https://github.com/kubeedge/kubeedge/releases/tag/v1.22.2 x_refsource_MISC
- https://github.com/kubeedge/kubeedge/releases/tag/v1.23.1 x_refsource_MISC
Web references (0)
DuckDuckGo results ranked by threat-intel / vendor advisory domains. Generated by the 🔎 Find references (web) button above — same flow as the Remediations search.
No web references attached yet.
NVD-tagged references (13)
Reference list NVD curates from the CNA record, vendor advisories, and third-party reports. The tag chips below are NVD's analyst-assigned categories.
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.21.md security-advisories@github.com
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.22.md security-advisories@github.com
- https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.23.md security-advisories@github.com
- https://github.com/kubeedge/kubeedge/commit/47767b7f2649afcfa3a856e87d556f7777e0428d security-advisories@github.com
- https://github.com/kubeedge/kubeedge/commit/a524a66a1ae1691eb8ff16b6ff9a93fb370d4047 security-advisories@github.com
- https://github.com/kubeedge/kubeedge/commit/ee02dea9d08114afc4a8f401b1c2f30e84e1de40 security-advisories@github.com
- https://github.com/kubeedge/kubeedge/pull/7028 security-advisories@github.com
- https://github.com/kubeedge/kubeedge/pull/7029 security-advisories@github.com
- https://github.com/kubeedge/kubeedge/pull/7030 security-advisories@github.com
- https://github.com/kubeedge/kubeedge/releases/tag/v1.21.2 security-advisories@github.com
- https://github.com/kubeedge/kubeedge/releases/tag/v1.22.2 security-advisories@github.com
- https://github.com/kubeedge/kubeedge/releases/tag/v1.23.1 security-advisories@github.com
- https://github.com/kubeedge/kubeedge/security/advisories/GHSA-9vm9-pqxx-x83v security-advisories@github.com
Remediations (10)
Remediations are stored against the linked Threat row; the list below is deduplicated across both pages.
-
web:blogs.oracle.com
For more information about the Critical Patch Update program, see the security vulnerability remediation practices page located on the Oracle Trust Center.
2026-09-22 16:47 UTC -
web:cvetodo.com
CVE-2026-62369 is a CVSS 8.1 high-severity vulnerability in Kubeedge. Includes technical details, affected versions, and mitigation steps.
2026-09-22 16:47 UTC -
web:msrc.microsoft.com
The Microsoft Security Response Center (MSRC) investigates all reports of security vulnerabilities affecting Microsoft products and services, and provides the information here as part of the ongoing effort to help you manage security risks and help keep your systems protected.
2026-09-22 16:47 UTC -
web:my.f5.com
On September 2, 2026 , F5 announced the following security issues. This document is intended to serve as an index of these vulnerabilities and security exposures to help determine the impact to your F5 devices. You can find the details of each issue in the associated articles.
2026-09-22 16:47 UTC -
web:sec.cloudapps.cisco.com
On September 16, 2026 , the Cisco Product Security Incident Response Team (PSIRT) published the advisories that are listed in the following tables. To remediate these vulnerabilities, Cisco strongly recommends that customers upgrade to the fixed software that is indicated in the advisories. For more information about changes in Cisco PSIRT vulnerability disclosure, see Strengthening the ...
2026-09-22 16:47 UTC -
web:support.sap.com
SAP security patch day bulletin This post shares the information on security notes that remediate vulnerabilities discovered in SAP products. SAP strongly recommends that the customer visits the support portal and applies patches on priority to protect their SAP landscape. On 14 th of April 2026 , SAP security patch day saw the release of 19 new security notes. There is 1 update to previously ...
2026-09-22 16:47 UTC -
web:support.sap.com
SAP security Patch Day Bulletin This post shares the information on security notes that remediate vulnerabilities discovered in SAP products. SAP strongly recommends that the customer visits the support portal and applies patches on priority to protect their SAP landscape. On 12 th of May 2026 , SAP security patch day saw the release of 15 new security notes.
2026-09-22 16:47 UTC -
web:www.openhands.dev
Compare 8 automated vulnerability remediation tools for 2026 on fixes, prioritization, integrations, and deployment control.
2026-09-22 16:47 UTC -
web:www.oracle.com
This Critical Patch Update contains 481 new security patches across the product families listed below. Please note that an MOS note summarizing the content of this Critical Patch Update and other Oracle Software Security Assurance activities is located at April 2026 Critical Patch Update: Executive Summary and Analysis.
2026-09-22 16:47 UTC -
web:www.oracle.com
This Critical Patch Update contains 1448 new security patches across the product families listed below. Please note that a My Oracle Support (MOS) note summarizing the content of this Critical Patch Update and other Oracle Software Security Assurance activities is located at July 2026 Critical Patch Update: Executive Summary and Analysis.
2026-09-22 16:47 UTC
AI Forensic Analysis
Only Available for Registered Users. Sign in to view.
Raw JSON
The full cvelistV5 record. Download as CVE-2026-62369.json.
{
"containers": {
"cna": {
"affected": [
{
"product": "kubeedge",
"vendor": "kubeedge",
"versions": [
{
"status": "affected",
"version": ">= 1.16.0, < 1.21.2"
},
{
"status": "affected",
"version": ">= 1.22.0, < 1.22.2"
},
{
"status": "affected",
"version": ">= 1.23.0, < 1.23.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "KubeEdge is an open source system for extending native containerized application orchestration capabilities to hosts at Edge. From 1.16.0 until 1.21.2, 1.22.2, and 1.23.1, the DecompressTarGz function in keadm/cmd/keadm/app/cmd/util/common.go joins archive entry names to the extraction destination without sufficient validation. During keadm join or installation on Windows edge nodes, an archive influenced through a compromised, replaced, or untrusted download source can contain parent-directory components, Windows-style backslashes, absolute paths, or drive-prefixed paths that escape the intended directory. The affected keadm process can consequently write or overwrite files with its own privileges, potentially modifying configuration, executable, or service files and enabling persistent system modification or code execution. This issue is fixed in versions 1.21.2, 1.22.2, and 1.23.1."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-22",
"description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-21T17:10:57.979Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/kubeedge/kubeedge/security/advisories/GHSA-9vm9-pqxx-x83v",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/kubeedge/kubeedge/security/advisories/GHSA-9vm9-pqxx-x83v"
},
{
"name": "https://github.com/kubeedge/kubeedge/pull/7028",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/pull/7028"
},
{
"name": "https://github.com/kubeedge/kubeedge/pull/7029",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/pull/7029"
},
{
"name": "https://github.com/kubeedge/kubeedge/pull/7030",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/pull/7030"
},
{
"name": "https://github.com/kubeedge/kubeedge/commit/47767b7f2649afcfa3a856e87d556f7777e0428d",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/commit/47767b7f2649afcfa3a856e87d556f7777e0428d"
},
{
"name": "https://github.com/kubeedge/kubeedge/commit/a524a66a1ae1691eb8ff16b6ff9a93fb370d4047",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/commit/a524a66a1ae1691eb8ff16b6ff9a93fb370d4047"
},
{
"name": "https://github.com/kubeedge/kubeedge/commit/ee02dea9d08114afc4a8f401b1c2f30e84e1de40",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/commit/ee02dea9d08114afc4a8f401b1c2f30e84e1de40"
},
{
"name": "https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.21.md",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.21.md"
},
{
"name": "https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.22.md",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.22.md"
},
{
"name": "https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.23.md",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/blob/master/CHANGELOG/CHANGELOG-1.23.md"
},
{
"name": "https://github.com/kubeedge/kubeedge/releases/tag/v1.21.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/releases/tag/v1.21.2"
},
{
"name": "https://github.com/kubeedge/kubeedge/releases/tag/v1.22.2",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/releases/tag/v1.22.2"
},
{
"name": "https://github.com/kubeedge/kubeedge/releases/tag/v1.23.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/kubeedge/kubeedge/releases/tag/v1.23.1"
}
],
"source": {
"advisory": "GHSA-9vm9-pqxx-x83v",
"discovery": "UNKNOWN"
},
"title": "KubeEdge: keadm DecompressTarGz path traversal enables arbitrary file write on Windows during edge node join"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-62369",
"datePublished": "2026-09-21T17:10:57.979Z",
"dateReserved": "2026-07-13T22:04:59.678Z",
"dateUpdated": "2026-09-21T17:10:57.979Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}