← Back to CVE List

CVE-2022-49141

Published: 2025-02-26T07:00Z
Last Modified: 2025-03-13T21:30Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: fix possible NULL pointer dereference As the possible failure of the allocation, kzalloc() may return NULL pointer. Therefore, it should be better to check the 'sgi' in order to prevent the dereference of NULL pointer. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt