diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-05-12 05:13:03 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-05-12 07:13:26 +0200 |
commit | a1c03996e73527ab24e4930a665991a173efdf7f (patch) | |
tree | 530ffca40ffba72509e0ce8a66e232400e8293e0 | |
parent | [ GLSA 202405-30 ] Rebar3: Command Injection (diff) | |
download | glsa-a1c03996e73527ab24e4930a665991a173efdf7f.tar.gz glsa-a1c03996e73527ab24e4930a665991a173efdf7f.tar.bz2 glsa-a1c03996e73527ab24e4930a665991a173efdf7f.zip |
[ GLSA 202405-31 ] Kubelet: Privilege Escalation
Bug: https://bugs.gentoo.org/918665
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202405-31.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202405-31.xml b/glsa-202405-31.xml new file mode 100644 index 00000000..d2997188 --- /dev/null +++ b/glsa-202405-31.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202405-31"> + <title>Kubelet: Privilege Escalation</title> + <synopsis>A vulnerability has been discovered in Kubelet, which can lead to privilege escalation.</synopsis> + <product type="ebuild">kubelet</product> + <announced>2024-05-12</announced> + <revised count="1">2024-05-12</revised> + <bug>918665</bug> + <access>remote</access> + <affected> + <package name="sys-cluster/kubelet" auto="yes" arch="*"> + <unaffected range="ge">1.28.5</unaffected> + <vulnerable range="lt">1.28.5</vulnerable> + </package> + </affected> + <background> + <p>Kubelet is a Kubernetes Node Agent.</p> + </background> + <description> + <p>A vulnerability has been discovered in Kubelet. Please review the CVE identifier referenced below for details.</p> + </description> + <impact type="high"> + <p>A security issue was discovered in Kubernetes where a user that can create pods and persistent volumes on Windows nodes may be able to escalate to admin privileges on those nodes. Kubernetes clusters are only affected if they are using an in-tree storage plugin for Windows nodes.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Kubelet users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-cluster/kubelet-1.28.5" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-5528">CVE-2023-5528</uri> + </references> + <metadata tag="requester" timestamp="2024-05-12T05:13:03.608382Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-05-12T05:13:03.612681Z">graaff</metadata> +</glsa>
\ No newline at end of file |