2019-04-17 13:00:49 +00:00
{
"CVE_data_meta" : {
2019-04-18 18:03:03 -04:00
"ASSIGNER" : "jordan@liggitt.net" ,
2019-04-17 13:00:49 +00:00
"ID" : "CVE-2019-11243" ,
2019-04-18 18:03:03 -04:00
"STATE" : "PUBLIC"
2019-04-17 13:00:49 +00:00
} ,
2019-04-18 18:03:03 -04:00
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Kubernetes" ,
"version" : {
"version_data" : [
{
"version_affected" : "<=" ,
"version_name" : "v1.12" ,
"version_value" : "v1.12.4"
} ,
{
"version_affected" : "<=" ,
"version_name" : "v1.13" ,
"version_value" : "v1.13.0"
}
]
}
}
]
} ,
"vendor_name" : "Kubernetes"
}
]
}
} ,
"credit" : [
{
"lang" : "eng" ,
"value" : "Oleg Bulatov of Red Hat"
}
] ,
"data_format" : "MITRE" ,
"data_type" : "CVE" ,
"data_version" : "4.0" ,
2019-04-17 13:00:49 +00:00
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2019-04-22 15:00:48 +00:00
"value" : "In Kubernetes v1.12.0-v1.12.4 and v1.13.0, the rest.AnonymousClientConfig() method returns a copy of the provided config, with credentials removed (bearer token, username/password, and client certificate/key data). In the affected versions, rest.AnonymousClientConfig() did not effectively clear service account credentials loaded using rest.InClusterConfig()"
2019-04-17 13:00:49 +00:00
}
]
2019-04-18 18:03:03 -04:00
} ,
"generator" : {
"engine" : "Vulnogram 0.0.6"
} ,
"impact" : {
"cvss" : {
"attackComplexity" : "HIGH" ,
"attackVector" : "NETWORK" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 3.1 ,
"baseSeverity" : "LOW" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "NONE" ,
"privilegesRequired" : "LOW" ,
"scope" : "UNCHANGED" ,
"userInteraction" : "NONE" ,
"vectorString" : "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N" ,
"version" : "3.0"
}
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-271 Privilege Dropping / Lowering Errors"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
2019-04-22 15:00:48 +00:00
"refsource" : "MISC" ,
"url" : "https://github.com/kubernetes/kubernetes/issues/76797" ,
"name" : "https://github.com/kubernetes/kubernetes/issues/76797"
2019-04-24 17:00:43 +00:00
} ,
{
"refsource" : "BID" ,
"name" : "108053" ,
"url" : "http://www.securityfocus.com/bid/108053"
2019-05-09 11:00:49 +00:00
} ,
{
"refsource" : "CONFIRM" ,
"name" : "https://security.netapp.com/advisory/ntap-20190509-0002/" ,
"url" : "https://security.netapp.com/advisory/ntap-20190509-0002/"
2019-04-18 18:03:03 -04:00
}
]
} ,
"source" : {
"discovery" : "USER"
} ,
"work_around" : [
{
"lang" : "eng" ,
"value" : "Clear the config.WrapTransport and config.Transport fields in addition to calling rest.AnonymousClientConfig()"
}
]
2019-04-17 13:00:49 +00:00
}