** Also affects: linux (Ubuntu Xenial) Importance: Undecided Status: New
** Changed in: linux (Ubuntu Xenial) Assignee: (unassigned) => Joseph Salisbury (jsalisbury) ** Changed in: linux (Ubuntu Xenial) Importance: Undecided => High ** Changed in: linux (Ubuntu Xenial) Status: New => Triaged ** Changed in: linux (Ubuntu) Status: Triaged => Fix Released ** Changed in: ubuntu-z-systems Status: Invalid => Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1750813 Title: qeth: fix L3 next-hop im xmit qeth hdr Status in Ubuntu on IBM z Systems: Triaged Status in linux package in Ubuntu: Fix Released Status in linux source package in Xenial: Triaged Bug description: Description: qeth: fix L3 next-hop im xmit qeth hdr Symptom: wrong destination address in qdio header Problem: The current code accesses rtable->rt_gateway without checking that rtable is a valid address. The accidental access to a lowcore area results in a random next-hop address in the qeth_hdr. rtable (or more precisely, skb_dst(skb)) can be NULL in rare cases (for instance together with AF_PACKET sockets). Solution: Add the missing NULL-ptr checks. Reproduction: AF_PACKET program sending raw data Upstream Commit: ec2c6726322f0d270bab477e4904bf9496f70ee5 kernel 4.13 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-z-systems/+bug/1750813/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp