In the Linux kernel, the following vulnerability has been resolved:
eth: mlx4: Fix IS_ERR() vs NULL check bug in mlx4_en_create_rx_ring
Replace NULL check with IS_ERR() check after calling page_pool_create()
since this function returns error pointers (ERR_PTR).
Using NULL check could lead to invalid pointer dereference.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-09-19 16:15
Updated : 2026-01-14 20:16
NVD link : CVE-2025-39858
Mitre link : CVE-2025-39858
CVE.ORG link : CVE-2025-39858
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
