Skip to content

Commit 22843af

Browse files
Merge pull request #5471 from github/awsactran-GHSA-gc2p-g4fg-29vh
2 parents 6ac22c5 + d9ab692 commit 22843af

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

advisories/unreviewed/2022/05/GHSA-gc2p-g4fg-29vh/GHSA-gc2p-g4fg-29vh.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,57 @@
66
"aliases": [
77
"CVE-2019-11243"
88
],
9+
"summary": "rest.AnonymousClientConfig() does not remove the serviceaccount credentials from config created by rest.InClusterConfig()",
910
"details": "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()",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "k8s.io/client-go"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.12.0"
29+
},
30+
{
31+
"fixed": "1.12.5"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "k8s.io/client-go"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.13.0"
48+
},
49+
{
50+
"fixed": "1.13.1"
51+
}
52+
]
53+
}
54+
],
55+
"versions": [
56+
"1.13.0"
57+
]
58+
}
59+
],
1760
"references": [
1861
{
1962
"type": "ADVISORY",

0 commit comments

Comments
 (0)