Lucene search
+L

9642 matches found

OSV
OSV
added 2024/10/21 6:15 p.m.10 views

AZL-51207 CVE-2024-49875 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserrio to avoid warning Ext4 will throw -EBADMSG through ext4readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mapping EBADMSG to nfserrio. nfsdbufferedreaddir iterated...

5.5CVSS6.3AI score0.00541EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 6:15 p.m.13 views

CVE-2024-49875

In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserrio to avoid warning Ext4 will throw -EBADMSG through ext4readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mapping EBADMSG to nfserrio. nfsdbufferedreaddir iterated...

7.5CVSS0.00541EPSS
SaveExploits0References9
OSV
OSV
added 2024/10/21 6:15 p.m.11 views

DEBIAN-CVE-2024-49870

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix dentry leak in cachefilesopenfile A dentry leak may be caused when a lookup cookie and a cull are concurrent: P1 | P2 ----------------------------------------------------------- cachefileslookupcookie...

5.5CVSS5.6AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 6:15 p.m.10 views

CVE-2024-49870

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix dentry leak in cachefilesopenfile A dentry leak may be caused when a lookup cookie and a cull are concurrent: P1 | P2 ----------------------------------------------------------- cachefileslookupcookie...

5.5CVSS0.00236EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 6:15 p.m.12 views

UBUNTU-CVE-2024-49890

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fwinfo is not null before using it This resolves the dereference null return value warning reported by Coverity...

5.5CVSS6.2AI score0.0025EPSS
SaveExploits0References32
OSV
OSV
added 2024/10/21 6:15 p.m.17 views

UBUNTU-CVE-2024-49870

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix dentry leak in cachefilesopenfile A dentry leak may be caused when a lookup cookie and a cull are concurrent: P1 | P2 ----------------------------------------------------------- cachefileslookupcookie...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References23
OSV
OSV
added 2024/10/21 6:15 p.m.4 views

UBUNTU-CVE-2024-49980

In the Linux kernel, the following vulnerability has been resolved: vrf: revert "vrf: Remove unnecessary RCU-bh critical section" This reverts commit 504fc6f4f7f681d2a03aa5f68aad549d90eab853. devqueuexmitnit is expected to be called with BH disabled. devqueuexmit has the following: / Disable soft...

5.5CVSS6.2AI score0.00178EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.31 views

CVE-2024-49980 vrf: revert "vrf: Remove unnecessary RCU-bh critical section"

In the Linux kernel, the following vulnerability has been resolved: vrf: revert "vrf: Remove unnecessary RCU-bh critical section" This reverts commit 504fc6f4f7f681d2a03aa5f68aad549d90eab853. devqueuexmitnit is expected to be called with BH disabled. devqueuexmit has the following: / Disable soft...

0.00178EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.31 views

CVE-2024-49966 ocfs2: cancel dqi_sync_work before freeing oinfo

In the Linux kernel, the following vulnerability has been resolved: ocfs2: cancel dqisyncwork before freeing oinfo ocfs2globalreadinfo will initialize and schedule dqisyncwork at the end, if error occurs after successfully reading global quota, it will trigger the following warning with...

7.8CVSS0.00269EPSS
SaveExploits0References9
CVE
CVE
added 2024/10/21 6:02 p.m.127 views

CVE-2024-49947

CVE-2024-49947 affects the Linux kernel net stack, specifically a vulnerability in virtio_net_hdr_to_skb() where an incorrectly set skb->csum_start could place the transport header before or after the network header when processing injected packets via af_packet. Syzbot-triggered warnings show...

5.5CVSS6.7AI score0.00236EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/10/21 6:02 p.m.15 views

CVE-2024-49947 net: test for not too small csum_start in virtio_net_hdr_to_skb()

In the Linux kernel, the following vulnerability has been resolved: net: test for not too small csumstart in virtionethdrtoskb syzbot was able to trigger this warning 1, after injecting a malicious packet through afpacket, setting skb-csumstart and thus the transport header to an incorrect value...

6AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 6:01 p.m.15 views

CVE-2024-49882 ext4: fix double brelse() the buffer of the extents path

In the Linux kernel, the following vulnerability has been resolved: ext4: fix double brelse the buffer of the extents path In ext4exttrytomergeup, set path1.pbh to NULL after it has been released, otherwise it may be released twice. An example of what triggers this is as follows: split2 map split...

7.2AI score0.00319EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/10/21 6:01 p.m.30 views

CVE-2024-49882 ext4: fix double brelse() the buffer of the extents path

In the Linux kernel, the following vulnerability has been resolved: ext4: fix double brelse the buffer of the extents path In ext4exttrytomergeup, set path1.pbh to NULL after it has been released, otherwise it may be released twice. An example of what triggers this is as follows: split2 map split...

7.8CVSS0.00319EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/10/21 6:01 p.m.38 views

CVE-2024-49875 nfsd: map the EBADMSG to nfserr_io to avoid warning

In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserrio to avoid warning Ext4 will throw -EBADMSG through ext4readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mapping EBADMSG to nfserrio. nfsdbufferedreaddir iterated...

7.5CVSS0.00541EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 6:01 p.m.17 views

CVE-2024-49875 nfsd: map the EBADMSG to nfserr_io to avoid warning

In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserrio to avoid warning Ext4 will throw -EBADMSG through ext4readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mapping EBADMSG to nfserrio. nfsdbufferedreaddir iterated...

6.6AI score0.00541EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 6:01 p.m.24 views

CVE-2024-49875 nfsd: map the EBADMSG to nfserr_io to avoid warning

In the Linux kernel, the following vulnerability has been resolved: nfsd: map the EBADMSG to nfserrio to avoid warning Ext4 will throw -EBADMSG through ext4readdir when a checksum error occurs, resulting in the following WARNING. Fix it by mapping EBADMSG to nfserrio. nfsdbufferedreaddir iterated...

7.5CVSS5.9AI score
SaveExploits0References12
CVE
CVE
added 2024/10/21 6:01 p.m.172 views

CVE-2024-49870

CVE-2024-49870 (Linux kernel, cachefiles) summary : The vulnerability arises in cachefiles when a dentry leak can occur if a lookup cookie and a cull run concurrently in cachefiles_open_file(). The leak happens because the code path may fail to release a reference to a dentry, potentially leaving...

5.5CVSS5.2AI score0.00236EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/10/21 6:01 p.m.13 views

CVE-2024-49870 cachefiles: fix dentry leak in cachefiles_open_file()

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix dentry leak in cachefilesopenfile A dentry leak may be caused when a lookup cookie and a cull are concurrent: P1 | P2 ----------------------------------------------------------- cachefileslookupcookie...

6.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/10/21 6:01 p.m.18 views

CVE-2024-49870

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix dentry leak in cachefilesopenfile A dentry leak may be caused when a lookup cookie and a cull are concurrent: P1 | P2 ----------------------------------------------------------- cachefileslookupcookie...

5.5CVSS5.6AI score0.00236EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/10/21 4:08 p.m.26 views

CVE-2024-47724

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: use work queue to process beacon tx event Commit 3a415daa3e8b "wifi: ath11k: add P2P IE in beacon template" from Feb 28, 2024 linux-next, leads to the following Smatch static checker warning:...

5.5CVSS7AI score0.00338EPSS
SaveExploits0References4
Rows per page
Query Builder