summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/openvswitch_git.bb
diff options
context:
space:
mode:
authorZqiang <qiang.zhang@windriver.com>2021-09-10 11:21:04 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 18:04:28 -0400
commit15388c440d6792592f7d0cdeea1a3f15bda414e5 (patch)
tree9ba3fd6b04932fe7d9a92839012e7e9a3c66f6d8 /recipes-networking/openvswitch/openvswitch_git.bb
parent47f9bdaa9ea883b23f596342033ecebd905c890e (diff)
downloadmeta-virtualization-15388c440d6792592f7d0cdeea1a3f15bda414e5.tar.gz
openvswitch: fix CVE-2021-36980
Open vSwitch (aka openvswitch) 2.11.0 through 2.15.0 has a use-after-free in decode_NXAST_RAW_ENCAP (called from ofpact_decode and ofpacts_decode) during the decoding of a RAW_ENCAP action. Reference: https://nvd.nist.gov/vuln/detail/CVE-2021-36980 Patches from: https://github.com/openvswitch/ovs/commit/65c61b0c23a0d474696d7b1cea522a5016a8aeb3 Signed-off-by: Zqiang <qiang.zhang@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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 412a7075..303f200b 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -28,6 +28,7 @@ SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.15
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-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch \ 30 file://0001-ovs-use-run-instead-of-var-run-for-in-systemd-units.patch \
31 file://0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch \
31 " 32 "
32 33
33LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" 34LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab"