Lucene search
+L

16759 matches found

EUVD
EUVD
added 2025/12/30 3:30 p.m.13 views

EUVD-2023-60407

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix missing mrioc-evtackcmds initialization Commit c1af985d27da "scsi: mpi3mr: Add Event acknowledgment logic" introduced an array mrioc-evtackcmds but initialization of the array elements was missed. They are just...

6AI score0.00172EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 1:15 p.m.13 views

UBUNTU-CVE-2022-50812

In the Linux kernel, the following vulnerability has been resolved: security: Restrict CONFIGZEROCALLUSEDREGS to gcc or clang 15.0.6 A bad bug in clang's implementation of -fzero-call-used-regs can result in NULL pointer dereferences see the links above the check for more information. Restrict...

5.7AI score0.00208EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.36 views

CVE-2023-54253 btrfs: set page extent mapped after read_folio in relocate_one_page

In the Linux kernel, the following vulnerability has been resolved: btrfs: set page extent mapped after readfolio in relocateonepage One of the CI runs triggered the following panic assertion failed: PagePrivatepage && page-private, in fs/btrfs/subpage.c:229 ------------ cut here ------------...

0.00181EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:10 p.m.7 views

CVE-2022-50839 jbd2: fix potential buffer head reference count leak

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2fcwaitbufs' if buffer isn't uptodate, will return -EIO without update 'journal-jfcoff'. But 'jbd2fcreleasebufs' will release buffer head from ‘jfcoff - 1’ if 'bh' is...

6.7AI score0.00214EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:8 p.m.6 views

CVE-2023-54185

In the Linux kernel, the following vulnerability has been resolved: btrfs: remove BUGON's in addnewfreespace At addnewfreespace we have these BUGON's that are there to deal with any failure to add free space to the in memory free space cache. Such failures are mostly -ENOMEM that should be very...

5.3AI score0.00172EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:8 p.m.6 views

CVE-2023-54185 btrfs: remove BUG_ON()'s in add_new_free_space()

In the Linux kernel, the following vulnerability has been resolved: btrfs: remove BUGON's in addnewfreespace At addnewfreespace we have these BUGON's that are there to deal with any failure to add free space to the in memory free space cache. Such failures are mostly -ENOMEM that should be very...

6.4AI score0.00172EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:8 p.m.6 views

CVE-2023-54180 btrfs: handle case when repair happens with dev-replace

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle case when repair happens with dev-replace BUG There is a bug report that a BUGON in btrfsrepairiofailure originally repairiofailure in v6.0 kernel got triggered when replacing a unreliable disk: BTRFS warning device...

6.2AI score0.00172EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.8 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992605)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992605 advisory. In the Linux kernel, the following vulnerability has been resolved: fs: jfs: fix shift-out-of-bounds in dbDiscardAG This should be applied to most URSAN bugs found...

7.1CVSS6.1AI score0.00152EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 12:57 a.m.9 views

SUSE CVE-2023-54021

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

5.5CVSS6.4AI score0.00172EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/24 3:30 p.m.7 views

EUVD-2023-60257

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG in ext4mbnewinodepa due to overflow When we calculate the end position of ext4freeextent, this position may be exactly where ext4lblkt i.e. uint overflows. For example, if acgex.felogical is 4294965248 and...

6AI score0.00183EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 3:30 p.m.8 views

EUVD-2022-55779

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.8AI score0.00197EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/24 1:16 p.m.8 views

CVE-2023-54068

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to call f2fswaitonpagewriteback in f2fswriterawpages BUGON will be triggered when writing files concurrently, because the same page is writtenback multiple times. 1597 void folioendwritebackstruct folio folio...

0.00179EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 1:16 p.m.8 views

CVE-2022-50782

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

6.1AI score0.00197EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:16 p.m.5 views

UBUNTU-CVE-2023-54124

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to drop all dirty pages during umount if cperror is set xfstest generic/361 reports a bug as below: f2fsbugonsbi, sbi-fsyncnodenum; kernel BUG at fs/f2fs/super.c:1627! RIP: 0010:f2fsputsuper+0x3a8/0x3b0 Call Trace:...

5.7AI score0.00187EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 1:6 p.m.9 views

CVE-2022-50782 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...

6.2AI score0.00197EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/24 12:9 p.m.68 views

CVE-2025-68741

CVE-2025-68741 affects the Linux kernel scsi/qla2xxx driver. The issue arises in qla2xxx_process_purls_iocb() where an item allocated via qla27xx_copy_multiple_pkt() may be freed with kfree() even if it came from a per-adapter pre-allocated pool, causing potential memory corruption. The fix uses ...

9.8CVSS6AI score0.00162EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 11:16 a.m.7 views

UBUNTU-CVE-2025-68370

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc: add the handle of the event to the path The handle is essential for retrieving the AUXEVENT of each CPU and is required in perf mode. It has been added to the coresightpath so that dependent devices can access it...

7.8CVSS5.7AI score0.00161EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/24 11:15 a.m.7 views

UBUNTU-CVE-2025-68364

In the Linux kernel, the following vulnerability has been resolved: ocfs2: relax BUG to ocfs2error in ocfs2moveextent In 'ocfs2moveextent', relax 'BUG' to 'ocfs2error' just to avoid crashing the whole kernel due to a filesystem corruption...

5.9AI score0.00192EPSS
SaveExploits0References36
CVE
CVE
added 2025/12/24 10:55 a.m.24 views

CVE-2023-54023

The CVE-2023-54023 entry concerns a Linux kernel bug in Btrfs where a race between balance and cancel/pause could trigger a kernel panic. The provided docs describe a fix that ensures proper cleanup of balance state when balance completes, even if a pause/cancel was requested, preventing the ASSE...

6AI score0.00161EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/24 10:33 a.m.25 views

CVE-2025-68728

CVE-2025-68728 applies to the Linux kernel ntfs3 path, where a KMSAN memory initialization issue could occur when a buffer returned by sb_getblk() was not brought uptodate before being used in mi_format_new. The root cause is a memory-initialization bug (uninitialized data) that could be loaded i...

6.2AI score0.00168EPSS
SaveExploits0References7
Rows per page
Query Builder