Lucene search
+L

3624 matches found

OSV
OSV
added 2024/03/26 6:15 p.m.14 views

UBUNTU-CVE-2023-52622

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4 filesystem with a oversized flexbgsize, mkfs.ext4 -F -G 67108864 $dev -b 4096 100M mount $dev $dir resize2fs $dev 16G the following WARNO...

5.5CVSS6.1AI score0.00243EPSS
SaveExploits0References26
OSV
OSV
added 2024/03/25 10:15 a.m.6 views

UBUNTU-CVE-2021-47168

In the Linux kernel, the following vulnerability has been resolved: NFS: fix an incorrect limit in filelayoutdecodelayout The "sizeofstruct nfsfh" is two bytes too large and could lead to memory corruption. It should be NFSMAXFHSIZE because that's the size of the -data buffer. I reversed the size...

9.8CVSS6.2AI score0.0076EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/03/19 3:50 a.m.3 views

SUSE CVE-2021-47126

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix KASAN: slab-out-of-bounds Read in fib6nhflushexceptions Reported by syzbot: HEAD commit: 90c911ad Merge tag 'fixes' of git://git.kernel.org/pub/scm.. git tree:...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/03/19 3:36 a.m.5 views

SUSE CVE-2024-26632

In the Linux kernel, the following vulnerability has been resolved: block: Fix iterating over an empty bio with bioforeachfolioall If the bio contains no data, biofirstfolio calls pagefolio on a NULL pointer and oopses. Move the test that we've reached the end of the bio from bionextfolio to...

4.4CVSS6.8AI score0.00236EPSS
SaveExploits0References10
OSV
OSV
added 2024/03/18 11:15 a.m.2 views

DEBIAN-CVE-2024-26631

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: fix data-race in ipv6mcdown / mldifcwork idev-mcifccount can be written over without proper locking. Originally found by syzbot 1, fix this issue by encapsulating calls to mldifcstopwork and mldgqstopwork for good...

4.7CVSS5.3AI score0.00186EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/18 11:15 a.m.5 views

UBUNTU-CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/03/14 12:0 a.m.11 views

PT-2024-3374 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.7.0 Description: The issue is related to a use-after-free problem in the f2fs filemap fault function. This occurs because vmf-vma may not be alive after filemap fault, potentially causing a use-after-free issu...

9.1CVSS6.6AI score0.01635EPSS
SaveExploits0References665
SUSE CVE
SUSE CVE
added 2024/03/05 4:49 a.m.6 views

SUSE CVE-2021-47072

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix removed dentries still existing after log is synced When we move one inode from one directory to another and both the inode and its previous parent directory were logged before, we are not supposed to have the dentry f...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/04 6:15 p.m.2 views

DEBIAN-CVE-2021-47096

In the Linux kernel, the following vulnerability has been resolved: ALSA: rawmidi - fix the uninitalized userpversion The userpversion was uninitialized for the user space file structure in the open function, because the file private structure use kmalloc for the allocation. The kernel ALSA...

4CVSS5.5AI score0.00208EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/03/03 9:31 a.m.30 views

CVE-2021-47069

A flaw was found in the Linux kernel’s IPC system. This flaw allows an attacker to use a specially crafted program to cause a rare race condition, leading to a denial of service. Mitigation Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to...

5.5CVSS7AI score0.00261EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/02 10:15 p.m.6 views

UBUNTU-CVE-2023-52499

In the Linux kernel, the following vulnerability has been resolved: powerpc/47x: Fix 47x syscall return crash Eddie reported that newer kernels were crashing during boot on his 476 FSP2 system: kernel tried to execute user page b7ee2000 - exploit attempt? uid: 0 BUG: Unable to handle kernel...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/02 10:15 p.m.5 views

UBUNTU-CVE-2023-52577

In the Linux kernel, the following vulnerability has been resolved: dccp: fix dccpv4err/dccpv6err again dh-dccphx is the 9th byte offset 8 in "struct dccphdr", not in the "byte 7" as Jann claimed. We need to make sure the ICMP messages are big enough, using more standard ways no more assumptions...

5.5CVSS5.7AI score0.00229EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/28 9:15 a.m.2 views

DEBIAN-CVE-2020-36783

In the Linux kernel, the following vulnerability has been resolved: i2c: img-scb: fix reference leak when pmruntimegetsync fails The PM reference count is not expected to be incremented on return in functions imgi2cxfer and imgi2cinit. However, pmruntimegetsync will increment the PM reference cou...

5.5CVSS5.4AI score0.00227EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:4 p.m.4 views

CVE-2021-46952

In the Linux kernel, the following vulnerability has been resolved: NFS: fscontext: validate UDP retrans to prevent shift out-of-bounds Fix shift out-of-bounds in xprtcalcmajortimeo. This is caused by a garbage timeout retrans mount option being passed to nfs mount, in this case from syzkaller. I...

7.1CVSS6.3AI score0.00281EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/02/27 7:4 p.m.3 views

UBUNTU-CVE-2021-46958

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between transaction aborts and fsyncs leading to use-after-free There is a race between a task aborting a transaction during a commit, a task doing an fsync and the transaction kthread, which leads to an...

7.8CVSS6.2AI score0.00243EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2024/02/26 6:15 p.m.4 views

CVE-2019-25162

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

7.8CVSS6.3AI score0.00378EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/02/26 4:27 p.m.3 views

DEBIAN-CVE-2023-52467

In the Linux kernel, the following vulnerability has been resolved: mfd: syscon: Fix null pointer dereference in ofsysconregister kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS5.3AI score0.00278EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/25 8:16 a.m.8 views

CVE-2023-52471 ice: Fix some null pointer dereference issues in ice_ptp.c

In the Linux kernel, the following vulnerability has been resolved: ice: Fix some null pointer dereference issues in iceptp.c devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

6.5AI score
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/02/24 3:17 a.m.5 views

SUSE CVE-2023-52447

In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpfmapfdputptr decreases the...

6.7CVSS6.3AI score0.00247EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2024/01/30 1:28 p.m.8 views

kernel: vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF

In the Linux kernel, the following vulnerability has been resolved: vcscreen: move load of struct vcdata pointer in vcsread to avoid UAF After a call to consoleunlock in vcsread the vcdata struct can be freed by vcdeallocate. Because of that, the struct vcdata pointer load must be done at the top...

7.8CVSS6.3AI score0.00279EPSS
SaveExploits0References5
Rows per page
Query Builder