Changed |
Description |
In the Linux kernel, the following vulnerability has been resolved:
ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
The ssb_device_uevent() function first attempts to convert the 'dev' pointer
to 'struct ssb_device *'. However, it mistakenly dereferences 'dev' before
performing the NULL check, potentially leading to a NULL pointer
dereference if 'dev' is NULL.
To fix this issue, move the NULL check before dereferencing the 'dev' pointer,
ensuring that the pointer is valid before attempting to use it.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
|
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
|
Removed |
CVSS V3.1 |
NIST: AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
|
Removed |
CWE |
NIST: CWE-476
|
|
Removed |
CPE Configuration |
3173592 Config Identifier: 0, OR
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 from (excluding) 6.9.7
*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (excluding) 6.6.36
|
|
Removed |
Reference |
CVE: https://git.kernel.org/stable/c/789c17185fb0f39560496c2beab9b57ce1d0cbe7
|
|
Removed |
Reference |
CVE: https://git.kernel.org/stable/c/7d43c8377c6fc846b1812f8df360425c9323dc56
|
|
Removed |
Reference |
CVE: https://git.kernel.org/stable/c/c5dc2d8eb3981bae261ea7d1060a80868e886813
|
|
Removed |
Reference |
kernel.org: https://git.kernel.org/stable/c/789c17185fb0f39560496c2beab9b57ce1d0cbe7
|
|
Removed |
Reference |
kernel.org: https://git.kernel.org/stable/c/7d43c8377c6fc846b1812f8df360425c9323dc56
|
|
Removed |
Reference |
kernel.org: https://git.kernel.org/stable/c/c5dc2d8eb3981bae261ea7d1060a80868e886813
|
|
Removed |
Reference Type |
CVE: https://git.kernel.org/stable/c/789c17185fb0f39560496c2beab9b57ce1d0cbe7 Types: Patch
|
|
Removed |
Reference Type |
CVE: https://git.kernel.org/stable/c/7d43c8377c6fc846b1812f8df360425c9323dc56 Types: Patch
|
|
Removed |
Reference Type |
CVE: https://git.kernel.org/stable/c/c5dc2d8eb3981bae261ea7d1060a80868e886813 Types: Patch
|
|
Removed |
Reference Type |
kernel.org: https://git.kernel.org/stable/c/789c17185fb0f39560496c2beab9b57ce1d0cbe7 Types: Patch
|
|
Removed |
Reference Type |
kernel.org: https://git.kernel.org/stable/c/7d43c8377c6fc846b1812f8df360425c9323dc56 Types: Patch
|
|
Removed |
Reference Type |
kernel.org: https://git.kernel.org/stable/c/c5dc2d8eb3981bae261ea7d1060a80868e886813 Types: Patch
|
|