NULL pointer dereference in Linux kernel - CVE-2026-46282
Published: June 10, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a NULL pointer dereference in the admv1013 driver property parsing logic when reading device properties during device initialization. A local user can provide crafted property values or trigger property read failures to cause a denial of service.
The issue occurs because a failed string property read leaves a string pointer uninitialized before it is compared.