CVE-2026-74492
Last modified
CVE-2026-74492 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. 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 ... EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f66ee0410b1c3481ee75e5db9b34547b4d582465, < 6f13f4d52d06986c18f12e8bffaab944dd27ceab; >= f66ee0410b1c3481ee75e5db9b34547b4d582465, < f9d6cabff1fca010562dcdb0d22b296bdca3ba5a; >= f66ee0410b1c3481ee75e5db9b34547b4d582465, < 16bfa7be2d76ca1e0aacfa363482e1bf8ab5042a; >= f66ee0410b1c3481ee75e5db9b34547b4d582465, < 661ff9c0cfbe07f8eed920dde9f7781491738207; >= f66ee0410b1c3481ee75e5db9b34547b4d582465, < c710e9bf38e4e71a8db85d26a0f70c0674664207; >= f66ee0410b1c3481ee75e5db9b34547b4d582465, < 4ae701848e4ba9e9713375fb7d82218cbd309da2; >= f66ee0410b1c3481ee75e5db9b34547b4d582465, < 77dbb248a5cc7a5270cd37bbb0b635bf059a872a; >= f66ee0410b1c3481ee75e5db9b34547b4d582465, < f30415929be8aeb002d557c8d3f7ab2d2188003a; 5dd9488ae41070b69d2f4acb580f77db5705f9ca; a469bab3386aebff33c59506f3a95e35b91118fd; >= 5.4.24, < 5.5; >= 5.5.8, < 5.6 |
| Linux | Linux | 5.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74492?
How severe is CVE-2026-74492?
How do I fix CVE-2026-74492?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74486In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74487In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74488In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74489In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74490In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74491In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74493In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74494In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74495In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74496In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74497In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-74498In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74492?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
