Lucene search
+L

205 matches found

RedhatCVE
RedhatCVE
added 2024/08/09 10:18 a.m.24 views

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.5CVSS7.1AI score0.00214EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/08 9:15 a.m.25 views

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.5CVSS0.00214EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/08 9:15 a.m.13 views

AZL-48774 CVE-2024-42252 affecting package kernel 5.15.200.1-1

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.6AI score0.00214EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/08/08 8:46 a.m.15 views

CVE-2024-42252 closures: Change BUG_ON() to WARN_ON()

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...

6.7AI score0.00214EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/08/08 8:46 a.m.16 views

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.5CVSS5.6AI score0.00214EPSS
SaveExploits0
OSV
OSV
added 2024/08/08 8:46 a.m.11 views

CVE-2024-42252 closures: Change BUG_ON() to WARN_ON()

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...

6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/08 8:46 a.m.28 views

CVE-2024-42252 closures: Change BUG_ON() to WARN_ON()

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...

0.00214EPSS
SaveExploits0References4
CVE
CVE
added 2024/08/08 8:46 a.m.180 views

CVE-2024-42252

CVE-2024-42252 is described as a Linux kernel vulnerability resolved by replacing BUG_ON() with WARN_ON() in the closure handling path. The issue arises if a BUG_ON() can be hit in the wild, which would not be appropriate and could lead to a kernel oops. The fix is to use WARN_ON() instead of BUG...

5.5CVSS6.4AI score0.00214EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.32 views

CVE-2024-42124

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Make qedfexecutetmf non-preemptible Stop calling smpprocessorid from preemptible code in qedfexecutetmf90. This results in BUGON when running an RT kernel. 659.343280 BUG: using smpprocessorid in preemptible 00000000...

5.5CVSS8.3AI score0.00255EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/15 4:05 p.m.26 views

CVE-2024-39497

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

4.4CVSS6.8AI score0.00277EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.36 views

CVE-2024-39497

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

5.5CVSS6.1AI score0.00277EPSS
SaveExploits0References26
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.16 views

CVE-2024-39497 drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Fix BUGON on mmapPROTWRITE, MAPPRIVATE Lack of check for copy-on-write COW mapping in drmgemshmemmmap allows users to call mmap with PROTWRITE and MAPPRIVATE flag causing a kernel panic due to BUGON in...

6.7AI score0.00277EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.39 views

CVE-2022-48743 net: amd-xgbe: Fix skb data length underflow

In the Linux kernel, the following vulnerability has been resolved: net: amd-xgbe: Fix skb data length underflow There will be BUGON triggered in include/linux/skbuff.h leading to intermittent kernel panic, when the skb length underflow is detected. Fix this by dropping the packet if such length...

8.1CVSS0.00648EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/06/03 5:33 p.m.36 views

CVE-2024-36919

In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Remove spinlockbh while releasing resources after upload The session resources are used by FW and driver when session is offloaded, once session is uploaded these resources are not used. The lock is not required as...

4.4CVSS6.5AI score0.00215EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.23 views

CVE-2024-36919 scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload

In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Remove spinlockbh while releasing resources after upload The session resources are used by FW and driver when session is offloaded, once session is uploaded these resources are not used. The lock is not required as...

6.8AI score0.00215EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.42 views

CVE-2024-36919 scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload

In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Remove spinlockbh while releasing resources after upload The session resources are used by FW and driver when session is offloaded, once session is uploaded these resources are not used. The lock is not required as...

7.4AI score0.00215EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/23 1:30 p.m.48 views

CVE-2021-47275

A vulnerability was found in the Linux kernel's bcache driver, where the cacheddevcachemiss function can create an oversized read request when the calculation for the size of data read from the backing device produces an excessively large value, leading to potential kernel crash. Mitigation Red H...

4.4CVSS8.1AI score0.00196EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:11 a.m.33 views

CVE-2023-52811

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
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.16 views

kernel: ext4: fix bug_on in __es_tree_search caused by bad quota inode

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bugon in estreesearch caused by bad quota inode We got a issue as fllows: ================================================================== kernel BUG at fs/ext4/extentsstatus.c:202! invalid opcode: 0000 1 PREEMPT SMP...

5.7AI score0.00221EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/21 4:15 p.m.18 views

CVE-2023-52811

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.6AI score0.0025EPSS
SaveExploits0References5
Rows per page
Query Builder