Lucene search
+L

1738 matches found

Cvelist
Cvelist
added 2024/05/21 3:31 p.m.23 views

CVE-2023-52840 Input: synaptics-rmi4 - fix use after free in rmi_unregister_function()

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - fix use after free in rmiunregisterfunction The putdevice calls rmireleasefunction which frees "fn" so the dereference on the next line "fn-numofirqs" is a use after free. Move the putdevice to the end to...

6.6AI score0.00242EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.38 views

CVE-2023-52835

In the Linux kernel, the following vulnerability has been resolved: perf/core: Bail out early if the request AUX area is out of bound When perf-record with a large AUX area, e.g 4GB, it fails with: perf record -C 0 -m ,4G -e armspe0// -- sleep 1 failed to mmap with 12 Cannot allocate memory and i...

7.8CVSS7.2AI score0.00253EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:31 p.m.174 views

CVE-2023-52834

CVE-2023-52834: Linux kernel DMA RX overflow issue in atl1c/alx drivers resolved. Root cause: RX overflow caused by problematic skb handling; fix replaces custom allocator with address check and skb_reserve() to steer away from 0x…fc0 addresses. A simpler workaround implemented for the alx driver...

7.5CVSS7AI score0.00646EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.50 views

CVE-2023-52834 atl1c: Work around the DMA RX overflow issue

In the Linux kernel, the following vulnerability has been resolved: atl1c: Work around the DMA RX overflow issue This is based on alx driver commit 881d0327db37 "net: alx: Work around the DMA RX overflow issue". The alx and atl1c drivers had RX overflow error which was why a custom allocator was...

7.5CVSS6.7AI score0.00646EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.44 views

CVE-2023-52826

In the Linux kernel, the following vulnerability has been resolved: drm/panel/panel-tpo-tpg110: fix a possible null pointer dereference In tpg110getmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a NULL pointer dereference on failure of drmmodeduplicate. Add a...

5.5CVSS7.1AI score0.00241EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.46 views

CVE-2023-52824

Removed by vendor...

5.3AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.51 views

CVE-2023-52822

Removed by vendor...

5.1AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.21 views

CVE-2023-52803 SUNRPC: Fix RPC client cleaned up the freed pipefs dentries

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix RPC client cleaned up the freed pipefs dentries RPC client pipefs dentries cleanup is in separated rpcremovepipedir workqueue,which takes care about pipefs superblock locking. In some special scenarios, when kernel...

6.6AI score0.00236EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.22 views

CVE-2023-52804 fs/jfs: Add validity check for db_maxag and db_agpref

In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add validity check for dbmaxag and dbagpref Both dbmaxag and dbagpref are used as the index of the dbagfree array, but there is currently no validity check for dbmaxag and dbagpref, which can lead to errors. The following...

7.8CVSS6.7AI score0.00255EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.23 views

CVE-2023-52799 jfs: fix array-index-out-of-bounds in dbFindLeaf

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbFindLeaf Currently while searching for dmtreet for sufficient free blocks there is an array out of bounds while getting element in tp-dmstree. To add the required check for out of bound we...

7.8CVSS6.8AI score0.00255EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.19 views

CVE-2023-52789 tty: vcc: Add check for kstrdup() in vcc_probe()

In the Linux kernel, the following vulnerability has been resolved: tty: vcc: Add check for kstrdup in vccprobe Add check for the return value of kstrdup and return the error, if it fails in order to avoid NULL pointer dereference...

6.8AI score0.00246EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.47 views

CVE-2023-52784 bonding: stop the device in bond_setup_by_slave()

In the Linux kernel, the following vulnerability has been resolved: bonding: stop the device in bondsetupbyslave Commit 9eed321cde22 "net: lapbether: only support ethernet devices" has been able to keep syzbot away from net/lapb, until today. In the following splat 1, the issue is that a lapbethe...

6.1AI score0.00242EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.21 views

CVE-2023-52777 wifi: ath11k: fix gtk offload status event locking

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix gtk offload status event locking The ath11k active pdevs are protected by RCU but the gtk offload status event handling code calling ath11kmacgetarvifbyvdevid was not marked as a read-side critical section. Mark...

7.8CVSS7AI score0.00241EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.39 views

CVE-2023-52770 f2fs: split initial and dynamic conditions for extent_cache

In the Linux kernel, the following vulnerability has been resolved: f2fs: split initial and dynamic conditions for extentcache Let's allocate the extentcache tree without dynamic conditions to avoid a missing condition causing a panic as below. create a file w/ a compressed flag disable the...

6.4AI score0.00236EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.23 views

CVE-2023-52766 i3c: mipi-i3c-hci: Fix out of bounds access in hci_dma_irq_handler

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix out of bounds access in hcidmairqhandler Do not loop over ring headers in hcidmairqhandler that are not allocated and enabled in hcidmainit. Otherwise out of bounds access will occur from rings-headersi...

7.8CVSS6.8AI score0.00248EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.31 views

CVE-2023-52763 i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DAT_data.

In the Linux kernel, the following vulnerability has been resolved: i3c: master: mipi-i3c-hci: Fix a kernel panic for accessing DATdata. The i3cmasterbusinit function may attach the I2C devices before the I3C bus initialization. In this flow, the DAT allocentry will be used before the DAT init...

6.7AI score0.00236EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 3:23 p.m.34 views

CVE-2023-52745 IB/IPoIB: Fix legacy IPoIB due to wrong number of queues

In the Linux kernel, the following vulnerability has been resolved: IB/IPoIB: Fix legacy IPoIB due to wrong number of queues The cited commit creates child PKEY interfaces over netlink will multiple tx and rx queues, but some devices doesn't support more than 1 tx and 1 rx queues. This causes to ...

7.8CVSS6.3AI score0.0026EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/21 3:23 p.m.149 views

CVE-2023-52740

The CVE-2023-52740 issue affects the Linux kernel on powerpc64s where a race occurs during interrupt exit with security mitigations (RFI/STF). The root cause is that the interrupt_exit_not_reentrant condition can be flipped concurrently with the interrupt exit tests that set MSR[EE|RI], and then ...

4.7CVSS6.8AI score0.00179EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:22 p.m.60 views

CVE-2023-52704 freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL

In the Linux kernel, the following vulnerability has been resolved: freezer,umh: Fix callusermodehelperexec vs SIGKILL Tetsuo-San noted that commit f5d39b020809 "freezer,sched: Rewrite core freezer logic" broke callusermodehelperexec for the KILLABLE case. Specifically it was missed that the...

7.8CVSS6.5AI score0.00216EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 3:22 p.m.19 views

CVE-2023-52701 net: use a bounce buffer for copying skb->mark

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

5.2AI score
SaveExploits0References5
Rows per page
Query Builder