Lucene search
K

560 matches found

CVE
CVE
added 2025/10/01 11:42 a.m.10 views

CVE-2023-53454

CVE-2023-53454 - Linux kernel HID multitouch fix : The issue arises from using the input_dev name in a devm-allocated string, which can cause a use-after-free when input_dev is unregistered and a uevent referencing the name fires. The patch changes the reference to the HID device for devm allocat...

7.8CVSS6.1AI score0.00022EPSS
Exploits0References9Affected Software1
CNNVD
CNNVD
added 2025/10/01 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unchecked devmkzalloc return value, which could result in a null pointer dereference...

6.2AI score0.00013EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/09/17 11:30 p.m.1 views

SUSE CVE-2022-50364

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS6.5AI score0.00021EPSS
Exploits0References8
OSV
OSV
added 2025/09/17 3:15 p.m.0 views

DEBIAN-CVE-2022-50364

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS5.3AI score0.00021EPSS
Exploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.1 views

UBUNTU-CVE-2022-50364

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS5.9AI score0.00021EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.5 views

CVE-2022-50364 i2c: mux: reg: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

0.00021EPSS
Exploits0References5
CVE
CVE
added 2025/09/17 2:56 p.m.13 views

CVE-2022-50364

The CVE-2022-50364 issue in the Linux kernel concerns i2c mux: reg: an IPv4? actually resource handling in platform_get_resource() returning NULL leading to NULL pointer dereference in resource_size(). The documented fix moves the call to resource_size() to after devm_ioremap_resource() which che...

5.5CVSS6.1AI score0.00021EPSS
Exploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.2 views

CVE-2022-50364 i2c: mux: reg: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

6.1AI score0.00021EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2025/09/17 12:0 a.m.2 views

PT-2025-38174

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to the i2c subsystem. Specifically, a null-pointer dereference can occur in the resource size function if platform get resource returns NULL...

5.8AI score0.00021EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.1 views

SUSE CVE-2023-53255

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: Fix a potential resource leak in svccreatememorypool svccreatememorypool is only called from stratix10svcdrvprobe. Most of resources in the probe are managed, but not this memremap call. There is also no...

3.3CVSS6.4AI score0.00021EPSS
Exploits0References19
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.2 views

SUSE CVE-2023-53308

In the Linux kernel, the following vulnerability has been resolved: net: fec: Better handle pmruntimeget failing in .remove In the unlikely event that pmruntimeget disguised as pmruntimeresumeandget fails, the remove callback returned an error early. The problem with this is that the driver core...

5.5CVSS6.4AI score0.00022EPSS
Exploits0References4
OSV
OSV
added 2025/09/16 8:15 a.m.0 views

UBUNTU-CVE-2023-53284

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS5.7AI score0.00017EPSS
Exploits0References6
OSV
OSV
added 2025/09/16 8:11 a.m.3 views

CVE-2023-53284 drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS6.1AI score0.00017EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/09/16 8:11 a.m.5 views

CVE-2023-53284 drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

0.00017EPSS
Exploits0References3
CVE
CVE
added 2025/09/16 8:11 a.m.10 views

CVE-2023-53284

The CVE-2023-53284 issue occurs in the Linux kernel DRM MSM DPU code path: if devm_kzalloc() fails during dpu_writeback_init(), dpu_wb_conn may become NULL and trigger a null pointer dereference later. The connected Astra Linux and SUSE advisories reproduce the same description and confirm the un...

5.5CVSS6.1AI score0.00017EPSS
Exploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.3 views

PT-2025-38026

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the networking subsystem related to the fec driver. Specifically, the issue arises when pm runtime get fails within the .remove function. This failu...

6AI score0.00022EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.1 views

SUSE CVE-2022-50322

In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: Fix function prototype mismatch in msc313rtcprobe With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the...

5.5CVSS6.3AI score0.00017EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/09/15 11:27 p.m.1 views

SUSE CVE-2023-53253

In the Linux kernel, the following vulnerability has been resolved: HID: nvidia-shield: Reference hiddevice devm allocation of inputdev name Use hiddevice for devm allocation of the inputdev name to avoid a use-after-free. inputunregisterdevice would trigger devres cleanup of all resources...

7.8CVSS6.5AI score0.00026EPSS
Exploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.2 views

DEBIAN-CVE-2023-53253

In the Linux kernel, the following vulnerability has been resolved: HID: nvidia-shield: Reference hiddevice devm allocation of inputdev name Use hiddevice for devm allocation of the inputdev name to avoid a use-after-free. inputunregisterdevice would trigger devres cleanup of all resources...

7.8CVSS6.2AI score0.00026EPSS
Exploits0References1
NVD
NVD
added 2025/09/15 3:15 p.m.4 views

CVE-2023-53255

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: Fix a potential resource leak in svccreatememorypool svccreatememorypool is only called from stratix10svcdrvprobe. Most of resources in the probe are managed, but not this memremap call. There is also no...

5.5CVSS0.00021EPSS
Exploits0References6
Rows per page
Query Builder