2023-10-31 23:00:22 +00:00
{
"id" : "CVE-2023-3955" ,
"sourceIdentifier" : "jordan@liggitt.net" ,
"published" : "2023-10-31T21:15:08.613" ,
2023-12-21 23:00:28 +00:00
"lastModified" : "2023-12-21T22:15:14.280" ,
"vulnStatus" : "Modified" ,
2023-10-31 23:00:22 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "A security issue was discovered in Kubernetes where a user\n that can create pods on Windows nodes may be able to escalate to admin \nprivileges on those nodes. Kubernetes clusters are only affected if they\n include Windows nodes.\n"
2023-11-08 19:00:23 +00:00
} ,
{
"lang" : "es" ,
"value" : "Se descubri\u00f3 un problema de seguridad en Kubernetes donde un usuario que puede crear pods en nodos de Windows puede escalar a privilegios de administrador en esos nodos. Los cl\u00fasteres de Kubernetes solo se ven afectados si incluyen nodos de Windows."
2023-10-31 23:00:22 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-11-08 19:00:23 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 8.8 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.9
} ,
2023-10-31 23:00:22 +00:00
{
"source" : "jordan@liggitt.net" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 8.8 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
2023-11-08 19:00:23 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-20"
}
]
} ,
2023-10-31 23:00:22 +00:00
{
"source" : "jordan@liggitt.net" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-20"
}
]
}
] ,
2023-11-08 19:00:23 +00:00
"configurations" : [
{
"operator" : "AND" ,
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "1.24.17" ,
"matchCriteriaId" : "FF4C81ED-BB69-490B-BABA-89C2501A5E6D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "1.25.0" ,
"versionEndExcluding" : "1.25.13" ,
"matchCriteriaId" : "86AE4580-37A1-4E7B-9B7A-A30316676065"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "1.26.0" ,
"versionEndExcluding" : "1.26.8" ,
"matchCriteriaId" : "99BCE3D9-3EFA-4358-B36E-47954DBE28D4"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "1.27.0" ,
"versionEndExcluding" : "1.27.5" ,
"matchCriteriaId" : "3F30AD24-3FA9-4FA8-BCD5-5351EA357B49"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "1.28.0" ,
"versionEndExcluding" : "1.28.1" ,
"matchCriteriaId" : "A3FAE518-D5F9-4A7D-A703-1D36EA8A563C"
}
]
} ,
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : false ,
"criteria" : "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "A2572D17-1DE6-457B-99CC-64AFD54487EA"
}
]
}
]
}
] ,
2023-10-31 23:00:22 +00:00
"references" : [
{
"url" : "https://github.com/kubernetes/kubernetes/issues/119595" ,
2023-11-08 19:00:23 +00:00
"source" : "jordan@liggitt.net" ,
"tags" : [
"Exploit" ,
"Mitigation" ,
"Patch" ,
"Third Party Advisory"
]
2023-10-31 23:00:22 +00:00
} ,
{
"url" : "https://groups.google.com/g/kubernetes-security-announce/c/JrX4bb7d83E" ,
2023-11-08 19:00:23 +00:00
"source" : "jordan@liggitt.net" ,
"tags" : [
"Technical Description"
]
2023-12-21 23:00:28 +00:00
} ,
{
"url" : "https://security.netapp.com/advisory/ntap-20231221-0002/" ,
"source" : "jordan@liggitt.net"
2023-10-31 23:00:22 +00:00
}
]
}