Lucene search
+L

13165 matches found

Debian CVE
Debian CVE
added 2025/05/02 3:54 p.m.11 views

CVE-2023-53042

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not set DRR on pipe Commit WHY Writing to DRR registers such as OTGVTOTALMIN on the same frame as a pipe commit can cause underflow...

5.5CVSS5.5AI score0.00191EPSS
SaveExploits0
CVE
CVE
added 2025/05/02 3:54 p.m.102 views

CVE-2023-53041

CVE-2023-53041 has concrete details in the Connected documents. The issue is in the Linux kernel’s qla2xxx SCSI driver: during controller add/remove, abort path completes commands with a lock still held, causing a lock-warning in dma_free_attrs. The observed call trace centers on qla2x00_async_sn...

5.5CVSS6.7AI score0.00195EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/05/02 3:54 p.m.12 views

CVE-2023-53040

In the Linux kernel, the following vulnerability has been resolved: ca8210: fix maclen negative array access This patch fixes a buffer overflow access of skb-data if ieee802154hdrpeekaddrs fails...

5.5CVSS5.8AI score0.00215EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/02 3:54 p.m.11 views

CVE-2023-53038

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check kzalloc in lpfcsli4cgnparamsread If kzalloc fails in lpfcsli4cgnparamsread, then we rely on lpfcreadobject's routine to NULL check pdata. Currently, an early return error is thrown from lpfcreadobject to protect...

5.5CVSS5.6AI score0.00194EPSS
SaveExploits0
OSV
OSV
added 2025/05/02 3:54 p.m.8 views

CVE-2023-53039 HID: intel-ish-hid: ipc: Fix potential use-after-free in work function

In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: ipc: Fix potential use-after-free in work function When a reset notify IPC message is received, the ISR schedules a work function and passes the ISHTP device to it via a global pointer ishtpdev. If ishprobe...

7.8CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2025/05/02 3:54 p.m.114 views

CVE-2023-53038

CVE-2023-53038 concerns the Linux kernel: in scsi lpfc, the function lpfc_sli4_cgn_params_read() may encounter a kzalloc() failure, after which lpfc_read_object() dereferences pdata without a NULL check. The published fix changes the error code path from -ENODEV to -ENOMEM to reflect allocation f...

5.5CVSS6.6AI score0.00194EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:54 p.m.27 views

CVE-2023-53038 scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check kzalloc in lpfcsli4cgnparamsread If kzalloc fails in lpfcsli4cgnparamsread, then we rely on lpfcreadobject's routine to NULL check pdata. Currently, an early return error is thrown from lpfcreadobject to protect...

0.00194EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/02 3:54 p.m.11 views

CVE-2023-53037 scsi: mpi3mr: Bad drive in topology results kernel crash

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Bad drive in topology results kernel crash When the SAS Transport Layer support is enabled and a device exposed to the OS by the driver fails INQUIRY commands, the driver frees up the memory allocated for an interna...

5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/05/02 3:54 p.m.18 views

CVE-2023-53037

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Bad drive in topology results kernel crash When the SAS Transport Layer support is enabled and a device exposed to the OS by the driver fails INQUIRY commands, the driver frees up the memory allocated for an interna...

7.8CVSS5.8AI score0.00201EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/02 3:54 p.m.36 views

CVE-2023-53037 scsi: mpi3mr: Bad drive in topology results kernel crash

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Bad drive in topology results kernel crash When the SAS Transport Layer support is enabled and a device exposed to the OS by the driver fails INQUIRY commands, the driver frees up the memory allocated for an interna...

0.00201EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/02 3:54 p.m.130 views

CVE-2023-53036

CVE-2023-53036 relates to the Linux kernel's DRM/amdgpu stack. On GPUs with RAS enabled, there is a call trace warning and potential hang during device shutdown due to a vulnerability in the amdgpu_vram_mgr_fini path that can propagate through amdgpu_ttm_fini, amdgpu_bo_fini, and related release ...

5.5CVSS6.6AI score0.00191EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/02 3:54 p.m.15 views

CVE-2023-53035

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel-infoleak in nilfsioctlwrapcopy The ioctl helper function nilfsioctlwrapcopy, which exchanges a metadata array to/from user space, may copy uninitialized buffer regions to user space memory for read-only ioctl...

7.1CVSS5.7AI score0.00218EPSS
SaveExploits0
OSV
OSV
added 2025/05/02 3:54 p.m.20 views

CVE-2023-53035 nilfs2: fix kernel-infoleak in nilfs_ioctl_wrap_copy()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel-infoleak in nilfsioctlwrapcopy The ioctl helper function nilfsioctlwrapcopy, which exchanges a metadata array to/from user space, may copy uninitialized buffer regions to user space memory for read-only ioctl...

6.3AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/05/02 3:54 p.m.16 views

CVE-2022-49933

Removed by vendor...

5.6AI score
SaveExploits0
Cvelist
Cvelist
added 2025/05/02 3:54 p.m.22 views

CVE-2022-49932 KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do all initialization before exposing /dev/kvm to userspace Call kvminit only after all setup is complete, as kvminit exposes /dev/kvm to userspace and thus allows userspace to create VMs and call other ioctls. E.g. KVM...

0.00206EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/02 3:54 p.m.94 views

CVE-2022-49932

CVE-2022-49932 affects the Linux kernel KVM/vMX path where /dev/kvm is exposed before VMX initialization is complete. The EulerOS advisories (EulerOS-SA-2025-2464/2483, EulerOS-SA-2025-2436/2447) flag this issue as part of kernel fixes and describe the root cause as incomplete initialization prio...

5.5CVSS6.2AI score0.00206EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/05/02 3:54 p.m.10 views

CVE-2022-49932

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do all initialization before exposing /dev/kvm to userspace Call kvminit only after all setup is complete, as kvminit exposes /dev/kvm to userspace and thus allows userspace to create VMs and call other ioctls. E.g. KVM...

5.5CVSS5.4AI score0.00206EPSS
SaveExploits0
OSV
OSV
added 2025/05/02 3:54 p.m.13 views

CVE-2022-49932 KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Do all initialization before exposing /dev/kvm to userspace Call kvminit only after all setup is complete, as kvminit exposes /dev/kvm to userspace and thus allows userspace to create VMs and call other ioctls. E.g. KVM...

4.9AI score
SaveExploits0References6
NVD
NVD
added 2025/05/02 3:15 p.m.13 views

CVE-2025-37798

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch-q.qlen check before qdisctreereducebacklog After making all -qlennotify callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fqcodeldequeue and codelqdiscdequeue...

7.8CVSS0.00218EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/02 2:16 p.m.21 views

CVE-2025-37798 codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()

In the Linux kernel, the following vulnerability has been resolved: codel: remove sch-q.qlen check before qdisctreereducebacklog After making all -qlennotify callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fqcodeldequeue and codelqdiscdequeue...

7.8CVSS6.1AI score
SaveExploits0References14
Rows per page
Query Builder