In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]be2net: pass wrb_params in case of OS2BMC[EOL][EOL]be_insert_vlan_in_pkt() is called with the wrb_params argument being NULL[EOL]at be_send_pkt_to_bmc() call site.Â\xa0 This may lead to dereferencing a NULL[EOL]pointer when processing a workaround for specific packet, as commit[EOL]bc0c3405abbb ("be2net: fix a Tx stall bug caused by a specific ipv6[EOL]packet") states.[EOL][EOL]The correct way would be to pass the wrb_params from be_xmit().