In the Linux kernel, the following vulnerability has been resolved:
net: ethernet: nixge: fix NULL dereference
In function nixgehwdmabdrelease() dereference of NULL pointer priv->rxbdv is possible for the case of its allocation failure in nixgehwdmabdinit().
Move for() loop with priv->rxbdv dereference under the check for its validity.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49019.json"
}