diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2022-12-28 11:56:20 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-10 13:51:26 -0500 |
commit | 83f8742b0e17b7cce7ec748b7922ee0a7ec41afc (patch) | |
tree | dec9a5263d92edbd1d56b4695ed403456e2df444 /recipes-networking/openvswitch/openvswitch_git.bb | |
parent | 8857b36ebfec3d548755755b009adc491ef320ab (diff) | |
download | meta-virtualization-83f8742b0e17b7cce7ec748b7922ee0a7ec41afc.tar.gz |
openvswitch: backport patch to fix CVE-2022-4337 and CVE-2022-4338
CVE-2022-4337: openvswitch: Out-of-Bounds Read in Organization Specific TLV
CVE-2022-4338: openvswitch: Integer Underflow in Organization Specific TLV
Reference:
https://github.com/openvswitch/ovs/pull/405
https://github.com/openvswitch/ovs/commit/7490f281f09a8455c48e19b0cf1b99ab758ee4f4
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
-rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index f5d85f3f..4f4efe75 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
@@ -27,6 +27,7 @@ SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2. | |||
27 | file://kernel_module.patch \ | 27 | file://kernel_module.patch \ |
28 | file://systemd-update-tool-paths.patch \ | 28 | file://systemd-update-tool-paths.patch \ |
29 | file://systemd-create-runtime-dirs.patch \ | 29 | file://systemd-create-runtime-dirs.patch \ |
30 | file://0001-lldp-Fix-bugs-when-parsing-malformed-AutoAttach.patch \ | ||
30 | " | 31 | " |
31 | 32 | ||
32 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" | 33 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" |