Lucene search
+L

19772 matches found

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

DEBIAN-CVE-2024-49966

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.8CVSS6.2AI score0.00269EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 6:15 p.m.•9 views

DEBIAN-CVE-2024-49956

In the Linux kernel, the following vulnerability has been resolved: gfs2: fix double destroyworkqueue error When gfs2fillsuper fails, destroyworkqueue is called within gfs2glhashclear, and the subsequent code path calls destroyworkqueue on the same work queue again. This issue can be fixed by...

5.5CVSS5.5AI score0.00219EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 6:15 p.m.•18 views

AZL-52922 CVE-2024-49902 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: jfs: check if leafidx greater than num leaves per dmap tree syzbot report a out of bounds in dbSplit, it because dmtleafidx greater than num leaves per dmap tree, add a checking for dmtleafidx in dbFindLeaf. Shaggy: Modified sani...

5.5CVSS6.7AI score0.00287EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 6:15 p.m.•8 views

DEBIAN-CVE-2024-49902

In the Linux kernel, the following vulnerability has been resolved: jfs: check if leafidx greater than num leaves per dmap tree syzbot report a out of bounds in dbSplit, it because dmtleafidx greater than num leaves per dmap tree, add a checking for dmtleafidx in dbFindLeaf. Shaggy: Modified sani...

5.5CVSS5.7AI score0.00287EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 6:15 p.m.•9 views

DEBIAN-CVE-2024-49889

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid use-after-free in ext4extshowleaf In ext4findextent, path may be freed by error or be reallocated, so using a previously saved ppath may have been freed and thus may trigger use-after-free, as follows: ext4splitextent...

7.8CVSS6AI score0.00257EPSS
SaveExploits0References1
OSV
OSV
•added 2024/10/21 6:15 p.m.•12 views

AZL-51222 CVE-2024-49875 affecting package kernel for versions less than 5.15.173.1-1

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
OSV
OSV
•added 2024/10/21 6:15 p.m.•12 views

UBUNTU-CVE-2024-49957

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix null-ptr-deref when journal load failed. During the mounting process, if journalreset fails because of too short journal, then lead to jbd2journalload fails with NULL jsbbuffer. Subsequently, ocfs2journalshutdown calls...

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

UBUNTU-CVE-2024-49903

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uaf in dbFreeBits syzbot reported ================================================================== BUG: KASAN: slab-use-after-free in mutexlockcommon kernel/locking/mutex.c:587 inline BUG: KASAN: slab-use-after-free in...

7CVSS6.4AI score0.00255EPSS
SaveExploits0References43
OSV
OSV
•added 2024/10/21 6:15 p.m.•12 views

UBUNTU-CVE-2024-49877

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix possible null-ptr-deref in ocfs2setbufferuptodate When doing cleanup, if flags without OCFS2BHREADAHEAD, it may trigger NULL pointer dereference in the following ocfs2setbufferuptodate if bh is NULL...

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

UBUNTU-CVE-2024-49902

In the Linux kernel, the following vulnerability has been resolved: jfs: check if leafidx greater than num leaves per dmap tree syzbot report a out of bounds in dbSplit, it because dmtleafidx greater than num leaves per dmap tree, add a checking for dmtleafidx in dbFindLeaf. Shaggy: Modified sani...

7.8CVSS6.2AI score0.00287EPSS
SaveExploits0References49
OSV
OSV
•added 2024/10/21 6:15 p.m.•18 views

UBUNTU-CVE-2024-49996

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix buffer overflow when parsing NFS reparse points ReparseDataLength is sum of the InodeType size and DataBuffer size. So to get DataBuffer size it is needed to subtract InodeType's size from ReparseDataLength. Function...

9.4CVSS6.4AI score0.00789EPSS
SaveExploits0References44
OSV
OSV
•added 2024/10/21 6:15 p.m.•15 views

UBUNTU-CVE-2024-49887

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't panic system for no free segment fault injection f2fs: fix to don't panic system for no free segment fault injection syzbot reports a f2fs bug as below: F2FS-fs loop0: inject no free segment in getnewsegment of...

5.5CVSS6.6AI score0.00262EPSS
SaveExploits0References18
OSV
OSV
•added 2024/10/21 6:15 p.m.•11 views

UBUNTU-CVE-2024-49974

In the Linux kernel, the following vulnerability has been resolved: NFSD: Limit the number of concurrent async COPY operations Nothing appears to limit the number of concurrent async COPY operations that clients can start. In addition, AFAICT each async COPY can copy an unlimited number of 4MB...

5.5CVSS6.2AI score0.00275EPSS
SaveExploits0References40
OSV
OSV
•added 2024/10/21 6:15 p.m.•14 views

UBUNTU-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.5CVSS6.1AI score0.00541EPSS
SaveExploits0References32
OSV
OSV
•added 2024/10/21 6:15 p.m.•21 views

UBUNTU-CVE-2024-49999

In the Linux kernel, the following vulnerability has been resolved: afs: Fix the setting of the server responding flag In afswaitforoperation, we set transcribe the call responded flag to the server record that we used after doing the fileserver iteration loop - but it's possible to exit the loop...

7.5CVSS6.2AI score0.00572EPSS
SaveExploits0References20
CVE
CVE
•added 2024/10/21 6:02 p.m.•182 views

CVE-2024-49966

CVE-2024-49966 in the Linux kernel (OCFS2) fixes a bug where an active delayed work could remain when freeing oinfo after an error in global quota read, triggering a warning. The patch cancels the dqi_sync_work before freeing oinfo and changes the read_file_info error path to return a status inst...

7.8CVSS8.3AI score0.00269EPSS
SaveExploits0References11Affected Software1
CVE
CVE
•added 2024/10/21 6:01 p.m.•166 views

CVE-2024-49900

CVE-2024-49900 (Linux kernel) : Fixes an uninitialized access in jfs/xattr.c where ea_buf->new_ea was not initialized, causing an uninit-value path observed by KMSAN in lzo1x_1_do_compress. The patch initializes the buffer by applying memset at the start of ea_get(), preventing uninitialized w...

7.1CVSS6.6AI score0.0028EPSS
SaveExploits0References13Affected Software1
SUSE CVE
SUSE CVE
•added 2024/10/21 3:47 p.m.•9 views

SUSE CVE-2024-47692

In the Linux kernel, the following vulnerability has been resolved: nfsd: return -EINVAL when namelen is 0 When we have a corrupted main.sqlite in /var/lib/nfs/nfsdcld/, it may result in namelen being 0, which will cause memdupuser to return ZEROSIZEPTR. When we access the name.data that has been...

5.5CVSS6.3AI score0.0116EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2024/10/21 3:46 p.m.•8 views

SUSE CVE-2024-47723

In the Linux kernel, the following vulnerability has been resolved: jfs: fix out-of-bounds in dbNextAG and diAlloc In dbNextAG , there is no check for the case where bmp-dbnumag is greater or same than MAXAG due to a polluted image, which causes an out-of-bounds. Therefore, a bounds check should ...

7.8CVSS6.4AI score0.00287EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
•added 2024/10/21 3:46 p.m.•21 views

SUSE CVE-2024-47737

In the Linux kernel, the following vulnerability has been resolved: nfsd: call cacheput if xdrreservespace returns NULL If not enough buffer space available, but idmaplookup has triggered lookupfn which calls cacheget and returns successfully. Then we missed to call cacheput here which pairs with...

3.3CVSS6.7AI score0.00277EPSS
SaveExploits0References21
Rows per page
Query Builder