Lucene search
+L

172 matches found

OSV
OSV
added 2025/06/18 9:28 a.m.7 views

CVE-2025-38018 net/tls: fix kernel panic when alloc_page failed

In the Linux kernel, the following vulnerability has been resolved: net/tls: fix kernel panic when allocpage failed We cannot set fraglist to NULL pointer when allocpage failed. It will be used in tlsstrpcheckqueueok when the next time tlsstrpreadsock is called. This is because we don't reset...

5.5CVSS6.2AI score0.0016EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.7 views

PT-2025-25879 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns an error handling path in the cm3605 probe function. A commit introduced a new error handling path that should redirect to the existing error handling path to preven...

5.9AI score0.00179EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2025/05/22 10:24 a.m.10 views

CVE-2019-10515

DCI client which might be preemptively freed up might be accessed for transferring packets leading to kernel error in Snapdragon Auto, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Mobile, Snapdragon Voice & Music, Snapdragon Wearables in MDM9150, MDM9206, MDM9607, MDM9640,...

5.5CVSS7.2AI score0.00172EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/05/17 12:0 a.m.4 views

Imagination GPU Driver 资源管理错误漏洞

Imagination GPU Driver is a graphics driver from Imagination. A security vulnerability exists in Imagination GPU Driver that originates from software run by an unprivileged user that may make improper GPU system calls, triggering a post-release reuse kernel exception...

7.5CVSS6.4AI score0.0036EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/05/07 2:20 a.m.6 views

SUSE CVE-2022-49819

In the Linux kernel, the following vulnerability has been resolved: octeonep: fix potential memory leak in octepdevicesetup When occur unsupporteddev and mbox init errors, it did not free oct-conf and iounmap oct-mmioi.hwaddr. That would trigger memory leak problem. Add kfree for oct-conf and...

5.5CVSS6.5AI score0.00148EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/02 4:15 p.m.4 views

UBUNTU-CVE-2023-53095

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Fix a NULL pointer dereference The LRU mechanism may look up a resource in the process of being removed from an object. The locking rules here are a bit unclear but it looks currently like res-bo assignment is protected ...

5.5CVSS6.1AI score0.00174EPSS
SaveExploits0References6
CVE
CVE
added 2025/05/02 3:55 p.m.66 views

CVE-2023-53122

This CVE ID has been rejected by the CVE Numbering Authority and does not represent an active vulnerability entry.

6.3AI score
SaveExploits0
OSV
OSV
added 2025/05/02 3:55 p.m.17 views

CVE-2023-53102 ice: xsk: disable txq irq before flushing hw

In the Linux kernel, the following vulnerability has been resolved: ice: xsk: disable txq irq before flushing hw iceqpdis intends to stop a given queue pair that is a target of xsk pool attach/detach. One of the steps is to disable interrupts on these queues. It currently is broken in a way that...

5.5CVSS5.8AI score0.00175EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/02 3:55 p.m.122 views

CVE-2023-53102

CVE-2023-53102 details (Linux kernel, ice driver). The issue arises in ice_qp_dis() for xsk/xdpsock, where txq interrupts were being disabled before the hardware flush completed, allowing a window where IRQs could fire during a pool detach. The documented bug trace shows a NULL pointer dereferenc...

5.5CVSS6.2AI score0.00175EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.93 views

CVE-2023-53093

CVE-2023-53093 affects the Linux kernel tracing subsystem, where histogram values are not allowed to use certain modifiers. The root cause is that histogram code was not prepared to handle modifiers for histograms, leading to a NULL pointer dereference and kernel oops when printing histograms via...

5.5CVSS6.5AI score0.00174EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/05/01 2:9 p.m.89 views

CVE-2022-49824

In the Linux kernel, CVE-2022-49824 affects the ata_tlink_add() path in libata-transport. The root cause is that transport_add_device()'s return value is not checked, which can lead to a NULL pointer dereference during module removal when transport_remove_device() is called for a device that wasn...

5.5CVSS6.3AI score0.00192EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.27 views

CVE-2025-22096 drm/msm/gem: Fix error code msm_parse_deps()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msmparsedeps The SUBMITERROR macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR and since positive values are not a...

0.00159EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.33 views

CVE-2025-22092 PCI: Fix NULL dereference in SR-IOV VF creation error path

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix NULL dereference in SR-IOV VF creation error path Clean up when virtfn setup fails to prevent NULL pointer dereference during device removal. The kernel oops below occurred due to incorrect error handling flow when...

0.00187EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/16 2:12 p.m.16 views

CVE-2025-22086 RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5pollone curqp update flow When curqp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to the one we already have. The bug however is that we are...

5.5CVSS6AI score0.002EPSS
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2025/04/07 12:0 a.m.5 views

PT-2025-29001

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A NULL pointer dereference issue was identified in the mt7996 thermal init function within the mt7996 driver of the Linux kernel. The devm kasprintf function can return a NULL pointer ...

7.8CVSS7.9AI score0.01345EPSS
SaveExploits8References566
NVD
NVD
added 2025/04/01 4:15 p.m.9 views

CVE-2025-21949

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Set hugetlb mmap base address aligned with pmd size With ltp test case "testcases/bin/hugefork02", there is a dmesg error report message such as: kernel BUG at mm/hugetlb.c:5550! Oops - BUG1: CPU: 0 UID: 0 PID: 1517...

5.5CVSS0.00162EPSS
SaveExploits0References2
CVE
CVE
added 2025/04/01 3:47 p.m.111 views

CVE-2025-21982

CVE-2025-21982 affects the Linux kernel’s pinctrl nuvoton npcm8xx GPIO firmware path. The issue stems from devm_kasprintf() potentially returning NULL on failure, with the NULL return not being checked in npcm8xx_gpio_fw(), leading to a kernel NULL pointer dereference. A fix adds a NULL-check in ...

5.5CVSS7AI score0.00174EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/04/01 3:41 p.m.94 views

CVE-2025-21949

CVE-2025-21949: LoongArch Linux kernel vulnerability in hugetlb mmap base address alignment. The issue occurred when the base address allocated from hugetlbfs was not aligned to the PMD size, triggering a kernel BUG in mm/hugetlb.c. A patch was added to check hugetlbfs mappings and align the mmap...

5.5CVSS6.9AI score0.00162EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/03/27 5:15 p.m.4 views

DEBIAN-CVE-2022-49741

In the Linux kernel, the following vulnerability has been resolved: fbdev: smscufx: fix error handling code in ufxusbprobe The current error handling code in ufxusbprobe have many unmatching issues, e.g., missing ufxfreeusblist, destroymodedb label should only include framebufferrelease,...

5.5CVSS5.2AI score0.00178EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.12 views

CVE-2022-49761

In the Linux kernel, the following vulnerability has been resolved: btrfs: always report error in runonedelayedref Currently we have a btrfsdebug for runonedelayedref failure, but if end users hit such problem, there will be no chance that btrfsdebug is enabled. This can lead to very little usefu...

7.8CVSS5.3AI score0.00182EPSS
SaveExploits0
Rows per page
Query Builder