PT-2026-37573
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf conntrack h323: fix OOB read in decode choice In decode choice, the boundary check before get len uses the variable len, which is still 0 from its initialization at the top of the function: unsigned int type, ext, l...