CVE-2026-80714 PUBLISHED

ipvs: do not propagate one-packet flag to synced conns

Assigner: Linux
Reserved: 26.08.2026 Published: 28.08.2026 Updated: 28.08.2026

In the Linux kernel, the following vulnerability has been resolved:

ipvs: do not propagate one-packet flag to synced conns

Synced connections can be created before their destination exists. When the destination is later added, ip_vs_bind_dest() copies connection flags from the destination into cp->flags.

IP_VS_CONN_F_ONE_PACKET connections are not synced. If a synced connection inherits IP_VS_CONN_F_ONE_PACKET while it is already hashed, expiry can treat it as a one-packet connection and skip unlinking the existing conn_tab node, leaving stale hash nodes pointing at a freed struct ip_vs_conn.

Drop IP_VS_CONN_F_ONE_PACKET from destination flags when binding synced connections.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 26ec037f9841e49cc5c615deb8e1e73e5beab2ca to 06d1d9b56ef8132fbf85006885eb43d9510b8b02 (excl.)
  • affected from 26ec037f9841e49cc5c615deb8e1e73e5beab2ca to acbdc276091b308ca7794acb86e761f8203e2f59 (excl.)
  • affected from 26ec037f9841e49cc5c615deb8e1e73e5beab2ca to 300348e3ba1521b003d59825f97e24f9a6859688 (excl.)
  • affected from 26ec037f9841e49cc5c615deb8e1e73e5beab2ca to 44af98cc7d5ef8e730488d5df1eecd5deeaa5947 (excl.)
  • affected from 26ec037f9841e49cc5c615deb8e1e73e5beab2ca to 4649e6faeecdc2d44bfa6ccbe405eef27e55d816 (excl.)
  • affected from 26ec037f9841e49cc5c615deb8e1e73e5beab2ca to b5ee5b266f833601ac4817f6df0bc496fc376a28 (excl.)
  • affected from 26ec037f9841e49cc5c615deb8e1e73e5beab2ca to e7acfc990c29890c883d0d0ce3f737d003a43b44 (excl.)
  • affected from 26ec037f9841e49cc5c615deb8e1e73e5beab2ca to a63d2dbaeb50a85d4c976b15a36e6b0c7113db5b (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 2.6.36 is affected
  • unaffected from 0 to 2.6.36 (excl.)
  • unaffected from 5.10.265 to 5.10.* (incl.)
  • unaffected from 5.15.216 to 5.15.* (incl.)
  • unaffected from 6.1.183 to 6.1.* (incl.)
  • unaffected from 6.6.151 to 6.6.* (incl.)
  • unaffected from 6.12.103 to 6.12.* (incl.)
  • unaffected from 6.18.44 to 6.18.* (incl.)
  • unaffected from 7.1.8 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References