RepoJournal
Linux

Linux

The kernel, distros, and the rigs of the moment

Keep up with Linux in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Infrastructure Full archive →

The Wire · Showcase

IPHETH DRIVER PLUGS USE-AFTER-FREE HOLE ON USB DISCONNECT

By RepoJournal · Filed · About Linux

A critical use-after-free vulnerability in the iPhone USB tethering driver can leave kernel work queues armed after interface shutdown, exposing memory corruption on device unplug.

The ipheth driver had a dangerous gap in its disconnect path: carrier-check work could be re-armed after the interface closed and drained its queues, then survive until the netdev itself was freed [1]. This is the kind of race condition that persists silently until the hardware is unplugged with traffic in flight. Separately, Eric Dumazet removed a noisy WARN_ON from the multicast loop check that was triggering on non-INET sockets like AF_PACKET, which never supported multicast loopback options in the first place [2]. On the MPTCP side, Matthieu Baerts tightened suboption parsing to reject mutually exclusive combinations that the RFC forbids but the code wasn't prepared to handle, then cleaned up now-unreachable validation logic downstream [3] [4]. A fourth MPTCP fix addresses pathological receive-path drops that were leaking forward-allocated memory unboundedly when skbs hit errors before queueing [5].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] net: usb: ipheth: fix carrier_work UAF on disconnect torvalds/linux
  2. [2] net: remove WARN_ON_ONCE() from sk_mc_loop() torvalds/linux
  3. [3] mptcp: avoid combining some incoming suboptions torvalds/linux
  4. [4] mptcp: remove MPC && MPJ check torvalds/linux
  5. [5] mptcp: reclaim forward-allocated memory on RX path errors torvalds/linux

Quick answers

What shipped in Linux on August 7, 2026?
A critical use-after-free vulnerability in the iPhone USB tethering driver can leave kernel work queues armed after interface shutdown, exposing memory corruption on device unplug. In total, 48 commits landed.
Who contributed to Linux on August 7, 2026?
4 developers shipped this update, including Doruk Tan Ozturk, Eric Dumazet, Matthieu Baerts (NGI0), and David Heinemeier Hansson.
What were the notable Linux updates?
net: usb: ipheth: fix carrier_work UAF on disconnect, net: remove WARN_ON_ONCE() from sk_mc_loop(), and mptcp: avoid combining some incoming suboptions.

More from Linux

Daily updates, in your inbox

Follow Linux

Keep up with Linux in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?