Lucene search
+L

127 matches found

SUSE CVE
SUSE CVE
added 2024/09/28 2:51 a.m.6 views

SUSE CVE-2024-46838

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: don't BUGON if khugepaged yanks our page table Since khugepaged was changed to allow retracting page tables in file mappings without holding the mmap lock, these BUGONs are wrong - get rid of them. We could also remo...

5.5CVSS7.7AI score0.00234EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/09/24 1:17 a.m.13 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
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.17 views

kernel: scsi: qedf: Make qedf_execute_tmf() non-preemptible

A vulnerability was found in the Linux kernel's qedf driver function qedfexecutetmf, where the function call smpprocessorid is done from preemptible code before acquiring a lock which can result in BUGON when running an RT kernel. This can result in system inconsistencies...

5.5CVSS7.3AI score0.00255EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.7 views

SUSE CVE-2024-46753

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfsdecref properly In walkupproc we BUGONret from btrfsdecref. This is incorrect, we have proper error handling here, return the error...

5.5CVSS6.6AI score0.00261EPSS
SaveExploits0References17
OSV
OSV
added 2024/08/21 7:15 a.m.59 views

UBUNTU-CVE-2022-48897

In the Linux kernel, the following vulnerability has been resolved: arm64/mm: fix incorrect filemapcount for invalid pmd The page table check trigger BUGON unexpectedly when split hugepage: ------------ cut here ------------ kernel BUG at mm/pagetablecheck.c:119! Internal error: Oops - BUG:...

5.5CVSS5.8AI score0.00205EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/17 9:15 a.m.18 views

UBUNTU-CVE-2024-42281

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a segment issue when downgrading gsosize Linearize the skb when downgrading gsosize because it may trigger a BUGON later when the skb is segmented as described in 1,2...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References26
SUSE CVE
SUSE CVE
added 2024/08/09 1:40 a.m.6 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.9 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.17 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:03 p.m.18 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:00 a.m.8 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.00526EPSS
SaveExploits1References258
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.12 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.00238EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/01 1:15 p.m.17 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.8 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.00192EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 3:15 p.m.10 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.9 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.10 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.10 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.7 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.10 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
Rows per page
Query Builder