In the Linux kernel, the following vulnerability has been resolved:
net: marvell: prestera: fix NULL dereference on devlink_alloc() failure
devlink_alloc() may return NULL on allocation failure, but
prestera_devlink_alloc() unconditionally calls devlink_priv() on
the returned pointer.
This leads to a NULL pointer dereference if devlink allocation fails.
Add a check for a NULL devlink pointer and return NULL early to avoid
the crash.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-01-31 12:16
Updated : 2026-02-03 16:44
NVD link : CVE-2026-23019
Mitre link : CVE-2026-23019
CVE.ORG link : CVE-2026-23019
JSON object : View
Products Affected
No product.
CWE
No CWE.
