Lucene search
+L

312 matches found

Debian CVE
Debian CVE
added 2024/07/29 2:32 p.m.19 views

CVE-2024-41054

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdclearcmd racing issue When ufshcdclearcmd is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by the ISR. And ufshcdclearcmd's call to...

5.5CVSS5.3AI score0.00288EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:32 p.m.39 views

CVE-2024-41052

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Init the count variable in collecting hot-reset devices The count variable is used without initialization, it results in mistakes in the device counting and crashes the userspace if the get hot reset info path is...

5.5CVSS5.3AI score0.00272EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:32 p.m.21 views

CVE-2024-41044

In the Linux kernel, the following vulnerability has been resolved: ppp: reject claimed-as-LCP but actually malformed packets Since 'pppasyncencode' assumes valid LCP packets with code from 1 to 7 inclusive, add 'pppcheckpacket' to ensure that LCP packet has an actual body beyond PPPLCP header...

5.5CVSS5.7AI score0.00287EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:32 p.m.23 views

CVE-2024-41043

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: drop bogus WARNON Happens when rules get flushed/deleted while packet is out, so remove this WARNON. This WARN exists in one form or another since v4.14, no need to backport this to older releases, henc...

5.5CVSS5.1AI score0.00232EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.31 views

CVE-2024-41030

In the Linux kernel, the following vulnerability has been resolved: ksmbd: discard write access to the directory open mayopen does not allow a directory to be opened with the write access. However, some writing flags set by client result in adding write access on server, making ksmbd incompatible...

5.5CVSS5.6AI score0.00288EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.20 views

CVE-2024-41031

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: skip to create PMD-sized page cache if needed On ARM64, HPAGEPMDORDER is 13 when the base page size is 64KB. The PMD-sized page cache can't be supported by xarray as the following error messages indicate. ------------...

5.5CVSS5.3AI score0.00288EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.31 views

CVE-2024-41029

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: limit cell sysfs permissions to main attribute ones The cell sysfs attribute should not provide more access to the nvmem data than the main attribute itself. For example if nvmeconfig::rootonly was set, the cell...

5.5CVSS6AI score0.00268EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 2:31 p.m.22 views

CVE-2024-41027

In the Linux kernel, the following vulnerability has been resolved: Fix userfaultfdapi to return EINVAL as expected Currently if we request a feature that is not set in the Kernel config we fail silently and return all the available features. However, the man page indicates we should return an...

3.3CVSS5.5AI score0.00282EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/29 1:34 p.m.14 views

CVE-2024-41022

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix signedness bug in sdmav40processtrapirq The "instance" variable needs to be signed for the error handling to work...

7CVSS5.5AI score0.0024EPSS
SaveExploits0
CVE
CVE
added 2024/07/29 6:37 a.m.119 views

CVE-2024-41019

CVE-2024-41019 affects the Linux kernel NTFS3 implementation (fs/ntfs3). The issue arises from insufficient validation when traversing the FF offset, where an out-of-bounds read could occur if the second FF is a large offset, despite an initial check on rt->first_free. The connected documents ...

7.8CVSS6.6AI score0.00221EPSS
SaveExploits0References7Affected Software1
RedhatCVE
RedhatCVE
added 2024/07/16 6:55 p.m.29 views

CVE-2024-40990

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Add check for srq maxsge attribute maxsge attribute is passed by the user, and is inserted and used unchecked, so verify that the value doesn't exceed maximum allowed value before using it. Mitigation Mitigation for th...

4.2CVSS8.2AI score0.0028EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 2:22 p.m.23 views

CVE-2024-39505

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: check for error-valued pointer komedapipelinegetstate may return an error-valued pointer, thus check the pointer for negative or null value before dereferencing. Mitigation Mitigation for this issue is either not...

4.4CVSS8.3AI score0.00283EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 12:25 p.m.24 views

CVE-2022-48850 net-sysfs: add check for netdevice being present to speed_show

In the Linux kernel, the following vulnerability has been resolved: net-sysfs: add check for netdevice being present to speedshow When bringing down the netdevice or system shutdown, a panic can be triggered while accessing the sysfs path because the device is already removed. 755.549084 mlx5core...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2024/07/16 11:44 a.m.95 views

CVE-2022-48830

CVE-2022-48830 : Linux kernel fix for a CAN bus race in isotp_rcv() that could race with concurrent CAN frame reception, causing skb_over_panic when skb length changes during isotp_rcv_cf()/isotp_rcv_ff(). The patch adds a spin_lock around isotp_rcv() to ensure state synchronization and data-stru...

8.8CVSS6.6AI score0.00313EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/07/16 8:3 a.m.26 views

CVE-2024-41008

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm-taskinfo handling This patch changes the handling and lifecycle of vm-taskinfo object. The major changes are: - vm-taskinfo is a dynamically allocated ptr now, and its uasge is reference counted. - introduci...

7.8CVSS5.6AI score0.00189EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 12:37 p.m.19 views

CVE-2024-40990 RDMA/mlx5: Add check for srq max_sge attribute

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Add check for srq maxsge attribute maxsge attribute is passed by the user, and is inserted and used unchecked, so verify that the value doesn't exceed maximum allowed value before using it...

7.8CVSS6AI score
SaveExploits0References10
OSV
OSV
added 2024/07/12 12:32 p.m.25 views

CVE-2024-40958 netns: Make get_net_ns() handle zero refcount net

In the Linux kernel, the following vulnerability has been resolved: netns: Make getnetns handle zero refcount net Syzkaller hit a warning: refcountt: addition on 0; use-after-free. WARNING: CPU: 3 PID: 7890 at lib/refcount.c:25 refcountwarnsaturate+0xdf/0x1d0 Modules linked in: CPU: 3 PID: 7890...

7.8CVSS5.9AI score
SaveExploits0References14
Debian CVE
Debian CVE
added 2024/07/10 7:18 a.m.45 views

CVE-2024-39493

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - Fix ADFDEVRESETSYNC memory leak Using completiondone to determine whether the caller has gone away only works after a complete call. Furthermore it's still possible that the caller has not yet called...

5.5CVSS5.5AI score0.00239EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/07/05 7:15 a.m.18 views

CVE-2024-39483

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked When requesting an NMI window, WARN on vNMI support being enabled if and only if NMIs are actually masked, i.e. if the vCPU is already handling an NMI. KVM's ABI fo...

7.1CVSS6.4AI score0.00227EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.16 views

CVE-2024-39483

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked When requesting an NMI window, WARN on vNMI support being enabled if and only if NMIs are actually masked, i.e. if the vCPU is already handling an NMI. KVM's ABI fo...

7.1CVSS6.2AI score0.00227EPSS
SaveExploits0
Rows per page
Query Builder