Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openvswitch: Security fix for CVE-2021-36980 | Xu, Yanfei | 2021-09-30 | 1 | -0/+101 |
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: format-patch from ovs v2.15.1 Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |