Lucene search
+L

6346 matches found

OSV
OSV
added 2024/11/19 5:19 p.m.19 views

CVE-2024-50303 resource,kexec: walk_system_ram_res_rev must retain resource flags

In the Linux kernel, the following vulnerability has been resolved: resource,kexec: walksystemramresrev must retain resource flags walksystemramresrev erroneously discards resource flags when passing the information to the callback. This causes systems with IORESOURCESYSRAMDRIVERMANAGED memory to...

5.5CVSS6.1AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/11/19 1:53 p.m.9 views

CVE-2024-50284

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xastore error check xastore can fail, it return xaerr-EINVAL if the entry cannot be stored in an XArray, or xaerr-ENOMEM if memory allocation failed, so check error for xastore to fix it...

5.5CVSS6.5AI score0.00538EPSS
SaveExploits0References4
NVD
NVD
added 2024/11/19 2:16 a.m.37 views

CVE-2024-50299

In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in sctpsfootb A size validation fix similar to that in Commit 50619dbf8db7 "sctp: add size validation when walking chunks" is also required in sctpsfootb to address a crash reported by syzbot:...

8.2CVSS0.00622EPSS
SaveExploits0References13
NVD
NVD
added 2024/11/19 2:16 a.m.17 views

CVE-2024-50288

In the Linux kernel, the following vulnerability has been resolved: media: vivid: fix buffer overwrite when using 32 buffers The maximum number of buffers that can be requested was increased to 64 for the video capture queue. But video capture used a mustblank array that was still sized for 32...

7.8CVSS0.00204EPSS
SaveExploits0References2
NVD
NVD
added 2024/11/19 2:16 a.m.17 views

CVE-2024-50296

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash when uninstalling driver When the driver is uninstalled and the VF is disabled concurrently, a kernel crash occurs. The reason is that the two actions call function pcidisablesriov. The numVFs is check...

5.5CVSS0.00254EPSS
SaveExploits0References10
NVD
NVD
added 2024/11/19 2:16 a.m.24 views

CVE-2024-50293

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS0.00213EPSS
SaveExploits0References2
NVD
NVD
added 2024/11/19 2:16 a.m.21 views

CVE-2024-50274

In the Linux kernel, the following vulnerability has been resolved: idpf: avoid vport access in idpfgetlinkksettings When the device control plane is removed or the platform running device control plane is rebooted, a reset is detected on the driver. On driver reset, it releases the resources and...

7.8CVSS0.00231EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.51 views

CVE-2024-50301 security/keys: fix slab-out-of-bounds in key_task_permission

In the Linux kernel, the following vulnerability has been resolved: security/keys: fix slab-out-of-bounds in keytaskpermission KASAN reports an out of bounds read: BUG: KASAN: slab-out-of-bounds in kuidval include/linux/uidgid.h:36 BUG: KASAN: slab-out-of-bounds in uideq include/linux/uidgid.h:63...

7.8CVSS0.00282EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.23 views

CVE-2024-50299

In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in sctpsfootb A size validation fix similar to that in Commit 50619dbf8db7 "sctp: add size validation when walking chunks" is also required in sctpsfootb to address a crash reported by syzbot:...

8.2CVSS5.7AI score0.00622EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.42 views

CVE-2024-50299 sctp: properly validate chunk size in sctp_sf_ootb()

In the Linux kernel, the following vulnerability has been resolved: sctp: properly validate chunk size in sctpsfootb A size validation fix similar to that in Commit 50619dbf8db7 "sctp: add size validation when walking chunks" is also required in sctpsfootb to address a crash reported by syzbot:...

8.2CVSS0.00622EPSS
SaveExploits0References8
CVE
CVE
added 2024/11/19 1:30 a.m.135 views

CVE-2024-50298

Public details for CVE-2024-50298 are not provided in the connected documents; the initial description contains details, but there are no additional technical specifics available here.

5.5CVSS6.3AI score0.00218EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.28 views

CVE-2024-50297 net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts Enqueue packets in dql after dma engine starts causes race condition. Tx transfer starts once dma engine is started and may execute dql dequeue in completion...

7.5CVSS0.00274EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.15 views

CVE-2024-50295

In the Linux kernel, the following vulnerability has been resolved: net: arc: fix the device for dmamapsingle/dmaunmapsingle The ndev-dev and pdev-dev aren't the same device, use ndev-dev.parent which has dmamask, ndev-dev.parent is just pdev-dev. Or it would cause the following issue: 39.933526...

5.5CVSS5.7AI score0.00229EPSS
SaveExploits0
CVE
CVE
added 2024/11/19 1:30 a.m.127 views

CVE-2024-50295

CVE-2024-50295 : In the Linux kernel, the arc net driver fix addresses a DMA mapping issue where ndev->dev and pdev->dev may not be the same device. The correct device used for dma_map_single/dma_unmap_single is ndev->dev.parent, since ndev->dev.parent has the dma_mask, whereas ndev-&...

5.5CVSS6.6AI score0.00229EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.38 views

CVE-2024-50293 net/smc: do not leave a dangling sk pointer in __smc_create()

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS0.00213EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.29 views

CVE-2024-50293

In the Linux kernel, the following vulnerability has been resolved: net/smc: do not leave a dangling sk pointer in smccreate Thanks to commit 4bbd360a5084 "socket: Print pf-create when it does not clear sock-sk on failure.", syzbot found an issue with AFSMC: smccreate must clear sock-sk on failur...

7.8CVSS6.2AI score0.00213EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 1:30 a.m.12 views

CVE-2024-50292 ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove

In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: spdifrx: fix dma channel release in stm32spdifrxremove In case of error when requesting ctrlchan DMA channel, ctrlchan is not null. So the release of the dma channel leads to the following issue: 4.879000...

5.5CVSS5.9AI score
SaveExploits0References11
CVE
CVE
added 2024/11/19 1:30 a.m.117 views

CVE-2024-50291

CVE-2024-50291 concerns Linux kernel media/dvb-core, where a missing buffer index validation in dvb_vb2_expbuf() (and related dvb_vb2.c handling) was fixed. Connected advisory notes describe a vulnerability in dvb_vb2_querybuf() that could allow an attacker to compromise protected information int...

7.8CVSS6.8AI score0.00201EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.15 views

CVE-2024-50290

In the Linux kernel, the following vulnerability has been resolved: media: cx24116: prevent overflows on SNR calculus as reported by Coverity, if reading SNR registers fail, a negative number will be returned, causing an underflow when reading SNR registers. Prevent that...

5.5CVSS5.6AI score0.00254EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.42 views

CVE-2024-50286 ksmbd: fix slab-use-after-free in ksmbd_smb2_session_create

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in ksmbdsmb2sessioncreate There is a race condition between ksmbdsmb2sessioncreate and ksmbdexpiresession. This patch add missing sessionstablelock while adding/deleting session from global session...

9.8CVSS0.00669EPSS
SaveExploits0References4
Rows per page
Query Builder