In the Linux kernel, the following vulnerability has been resolved:
media: intel/ipu6: fix error pointer dereference
In a error path isp->psys is confirmed to be an error pointer not NULL so
this condition is true and the error pointer is dereferenced. So isp-psys
should be set to NULL before going to out_ipu6_bus_del_devices.
Detected by Smatch:
drivers/media/pci/intel/ipu6/ipu6.c:690 ipu6_pci_probe() error:
'isp->psys' dereferencing possible ERR_PTR()
[Sakari Ailus: Fix commit message.]
References
Configurations
Configuration 1 (hide)
|
History
23 Jul 2026, 07:10
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
08 Jul 2026, 14:51
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | CWE-476 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/8dd088b8b106f7b119664f965b691785998edcfb - Patch | |
| References | () https://git.kernel.org/stable/c/c352f90e093ae49902e47f41579e1aa41899ff64 - Patch | |
| References | () https://git.kernel.org/stable/c/f43e30646fc93799f3f48530d0ccbd52902c0541 - Patch | |
| References | () https://git.kernel.org/stable/c/fad134c446189e9bb48cea1a5ca426d2889a9c71 - Patch | |
| First Time |
Linux linux Kernel
Linux |
08 Jun 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-08 17:16
Updated : 2026-07-23 07:10
NVD link : CVE-2026-46313
Mitre link : CVE-2026-46313
CVE.ORG link : CVE-2026-46313
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
