summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-10-28 16:47:41 +0800
committerArmin Kuster <akuster808@gmail.com>2024-12-08 14:39:17 -0500
commit5782095b7bb750250651837751609a9945ddff57 (patch)
treeaf9025d791d3f6c169d82df703b564798d8624c1 /meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb
parent33eb562e382d0c90fc6574c3de2fff3e79a414cf (diff)
downloadmeta-openembedded-5782095b7bb750250651837751609a9945ddff57.tar.gz
open-vm-tools: Security fixes CVE-2023-34059
CVE-2023-34059: open-vm-tools contains a file descriptor hijack vulnerability in the vmware-user-suid-wrapper. A malicious actor with non-root privileges may be able to hijack the /dev/uinput file descriptor allowing them to simulate user inputs. Reference: https://nvd.nist.gov/vuln/detail/CVE-2023-34059 Patch from: https://github.com/vmware/open-vm-tools/blob/CVE-2023-34059.patch/CVE-2023-34059.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb')
-rw-r--r--meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb
index c54fd4de48..762ac4c0e9 100644
--- a/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb
+++ b/meta-networking/recipes-support/open-vm-tools/open-vm-tools_11.3.5.bb
@@ -48,6 +48,7 @@ SRC_URI = "git://github.com/vmware/open-vm-tools.git;protocol=https;branch=maste
48 file://CVE-2023-20867.patch;patchdir=.. \ 48 file://CVE-2023-20867.patch;patchdir=.. \
49 file://CVE-2023-20900.patch;patchdir=.. \ 49 file://CVE-2023-20900.patch;patchdir=.. \
50 file://CVE-2023-34058.patch;patchdir=.. \ 50 file://CVE-2023-34058.patch;patchdir=.. \
51 file://CVE-2023-34059.patch;patchdir=.. \
51 " 52 "
52 53
53UPSTREAM_CHECK_GITTAGREGEX = "stable-(?P<pver>\d+(\.\d+)+)" 54UPSTREAM_CHECK_GITTAGREGEX = "stable-(?P<pver>\d+(\.\d+)+)"