U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2026-74492

Change History

New CVE Received from kernel.org 8/15/2026 9:17:54 AM

Action Type Old Value New Value
Added 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.
Added Reference

                  
                
              
https://git.kernel.org/stable/c/4ae701848e4ba9e9713375fb7d82218cbd309da2
Added Reference

                  
                
              
https://git.kernel.org/stable/c/661ff9c0cfbe07f8eed920dde9f7781491738207
Added Reference

                  
                
              
https://git.kernel.org/stable/c/77dbb248a5cc7a5270cd37bbb0b635bf059a872a
Added Reference

                  
                
              
https://git.kernel.org/stable/c/c710e9bf38e4e71a8db85d26a0f70c0674664207
Added Reference

                  
                
              
https://git.kernel.org/stable/c/f30415929be8aeb002d557c8d3f7ab2d2188003a
Added Affected

                  
                
              
[{"vendor":"Linux","product":"Linux","defaultStatus":"unaffected","programFiles":["net/netfilter/ipset/ip_set_hash_gen.h"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"f66ee0410b1c3481ee75e5db9b34547b4d582465","lessThan":"661ff9c0cfbe07f8eed920dde9f7781491738207","versionType":"git","status":"affected"},{"version":"f66ee0410b1c3481ee75e5db9b34547b4d582465","lessThan":"c710e9bf38e4e71a8db85d26a0f70c0674664207","versionType":"git","status":"affected"},{"version":"f66ee0410b1c3481ee75e5db9b34547b4d582465","lessThan":"4ae701848e4ba9e9713375fb7d82218cbd309da2","versionType":"git","status":"affected"},{"version":"f66ee0410b1c3481ee75e5db9b34547b4d582465","lessThan":"77dbb248a5cc7a5270cd37bbb0b635bf059a872a","versionType":"git","status":"affected"},{"version":"f66ee0410b1c3481ee75e5db9b34547b4d582465","lessThan":"f30415929be8aeb002d557c8d3f7ab2d2188003a","versionType":"git","status":"affected"},{"version":"5dd9488ae41070b69d2f4acb580f77db5705f9ca","versionType":"git","status":"affected"},{"version":"a469bab3386aebff33c59506f3a95e35b91118fd","versionType":"git","status":"affected"},{"version":"5.4.24","lessThan":"5.5","versionType":"semver","status":"affected"},{"version":"5.5.8","lessThan":"5.6","versionType":"semver","status":"affected"}]},{"vendor":"Linux","product":"Linux","defaultStatus":"affected","programFiles":["net/netfilter/ipset/ip_set_hash_gen.h"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","versions":[{"version":"5.6","status":"affected"},{"version":"0","lessThan":"5.6","versionType":"semver","status":"unaffected"},{"version":"6.6.151","lessThanOrEqual":"6.6.*","versionType":"semver","status":"unaffected"},{"version":"6.12.103","lessThanOrEqual":"6.12.*","versionType":"semver","status":"unaffected"},{"version":"6.18.44","lessThanOrEqual":"6.18.*","versionType":"semver","status":"unaffected"},{"version":"7.1.8","lessThanOrEqual":"7.1.*","versionType":"semver","status":"unaffected"},{"version":"7.2-rc6","lessThanOrEqual":"*","versionType":"original_commit_for_fix","status":"unaffected"}]}]