mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-gc2p-g4fg-29vh
This commit is contained in:
+47
-7
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-gc2p-g4fg-29vh",
|
||||
"modified": "2024-04-04T00:02:39Z",
|
||||
"modified": "2025-04-24T17:41:45Z",
|
||||
"published": "2022-05-24T16:44:02Z",
|
||||
"aliases": [
|
||||
"CVE-2019-11243"
|
||||
],
|
||||
"summary": "Kubernetes did not effectively clear service account credentials",
|
||||
"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()",
|
||||
"severity": [
|
||||
{
|
||||
@@ -13,7 +14,46 @@
|
||||
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Go",
|
||||
"name": "k8s.io/kubernetes"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "1.12.0"
|
||||
},
|
||||
{
|
||||
"fixed": "1.12.5"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Go",
|
||||
"name": "k8s.io/kubernetes"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "1.13.0"
|
||||
},
|
||||
{
|
||||
"fixed": "1.13.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
@@ -24,12 +64,12 @@
|
||||
"url": "https://github.com/kubernetes/kubernetes/issues/76797"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://security.netapp.com/advisory/ntap-20190509-0002"
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/kubernetes/kubernetes"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "http://www.securityfocus.com/bid/108053"
|
||||
"url": "https://security.netapp.com/advisory/ntap-20190509-0002"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
@@ -38,8 +78,8 @@
|
||||
"CWE-271"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-04-24T17:41:45Z",
|
||||
"nvd_published_at": "2019-04-22T15:29:00Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user