Lucene search
+L

121 matches found

SUSE CVE
SUSE CVE
added 2024/08/09 1:40 a.m.4 views

SUSE CVE-2024-42252

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

4.7CVSS6.5AI score0.00214EPSS
SaveExploits0References11
OSV
OSV
added 2024/08/08 9:15 a.m.6 views

UBUNTU-CVE-2024-42252

In the Linux kernel, the following vulnerability has been resolved: closures: Change BUGON to WARNON If a BUGON can be hit in the wild, it shouldn't be a BUGON For reference, this has popped up once in the CI, and we'll need more info to debug it: 03240 ------------ cut here ------------ 03240...

5.5CVSS6.2AI score0.00214EPSS
SaveExploits0References45
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.13 views

kernel: dyndbg: fix old BUG_ON in >control parser

In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUGON in control parser The Linux kernel CVE team has assigned CVE-2024-35947 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051952-CVE-2024-35947-09bb@gregkh/T...

5.5CVSS6.8AI score0.00267EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/24 2:3 p.m.11 views

kernel: scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool

In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Remove BUGON in the case of an empty event pool In practice the driver should never send more commands than are allocated to a queue's event pool. In the unlikely event that this happens, the code asserts a BUGON, a...

5.5CVSS6.8AI score0.0025EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/06/25 12:0 a.m.6 views

PT-2024-27935

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.8 Description The Linux kernel has a vulnerability that can cause rare kernel crashes due to bad page status error messages. This issue is caused by a race condition between thread A allocating an extent buffer...

9.8CVSS6.7AI score0.00788EPSS
SaveExploits1References258
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.5 views

kernel: ext4: fix bug_on in __es_tree_search caused by bad boot loader inode

A flaw was identified in the ext4 filesystem implementation in the Linux kernel where a malformed or improperly initialized boot loader inode could trigger a BUGON condition inside the estreesearch function. This occurs when the inode’s mode imode is an unexpected type and the code does not...

7.3AI score0.00213EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/01 1:15 p.m.11 views

UBUNTU-CVE-2024-27032

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULTBLOCK is on, it is possible that f2fsreservenewblock will return -ENOSPC during recovery, then it may trigger panic. Also, if fault injection rate is 1 a...

6.3CVSS6AI score0.00291EPSS
SaveExploits0References13
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.5 views

kernel: ext4: set goal start correctly in ext4_mb_normalize_request

A flaw was found in the Linux kernel's ext4 filesystem block allocator. In ext4mbnormalizerequest, the goal start was being set incorrectly acfex instead of acgex, and boundary validation was missing. Without proper range checking, an underflow in ar-pright - size could pass an invalid value to...

5.7AI score0.00172EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 3:15 p.m.6 views

UBUNTU-CVE-2024-26685

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential bug in endbufferasyncwrite According to a syzbot report, endbufferasyncwrite, which handles the completion of block device writes, may detect abnormal condition of the buffer asyncwrite flag and cause a BUGO...

5.5CVSS6.2AI score0.0025EPSS
SaveExploits0References29
OSV
OSV
added 2024/02/28 9:15 a.m.5 views

UBUNTU-CVE-2021-46988

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: release page in error path to avoid BUGON Consider the following sequence of events: 1. Userspace issues a UFFD ioctl, which ends up calling into shmemmfillatomicpte. We successfully account the blocks, we...

5.5CVSS6.2AI score0.0024EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2023/03/27 9:15 p.m.6 views

CVE-2023-1077

In the Linux kernel, picknextrtentity may return a type confused entry, not detected by the BUGON condition, as the confused entry will not be NULL, but listhead.The buggy error condition would lead to a type confused entry with the list head,which would then be used as a type confused...

7CVSS6.5AI score0.00278EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2023/02/15 6:15 a.m.7 views

SUSE CVE-2006-1523

The groupcompletesignal function in the RCU signal handling signal.c in Linux kernel 2.6.16, and possibly other versions, has unknown impact and attack vectors related to improper use of BUGON...

10CVSS7AI score0.02549EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 4:53 a.m.5 views

SUSE CVE-2016-10741

In the Linux kernel before 4.9.3, fs/xfs/xfsaops.c allows local users to cause a denial of service system crash because there is a race condition between direct and memory-mapped I/O associated with a hole that is handled with BUGON instead of an I/O failure...

6.1CVSS6.5AI score0.00308EPSS
SaveExploits0References6
OSV
OSV
added 2022/12/08 2:35 a.m.7 views

GSD-2022-1007808 ext4: fix BUG_ON() when directory entry has invalid rec_len

ext4: fix BUGON when directory entry has invalid reclen This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.0.8 by commit...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/12/08 12:0 a.m.8 views

PT-2022-36063 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.8 Description: The issue is related to the ext4 file system, where a directory entry with an invalid rec len can trigger a BUG ON condition. The actual impact and potential for exploitation have not been...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2022/12/08 12:0 a.m.6 views

PT-2022-36422 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.4.224 Description: A potential issue exists where a directory entry with an invalid rec len could trigger a BUG ON in the ext4 filesystem. The actual impact and attack plausibility have not yet been proven...

7.2AI score
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2022/11/15 11:55 a.m.4 views

kernel: ext4: fix bug_on in __es_tree_search

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch Hulk Robot reported a BUGON: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:199! ... RIP: 0010:ext4esend fs/ext4/extentsstatus.c:199 inline...

5.5CVSS6.3AI score0.00264EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.6 views

kernel: ext4: fix bug_on in __es_tree_search

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch Hulk Robot reported a BUGON: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:199! ... RIP: 0010:ext4esend fs/ext4/extentsstatus.c:199 inline...

5.5CVSS6.3AI score0.00264EPSS
SaveExploits0References5
OSV
OSV
added 2019/02/01 4:29 p.m.8 views

UBUNTU-CVE-2016-10741

In the Linux kernel before 4.9.3, fs/xfs/xfsaops.c allows local users to cause a denial of service system crash because there is a race condition between direct and memory-mapped I/O associated with a hole that is handled with BUGON instead of an I/O failure...

4.7CVSS6.6AI score0.00308EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2017/09/06 8:36 p.m.9 views

kernel: race condition between direct and memory-mapped I/O in fs/xfs/xfs_aops.c

It was found that the Linux kernel can hit a BUGON statement in the xfsgetblocks in the fs/xfs/xfsaops.c because of a race condition between direct and memory-mapped I/O associated with a hole in a file that is handled with BUGON instead of an I/O failure. This allows a local unprivileged attacke...

4.7CVSS7.1AI score0.00308EPSS
SaveExploits0References4
Rows per page
Query Builder