Lucene search
+L

514 matches found

Cvelist
Cvelist
added 2025/04/16 2:12 p.m.29 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
OSV
OSV
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22049 LoongArch: Increase ARCH_DMA_MINALIGN up to 16

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Increase ARCHDMAMINALIGN up to 16 ARCHDMAMINALIGN is 1 by default, but some LoongArch-specific devices such as APBDMA require 16 bytes alignment. When the data buffer length is too small, the hardware may make an error...

7.8CVSS6.2AI score
SaveExploits0References10
CVE
CVE
added 2025/04/16 2:12 p.m.132 views

CVE-2025-22044

CVE-2025-22044 (Linux kernel) : The issue arises in acpi_nfit_ctl where a narrowing conversion from u64 to int can allow an invalid argument when nd_family is non-zero but its lower 32 bits are zero. Syzkaller warned that to_nfit_bus_uuid() may translate to a non-secondary bus family, and the fix...

7.1CVSS6.4AI score0.00202EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/04/16 2:11 p.m.134 views

CVE-2025-22038

CVE-2025-22038 concerns the Linux kernel, specifically the ksmbd path. The issue arises when accessing psid->sub_auth[psid->num_subauth - 1] without ensuring num_subauth is non-zero, which can cause an out-of-bounds read. The provided description states the patch adds a validation step to r...

8.3CVSS6.5AI score0.00549EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:11 p.m.17 views

CVE-2025-22029

...

SaveExploits0
CVE
CVE
added 2025/04/02 12:53 p.m.93 views

CVE-2025-21988

CVE-2025-21988 affects the Linux kernel function in the filesystem netfs: fs/netfs/read_collect.c. The issue occurs when multiple subrequests donate data to the same next request, and depending on completion order each donation overwrites the previous value in next->prev_donated. This leads to...

9.8CVSS7.4AI score0.00356EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/04/01 3:47 p.m.20 views

CVE-2025-21968 drm/amd/display: Fix slab-use-after-free on hdcp_work

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix slab-use-after-free on hdcpwork Why A slab-use-after-free is reported when HDCP is destroyed but the propertyvalidatedwork queue is still running. How Cancel the delayed work when destroying workqueue. cherry...

7.8CVSS7AI score
SaveExploits0References12
OSV
OSV
added 2025/04/01 3:47 p.m.17 views

CVE-2025-21967 ksmbd: fix use-after-free in ksmbd_free_work_struct

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbdfreeworkstruct -interimentry of ksmbdwork could be deleted after oplock is freed. We don't need to manage it with linked list. The interim request could be immediately sent whenever a oplock brea...

8.8CVSS6.9AI score
SaveExploits0References7
CVE
CVE
added 2025/04/01 3:41 p.m.135 views

CVE-2025-21936

CVE-2025-21936 affects the Linux kernel Bluetooth subsystem. The vulnerability arises from not checking the return value of mgmt_alloc_skb() in mgmt_device_connected(), leading to a potential null pointer dereference. The connected Azure/Tenable Nessus entries reference the advisory and state tha...

5.5CVSS7.2AI score0.00194EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/04/01 3:40 p.m.14 views

CVE-2025-21921 net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: netlink: Allow NULL nlattrs when getting a phydevice ethnlreqgetphydev is used to lookup a phydevice, in the case an ethtool netlink command targets a specific phydev within a netdev's topology. It takes as a...

5.9AI score
SaveExploits0References6
CVE
CVE
added 2025/04/01 3:40 p.m.94 views

CVE-2025-21902

CVE-2025-21902 affects the Linux kernel (ACPI backends for UCSI). The vulnerability arises from the ucsi core handling of CCI polling and ACPI-opregion synchronization: backends may rely on an unnecessary/unsafe sync, which can be triggered while notifications are disabled and lead to a spurious ...

5.5CVSS7.2AI score0.00195EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.10 views

CVE-2023-52995

In the Linux kernel, the following vulnerability has been resolved: riscv/kprobe: Fix instruction simulation of JALR Set kprobe at 'jalr 1140ra' of vfswrite results in the following crash: 32.092235 Unable to handle kernel access to user memory without uaccess routines at virtual address...

5.5CVSS5.2AI score0.00243EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:43 p.m.11 views

CVE-2023-52974 scsi: iscsi_tcp: Fix UAF during login when accessing the shost ipaddress

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Fix UAF during login when accessing the shost ipaddress If during iscsiswtcpsessioncreate iscsitcpr2tpoolalloc fails, userspace could be accessing the host's ipaddress attr. If we then free the session via...

7.8CVSS5.8AI score
SaveExploits0References10
OSV
OSV
added 2025/03/27 4:43 p.m.19 views

CVE-2022-49758 reset: uniphier-glue: Fix possible null-ptr-deref

In the Linux kernel, the following vulnerability has been resolved: reset: uniphier-glue: Fix possible null-ptr-deref It will cause null-ptr-deref when resourcesizeres invoked, if platformgetresource returns NULL...

5.5CVSS5AI score
SaveExploits0References6
CVE
CVE
added 2025/03/27 4:43 p.m.82 views

CVE-2022-49756

CVE-2022-49756 is about a Linux kernel issue in the USB sunplus PHY path. A null pointer dereference could occur in sp_usb_phy_probe() because platform_get_resource_byname() may fail and yield NULL, and devm_ioremap() could then use usbphy->moon4_res_mem->start as input. The fixes described...

5.5CVSS6.5AI score0.00163EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.23 views

CVE-2022-49755 usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Prevent race during ffsep0queuewait While performing fast composition switch, there is a possibility that the process of ffsep0write/ffsep0read get into a race condition due to ep0req being freed up from...

7.8CVSS0.00225EPSS
SaveExploits0References7
OSV
OSV
added 2025/03/27 4:37 p.m.11 views

CVE-2023-52940 mm: multi-gen LRU: fix crash during cgroup migration

In the Linux kernel, the following vulnerability has been resolved: mm: multi-gen LRU: fix crash during cgroup migration lrugenmigratemm assumes lrugenaddmm runs prior to itself. This isn't true for the following scenario: CPU 1 CPU 2 clone cgroupcanfork cgroupprocswrite cgrouppostfork tasklock...

5.6AI score
SaveExploits0References5
OSV
OSV
added 2025/03/27 4:37 p.m.15 views

CVE-2023-52938 usb: typec: ucsi: Don't attempt to resume the ports before they exist

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Don't attempt to resume the ports before they exist This will fix null pointer dereference that was caused by the driver attempting to resume ports that were not yet registered...

5.5CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2025/03/27 2:57 p.m.131 views

CVE-2025-21889

Technical details for CVE-2025-21889 are not publicly provided in the supplied documents. No affected products, root cause, or patch information are confirmed here. Monitor vendor advisories for updates.

7.8CVSS6.9AI score0.00192EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 2:57 p.m.6 views

CVE-2025-21883

In the Linux kernel, the following vulnerability has been resolved: ice: Fix deinitializing VF in error path If iceenavfs fails after calling icecreatevfentries, it frees all VFs without removing them from snapshot PF-VF mailbox list, leading to list corruption. Reproducer: devlink dev eswitch se...

7.8CVSS6AI score0.00197EPSS
SaveExploits0
Rows per page
Query Builder