In the Linux kernel, the following vulnerability has been resolved:
netfilter: xthashlimit: validate hashtable supports XTHASHLIMITRATEMATCH
The XTHASHLIMITRATEMATCH flag mode changes the semantics of the dsthashent structure which represents an entry in the hashtable. There is a union area which uses a different layout to express the rate match mode.
Update .checkentry path to validate the XTHASHLIMITRATE_MATCH mode flag is requested by two or more different rules that refer to the same hashtable. Otherwise, uninitialized access to the burst field in the union is possible.
Reject the use of the XTHASHLIMITRATE_MATCH mode flag if set on by revision less than 3 too.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74564.json"
}