Lucene search
+L

200 matches found

CVE
CVE
added 2024/11/09 10:15 a.m.150 views

CVE-2024-50258

CVE-2024-50258 affects the Linux kernel net stack. A small gso_max_size/gso_ipv4_max_size can cause an underflow in sk_dst_gso_max_size(), making sk->sk_gso_max_size exceed device limits and trigger a BUG_ON crash during tcp_write_xmit/tso processing. The root cause is in computing tso_segs (D...

5.5CVSS6.5AI score0.00207EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.35 views

CVE-2024-50251 netfilter: nft_payload: sanitize offset and length before calling skb_checksum()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftpayload: sanitize offset and length before calling skbchecksum If access to offset + length is larger than the skbuff length, then skbchecksum triggers BUGON. skbchecksum internally subtracts the length parameter...

0.00534EPSS
SaveExploits1References8
OSV
OSV
added 2024/11/09 10:14 a.m.20 views

CVE-2024-50251 netfilter: nft_payload: sanitize offset and length before calling skb_checksum()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftpayload: sanitize offset and length before calling skbchecksum If access to offset + length is larger than the skbuff length, then skbchecksum triggers BUGON. skbchecksum internally subtracts the length parameter...

6.2AI score
SaveExploits0References17
BDU FSTEC
BDU FSTEC
added 2024/10/16 12:0 a.m.15 views

The vulnerability of the BUG_ON() function of the userfaultfd component in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the BUGON function of the userfaultfd component in the Linux operating system is related to improper locking mechanisms. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.00234EPSS
SaveExploits0References13Affected Software4
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.11 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
RedhatCVE
RedhatCVE
added 2024/09/18 10:14 a.m.17 views

CVE-2024-46751

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUGON when 0 reference count at btrfslookupextentinfo Instead of doing a BUGON handle the error by returning -EUCLEAN, aborting the transaction and logging an error message...

5.5CVSS7AI score0.00245EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.18 views

CVE-2024-46787 userfaultfd: fix checks for huge PMDs

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix checks for huge PMDs Patch series "userfaultfd: fix races around pmdtranshuge check", v2. The pmdtranshuge code in mfillatomic is wrong in three different ways depending on kernel version: 1. The pmdtranshuge che...

6.7AI score0.0022EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/08/26 10:11 a.m.17 views

CVE-2024-43914 md/raid5: avoid BUG_ON() while continue reshape after reassembling

In the Linux kernel, the following vulnerability has been resolved: md/raid5: avoid BUGON while continue reshape after reassembling Currently, mdadm support --revert-reshape to abort the reshape while reassembling, as the test 07revert-grow. However, following BUGON can be triggerred by the test:...

7AI score0.00227EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.32 views

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.5CVSS6AI score0.00205EPSS
SaveExploits0References4
CVE
CVE
added 2024/08/21 6:10 a.m.68 views

CVE-2022-48897

CVE-2022-48897 affects the Linux kernel arm64 memory management, specifically a bug where pmd_leaf could be considered valid even when the PMD is invalid due to pmd_present_invalid. This caused file_map_count to be decremented and then incremented in multiple code paths, ultimately triggering a B...

5.5CVSS6.6AI score0.00205EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/08/19 3:16 p.m.19 views

CVE-2024-42281

A denial of service vulnerability was found in the Linux kernel. Downgrading gsosize may trigger a crash, resulting in a loss of system availability. Mitigation Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria...

5.1CVSS7.1AI score0.00237EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/17 9:15 a.m.20 views

CVE-2024-42273

In the Linux kernel, the following vulnerability has been resolved: f2fs: assign CURSEGALLDATAATGC if blkaddr is valid mkdir /mnt/test/comp f2fsio setflags compression /mnt/test/comp dd if=/dev/zero of=/mnt/test/comp/testfile bs=16k count=1 truncate --size 13 /mnt/test/comp/testfile In the above...

7.8CVSS0.00231EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/08/17 9:8 a.m.28 views

CVE-2024-42281 bpf: Fix a segment issue when downgrading gso_size

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

0.00237EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/08/17 8:54 a.m.15 views

CVE-2024-42273 f2fs: assign CURSEG_ALL_DATA_ATGC if blkaddr is valid

In the Linux kernel, the following vulnerability has been resolved: f2fs: assign CURSEGALLDATAATGC if blkaddr is valid mkdir /mnt/test/comp f2fsio setflags compression /mnt/test/comp dd if=/dev/zero of=/mnt/test/comp/testfile bs=16k count=1 truncate --size 13 /mnt/test/comp/testfile In the above...

6.7AI score0.00231EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/08/17 8:54 a.m.62 views

CVE-2024-42273

In the Linux kernel, the following vulnerability has been resolved: f2fs: assign CURSEGALLDATAATGC if blkaddr is valid mkdir /mnt/test/comp f2fsio setflags compression /mnt/test/comp dd if=/dev/zero of=/mnt/test/comp/testfile bs=16k count=1 truncate --size 13 /mnt/test/comp/testfile In the above...

7.8CVSS5.6AI score0.00231EPSS
SaveExploits0
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.12 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.14 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
Rows per page
Query Builder