CVE-2026-74492

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: do not update comments from kernel-side hash adds mtype_resize() copies comment pointers with memcpy(), not the comment objects themselves. During the window after an entry has been copied but before the table swap and backlog replay, the old table is still published for packet-side updates while the replacement-table entry already holds the same ip_set_comment_rcu pointer. If xt_SET --add-set ... --exist hits that old entry in this window, mtype_add() calls ip_set_init_comment() even though packet-side adds carry no comment payload. That call frees the shared comment through the old entry, so the replacement-table entry now holds a stale pointer. When the queued add is replayed on the new table, mtype_add() calls ip_set_init_comment() again and strlen() dereferences the stale pointer. Fix this in mtype_add() by skipping ip_set_init_comment() when ext->target marks a packet-side add. Userspace adds still update comments, while packet-side adds can no longer free comment storage shared with a resize copy.

Package Linux Kernel
Published 2026-08-15
Last modified 2026-08-15
Patch available
Yes

Affected versions

Linux kernel versions 5.4.24, 5.5.8, 5.6 and later are affected. Fixed in 6.6.151, 6.12.103, 6.18.44, 7.1.8, 7.2-rc6 and their respective stable series.

Affected from
≥ 5.4.24 ≥ 5.5.8 ≥ 5.6
Fixed in
✓ 6.6.151 6.6.x ✓ 6.12.103 6.12.x ✓ 6.18.44 6.18.x ✓ 7.1.8 7.1.x ✓ 7.2-rc6

Frequently asked questions

  • What is CVE-2026-74492?

    CVE-2026-74492 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 5.4.24 onward and has been patched in 6.6.151, 6.12.103, 6.18.44 and others. CVE-2026-74492 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2026-74492?

    Yes. CVE-2026-74492 has been patched. Fixed versions include 6.6.151, 6.12.103, 6.18.44 and others. If you are running Linux kernel 5.4.24 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2026-74492 actively exploited?

    No. CVE-2026-74492 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.