Lucene search
+L

5327 matches found

SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.17 views

SUSE CVE-2022-50657

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: add missing memcpy in kasaninit Hi Atish, It seems that the panic is due to the missing memcpy during kasaninit. Could you please check whether this patch is helpful? When doing kasanpopulate, the new allocated...

6.5AI score0.00222EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/10 12:36 a.m.7 views

SUSE CVE-2023-53787

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no initdata causing the...

5.5CVSS6.3AI score0.00182EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/12/09 6:30 p.m.6 views

EUVD-2023-60159

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Patchwork:...

6.2AI score0.00234EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/09 6:30 p.m.16 views

EUVD-2022-55748

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: add missing memcpy in kasaninit Hi Atish, It seems that the panic is due to the missing memcpy during kasaninit. Could you please check whether this patch is helpful? When doing kasanpopulate, the new allocated...

6AI score0.00222EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/12/09 5:27 p.m.8 views

CVE-2025-48623

In initpkvmhypvcpu of pkvm.c, there is a possible out of bounds write due to improper input validation. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation...

7.8CVSS6.9AI score0.00103EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.3 views

DEBIAN-CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.2AI score0.00218EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.7 views

CVE-2023-53837

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Patchwork:...

0.00234EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 4:17 p.m.4 views

DEBIAN-CVE-2023-53837

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Patchwork:...

5.2AI score0.00234EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 4:17 p.m.7 views

CVE-2022-50660

In the Linux kernel, the following vulnerability has been resolved: wifi: ipw2200: fix memory leak in ipwwdevinit In the error path of ipwwdevinit, exception value is returned, and the memory applied for in the function is not released. Also the memory is not released in ipwpciprobe. As a result,...

0.00247EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 4:17 p.m.54 views

DEBIAN-CVE-2022-50657

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: add missing memcpy in kasaninit Hi Atish, It seems that the panic is due to the missing memcpy during kasaninit. Could you please check whether this patch is helpful? When doing kasanpopulate, the new allocated...

5.2AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.8 views

UBUNTU-CVE-2022-50671

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix "kernel NULL pointer dereference" error When rxequeueinit in the function rxeqpinitreq fails, both qp-req.task.func and qp-req.task.arg are not initialized. Because of creation of qp fails, the function rxecreateqp...

7.5CVSS5.7AI score0.0094EPSS
SaveExploits0References12
OSV
OSV
added 2025/12/09 4:17 p.m.10 views

UBUNTU-CVE-2023-53832

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null-ptr-deref in raid10syncrequest initresync inits mempool and sets conf-havereplacemnt at the beginning of sync, closesync frees the mempool when sync is completed. After 1 recovery might be skipped and initresy...

5.7AI score0.00253EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/09 4:17 p.m.77 views

UBUNTU-CVE-2022-50657

In the Linux kernel, the following vulnerability has been resolved: riscv: mm: add missing memcpy in kasaninit Hi Atish, It seems that the panic is due to the missing memcpy during kasaninit. Could you please check whether this patch is helpful? When doing kasanpopulate, the new allocated...

5.7AI score0.00222EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/09 4:9 a.m.29 views

CVE-2025-40338

CVE-2025-40338 is a Linux kernel vulnerability in ASoC: Intel avs where sharing the component name pointer could cause use-after-free during teardown. The fix duplicates the component name to prevent lifetime issues and updates the initialization/teardown order (noting that the config may pass a ...

6.2AI score0.00211EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/09 4:9 a.m.7 views

CVE-2025-40338 ASoC: Intel: avs: Do not share the name pointer between components

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Do not share the name pointer between components By sharing 'name' directly, tearing down components may lead to use-after-free errors. Duplicate the name to avoid that. At the same time, update the order of...

6.4AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.7 views

CVE-2023-53837

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Patchwork:...

5.2AI score0.00234EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:29 a.m.8 views

CVE-2023-53837 drm/msm: fix NULL-deref on snapshot tear down

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix NULL-deref on snapshot tear down In case of early initialisation errors and on platforms that do not use the DPU controller, the deinitilisation code can be called with the kms pointer set to NULL. Patchwork:...

6.6AI score
SaveExploits0References8
OSV
OSV
added 2025/12/09 1:29 a.m.6 views

CVE-2023-53832 md/raid10: fix null-ptr-deref in raid10_sync_request

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null-ptr-deref in raid10syncrequest initresync inits mempool and sets conf-havereplacemnt at the beginning of sync, closesync frees the mempool when sync is completed. After 1 recovery might be skipped and initresy...

6.3AI score
SaveExploits0References11
CVE
CVE
added 2025/12/09 1:29 a.m.15 views

CVE-2023-53832

CVE-2023-53832 affects the Linux kernel md/raid10 subsystem. The issue was a potential null dereference in raid10_sync_request when recovery could be skipped after an array resync. init_resync() initializes mempool and sets have_replacemnt, but if recovery is skipped, close_sync() may not run, le...

6AI score0.00253EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.44 views

CVE-2022-50671 RDMA/rxe: Fix "kernel NULL pointer dereference" error

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix "kernel NULL pointer dereference" error When rxequeueinit in the function rxeqpinitreq fails, both qp-req.task.func and qp-req.task.arg are not initialized. Because of creation of qp fails, the function rxecreateqp...

7.5CVSS0.0094EPSS
SaveExploits0References9
Rows per page
Query Builder