openSUSE Security Update: Security update for openvswitch
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2018:4148-1
Rating:             moderate
References:         #1104467 
Cross-References:   CVE-2018-17204 CVE-2018-17205 CVE-2018-17206
                   
Affected Products:
                    openSUSE Leap 42.3
______________________________________________________________________________

   An update that fixes three vulnerabilities is now available.

Description:

   This update for openvswitch to version 2.7.6 fixes the following issues:

   These security issues were fixed:

   - CVE-2018-17205: Prevent OVS crash when reverting old flows in bundle
     commit (bsc#1104467).
   - CVE-2018-17206: Avoid buffer overread in BUNDLE action decoding
     (bsc#1104467).
   - CVE-2018-17204:When decoding a group mod, it validated the group type
     and command after the whole group mod has been decoded. The OF1.5
     decoder, however, tried to use the type and command earlier, when it
     might still be invalid. This caused an assertion failure (via
     OVS_NOT_REACHED) (bsc#1104467).

   These non-security issues were fixed:

   - ofproto/bond: Fix bond reconfiguration race condition.
   - ofproto/bond: Fix bond post recirc rule leak.
   - ofproto/bond: fix interal flow leak of tcp-balance bond
   - systemd: Restart openvswitch service if a daemon crashes
   - conntrack: Fix checks for TCP, UDP, and IPv6 header sizes.
   - ofp-actions: Fix translation of set_field for nw_ecn
   - netdev-dpdk: Fix mempool segfault.
   - ofproto-dpif-upcall: Fix flow setup/delete race.
   - learn: Fix memory leak in learn_parse_sepc()
   - netdev-dpdk: fix mempool_configure error state
   - vswitchd: Add --cleanup option to the 'appctl exit' command
   - ofp-parse: Fix memory leak on error path in parse_ofp_group_mod_file().
   - actions: Fix memory leak on error path in parse_ct_lb_action().
   - dpif-netdev: Fix use-after-free error in reconfigure_datapath().
   - bridge: Fix memory leak in bridge_aa_update_trunks().
   - dpif-netlink: Fix multiple-free and fd leak on error path.
   - ofp-print: Avoid array overread in print_table_instruction_features().
   - flow: Fix buffer overread in flow_hash_symmetric_l3l4().
   - systemd: start vswitchd after udev
   - ofp-util: Check length of buckets in ofputil_pull_ofp15_group_mod().
   - ovsdb-types: Fix memory leak on error path.
   - tnl-ports: Fix loss of tunneling upon removal of a single tunnel port.
   - netdev: check for NULL fields in netdev_get_addrs   - netdev-dpdk: vhost get stats fix.
   - netdev-dpdk: use 64-bit arithmetic when converting rates.
   - ofp-util: Fix buffer overread in ofputil_decode_bundle_add().
   - ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().
   - ofp-util: Fix memory leaks when parsing OF1.5 group properties.
   - ofp-actions: Fix buffer overread in decode_LEARN_specs().
   - flow: Fix buffer overread for crafted IPv6 packets.
   - ofp-actions: Properly interpret "output:in_port".
   - ovs-ofctl: Avoid read overrun in ofperr_decode_msg().
   - odp-util: Avoid misaligned references to ip6_hdr.
   - ofproto-dpif-upcall: Fix action attr iteration.
   - ofproto-dpif-upcall: Fix key attr iteration.
   - netdev-dpdk: vhost get stats fix.
   - netdev-dpdk: use 64-bit arithmetic when converting rates.
   - ofp-util: Fix buffer overread in ofputil_decode_bundle_add().
   - ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().
   - ofp-util: Fix memory leaks when parsing OF1.5 group properties.
   - odp-util: Fix buffer overread in parsing string form of ODP flows.
   - ovs-vsctl: Fix segfault when attempting to del-port from parent bridge.

   This update was imported from the SUSE:SLE-12-SP3:Update update project.


Patch Instructions:

   To install this openSUSE Security Update use the SUSE recommended installation methods
   like YaST online_update or "zypper patch".

   Alternatively you can run the command listed for your product:

   - openSUSE Leap 42.3:

      zypper in -t patch openSUSE-2018-1562=1



Package List:

   - openSUSE Leap 42.3 (i586 x86_64):

      openvswitch-2.7.6-19.1
      openvswitch-debuginfo-2.7.6-19.1
      openvswitch-debugsource-2.7.6-19.1
      openvswitch-devel-2.7.6-19.1
      openvswitch-ovn-central-2.7.6-19.1
      openvswitch-ovn-central-debuginfo-2.7.6-19.1
      openvswitch-ovn-common-2.7.6-19.1
      openvswitch-ovn-common-debuginfo-2.7.6-19.1
      openvswitch-ovn-docker-2.7.6-19.1
      openvswitch-ovn-host-2.7.6-19.1
      openvswitch-ovn-host-debuginfo-2.7.6-19.1
      openvswitch-ovn-vtep-2.7.6-19.1
      openvswitch-ovn-vtep-debuginfo-2.7.6-19.1
      openvswitch-pki-2.7.6-19.1
      openvswitch-test-2.7.6-19.1
      openvswitch-test-debuginfo-2.7.6-19.1
      openvswitch-vtep-2.7.6-19.1
      openvswitch-vtep-debuginfo-2.7.6-19.1
      python-openvswitch-2.7.6-19.1
      python-openvswitch-test-2.7.6-19.1


References:

   https://www.suse.com/security/cve/CVE-2018-17204.html
   https://www.suse.com/security/cve/CVE-2018-17205.html
   https://www.suse.com/security/cve/CVE-2018-17206.html
   https://bugzilla.suse.com/1104467

-- 

openSUSE: 2018:4148-1: moderate: openvswitch

December 16, 2018
An update that fixes three vulnerabilities is now available.

Description

This update for openvswitch to version 2.7.6 fixes the following issues: These security issues were fixed: - CVE-2018-17205: Prevent OVS crash when reverting old flows in bundle commit (bsc#1104467). - CVE-2018-17206: Avoid buffer overread in BUNDLE action decoding (bsc#1104467). - CVE-2018-17204:When decoding a group mod, it validated the group type and command after the whole group mod has been decoded. The OF1.5 decoder, however, tried to use the type and command earlier, when it might still be invalid. This caused an assertion failure (via OVS_NOT_REACHED) (bsc#1104467). These non-security issues were fixed: - ofproto/bond: Fix bond reconfiguration race condition. - ofproto/bond: Fix bond post recirc rule leak. - ofproto/bond: fix interal flow leak of tcp-balance bond - systemd: Restart openvswitch service if a daemon crashes - conntrack: Fix checks for TCP, UDP, and IPv6 header sizes. - ofp-actions: Fix translation of set_field for nw_ecn - netdev-dpdk: Fix mempool segfault. - ofproto-dpif-upcall: Fix flow setup/delete race. - learn: Fix memory leak in learn_parse_sepc() - netdev-dpdk: fix mempool_configure error state - vswitchd: Add --cleanup option to the 'appctl exit' command - ofp-parse: Fix memory leak on error path in parse_ofp_group_mod_file(). - actions: Fix memory leak on error path in parse_ct_lb_action(). - dpif-netdev: Fix use-after-free error in reconfigure_datapath(). - bridge: Fix memory leak in bridge_aa_update_trunks(). - dpif-netlink: Fix multiple-free and fd leak on error path. - ofp-print: Avoid array overread in print_table_instruction_features(). - flow: Fix buffer overread in flow_hash_symmetric_l3l4(). - systemd: start vswitchd after udev - ofp-util: Check length of buckets in ofputil_pull_ofp15_group_mod(). - ovsdb-types: Fix memory leak on error path. - tnl-ports: Fix loss of tunneling upon removal of a single tunnel port. - netdev: check for NULL fields in netdev_get_addrs - netdev-dpdk: vhost get stats fix. - netdev-dpdk: use 64-bit arithmetic when converting rates. - ofp-util: Fix buffer overread in ofputil_decode_bundle_add(). - ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod(). - ofp-util: Fix memory leaks when parsing OF1.5 group properties. - ofp-actions: Fix buffer overread in decode_LEARN_specs(). - flow: Fix buffer overread for crafted IPv6 packets. - ofp-actions: Properly interpret "output:in_port". - ovs-ofctl: Avoid read overrun in ofperr_decode_msg(). - odp-util: Avoid misaligned references to ip6_hdr. - ofproto-dpif-upcall: Fix action attr iteration. - ofproto-dpif-upcall: Fix key attr iteration. - netdev-dpdk: vhost get stats fix. - netdev-dpdk: use 64-bit arithmetic when converting rates. - ofp-util: Fix buffer overread in ofputil_decode_bundle_add(). - ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod(). - ofp-util: Fix memory leaks when parsing OF1.5 group properties. - odp-util: Fix buffer overread in parsing string form of ODP flows. - ovs-vsctl: Fix segfault when attempting to del-port from parent bridge. This update was imported from the SUSE:SLE-12-SP3:Update update project.

 

Patch

Patch Instructions: To install this openSUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: - openSUSE Leap 42.3: zypper in -t patch openSUSE-2018-1562=1


Package List

- openSUSE Leap 42.3 (i586 x86_64): openvswitch-2.7.6-19.1 openvswitch-debuginfo-2.7.6-19.1 openvswitch-debugsource-2.7.6-19.1 openvswitch-devel-2.7.6-19.1 openvswitch-ovn-central-2.7.6-19.1 openvswitch-ovn-central-debuginfo-2.7.6-19.1 openvswitch-ovn-common-2.7.6-19.1 openvswitch-ovn-common-debuginfo-2.7.6-19.1 openvswitch-ovn-docker-2.7.6-19.1 openvswitch-ovn-host-2.7.6-19.1 openvswitch-ovn-host-debuginfo-2.7.6-19.1 openvswitch-ovn-vtep-2.7.6-19.1 openvswitch-ovn-vtep-debuginfo-2.7.6-19.1 openvswitch-pki-2.7.6-19.1 openvswitch-test-2.7.6-19.1 openvswitch-test-debuginfo-2.7.6-19.1 openvswitch-vtep-2.7.6-19.1 openvswitch-vtep-debuginfo-2.7.6-19.1 python-openvswitch-2.7.6-19.1 python-openvswitch-test-2.7.6-19.1


References

https://www.suse.com/security/cve/CVE-2018-17204.html https://www.suse.com/security/cve/CVE-2018-17205.html https://www.suse.com/security/cve/CVE-2018-17206.html https://bugzilla.suse.com/1104467--


Severity
Announcement ID: openSUSE-SU-2018:4148-1
Rating: moderate
Affected Products: openSUSE Leap 42.3

Related News