Lucene search
+L

16769 matches found

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.70 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.00373EPSS
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.00124EPSS
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.25 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
CVE
CVE
added 2025/12/24 10:32 a.m.24 views

CVE-2025-68364

The CVE refers to a Linux kernel issue in the OCFS2 filesystem: in __ocfs2_move_extent(), a BUG() was relaxed to ocfs2_error() to avoid crashing the entire kernel due to filesystem corruption. This indicates the root cause was a kernel-crashing error path in ocfs2_move_extent() that could exacerb...

6AI score0.00192EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:32 a.m.8 views

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.2AI score0.00192EPSS
SaveExploits0References9Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/12/24 9:2 a.m.7 views

firmware: stratix10-svc: fix bug in saving controller data

...

6.1CVSS6.7AI score0.00167EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2025/12/24 12:0 a.m.4 views

SUSE: Security Advisory (SUSE-SU-2025:4507-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.8CVSS6.3AI score0.00159EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/22 5:16 p.m.10 views

CVE-2025-68337

In the Linux kernel, the following vulnerability has been resolved: jbd2: avoid bugon in jbd2journalgetcreateaccess when file system corrupted There's issue when file system corrupted: ------------ cut here ------------ kernel BUG at fs/jbd2/transaction.c:1289! Oops: invalid opcode: 0000 1 SMP...

7.5CVSS0.00466EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/22 5:16 p.m.7 views

CVE-2025-68326

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Fix stackdepot usage Add missing stackdepotinit call when CONFIGDRMXEDEBUGGUC is enabled to fix the following call stack: BUG: kernel NULL pointer dereference, address: 0000000000000000 Workqueue: drmschedrunjobwork...

5.8AI score0.0015EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/22 5:16 p.m.9 views

CVE-2025-68328

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: fix bug in saving controller data Fix the incorrect usage of platformsetdrvdata and devsetdrvdata. They both are of the same data and overrides each other. This resulted in the rmmod of the svc driver to...

0.00167EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/22 4:14 p.m.36 views

CVE-2025-68337 jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted

In the Linux kernel, the following vulnerability has been resolved: jbd2: avoid bugon in jbd2journalgetcreateaccess when file system corrupted There's issue when file system corrupted: ------------ cut here ------------ kernel BUG at fs/jbd2/transaction.c:1289! Oops: invalid opcode: 0000 1 SMP...

7.5CVSS0.00466EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/12/22 4:14 p.m.7 views

CVE-2025-68337 jbd2: avoid bug_on in jbd2_journal_get_create_access() when file system corrupted

In the Linux kernel, the following vulnerability has been resolved: jbd2: avoid bugon in jbd2journalgetcreateaccess when file system corrupted There's issue when file system corrupted: ------------ cut here ------------ kernel BUG at fs/jbd2/transaction.c:1289! Oops: invalid opcode: 0000 1 SMP...

5.2AI score0.00466EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/12/22 2:47 p.m.9 views

Important: Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.18 security, enhancement & bug fix update

Red Hat OpenShift Data Foundation 4.18 security, enhancement & bug fix update Red Hat OpenShift Data Foundation 4.18 security, enhancement & bug fix update...

7.5CVSS6.7AI score0.00693EPSS
SaveExploits0References4
Rows per page
Query Builder