Lucene search
+L

6507 matches found

Debian CVE
Debian CVE
added 2025/12/22 4:14 p.m.8 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.5CVSS5.1AI score0.00525EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/22 4:14 p.m.19 views

CVE-2025-68335

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl818: fix null-ptr-deref in pcl818aicancel Syzbot identified an issue 1 in pcl818aicancel, which stems from the fact that in case of early device detach via pcl818detach, subdevice dev-readsubdev may not have initialize...

5.2AI score0.00188EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/22 4:12 p.m.5 views

CVE-2025-68331

In the Linux kernel, the following vulnerability has been resolved: usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer When a UAS device is unplugged during data transfer, there is a probability of a system panic occurring. The root cause is an access to ...

5.4AI score0.00207EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/22 4:12 p.m.13 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...

5.2AI score0.00188EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/22 4:12 p.m.13 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.1AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 3:44 p.m.18 views

CVE-2025-68322

In the Linux kernel, the following vulnerability has been resolved: parisc: Avoid crash due to unaligned access in unwinder Guenter Roeck reported this kernel crash on his emulated B160L machine: Starting network: udhcpc: started, v1.36.1 Backtrace: unwindonce+0x1c/0x5c...

5.1AI score0.0018EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 3:39 p.m.15 views

CVE-2025-68319

In the Linux kernel, the following vulnerability has been resolved: netconsole: Acquire sumutex before navigating configs hierarchy There is a race between operations that iterate over the userdata cgchildren list and concurrent add/remove of userdata items through configfs. The updateuserdata...

5.3AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 3:39 p.m.12 views

CVE-2025-68318

In the Linux kernel, the following vulnerability has been resolved: clk: thead: th1520-ap: set all AXI clocks to CLKISCRITICAL The AXI crossbar of TH1520 has no proper timeout handling, which means gating AXI clocks can easily lead to bus timeout and thus system hang. Set all AXI clock gates to...

5.1AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 3:39 p.m.8 views

CVE-2025-68317

In the Linux kernel, the following vulnerability has been resolved: iouring/zctx: check chained notif contexts Send zc only links ubufinfo for requests coming from the same context. There are some ambiguous syz reports, so let's check the assumption on notification completion...

7.8CVSS5.1AI score0.00138EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 3:39 p.m.14 views

CVE-2025-68313

In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Add RDSEED fix for Zen5 There's an issue with RDSEED's 16-bit and 32-bit register output variants on Zen5 which return a random value of 0 "at a rate inconsistent with randomness while incorrectly signaling success...

7.1CVSS5.2AI score0.00136EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 3:06 p.m.12 views

CVE-2025-68299

In the Linux kernel, the following vulnerability has been resolved: afs: Fix delayed allocation of a cell's anonymous key The allocation of a cell's anonymous key is done in a background thread along with other cell setup such as doing a DNS upcall. In the reported bug, this is triggered by...

5.3AI score0.00264EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 3:06 p.m.9 views

CVE-2025-68288

In the Linux kernel, the following vulnerability has been resolved: usb: storage: Fix memory leak in USB bulk transport A kernel memory leak was identified by the 'ioctlsg01' test from Linux Test Project LTP. The following bytes were mainly observed: 0x53425355. When USB storage devices incorrect...

5.5AI score0.00202EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 2:47 p.m.12 views

CVE-2025-68266

In the Linux kernel, the following vulnerability has been resolved: bfs: Reconstruct file type when loading from disk syzbot is reporting that SIFMT bits of inode-imode can become bogus when the SIFMT bits of the 32bits "mode" field loaded from disk are corrupted or when the 32bits "attributes"...

5.2AI score0.00193EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 2:45 p.m.10 views

CVE-2025-68262

In the Linux kernel, the following vulnerability has been resolved: crypto: zstd - fix double-free in per-CPU stream cleanup The crypto/zstd module has a double-free bug that occurs when multiple tfms are allocated and freed. The issue happens because zstdstreams per-CPU contexts are freed in...

5.1AI score0.00181EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 2:45 p.m.7 views

CVE-2025-68258

In the Linux kernel, the following vulnerability has been resolved: comedi: multiq3: sanitize config options in multiq3attach Syzbot identified an issue 1 in multiq3attach that induces a task timeout due to open or COMEDIDEVCONFIG ioctl operations, specifically, in the case of multiq3 driver. Thi...

5.2AI score0.00193EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 2:44 p.m.13 views

CVE-2025-68254

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE parsing The Extended Supported Rates ESR IE handling in OnBeacon accessed p + 1 + ielen and p + 2 + ielen without verifying that these offsets lie within the received...

7.1CVSS5.5AI score0.0027EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 2:21 p.m.14 views

CVE-2025-68247

In the Linux kernel, the following vulnerability has been resolved: posix-timers: Plug potential memory leak in dotimercreate When posix timer creation is set to allocate a given timer ID and the access to the user space value faults, the function terminates without freeing the already allocated...

5.1AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 2:21 p.m.7 views

CVE-2025-68242

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix LTP test failures when timestamps are delegated The utimes01 and utime06 tests fail when delegated timestamps are enabled, specifically in subtests that modify the atime and mtime fields using the 'nobody' user ID. The...

5.2AI score0.0018EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 2:21 p.m.15 views

CVE-2025-68240

In the Linux kernel, the following vulnerability has been resolved: nilfs2: avoid having an active sctimer before freeing sci Because kthreadstop did not stop sctask properly and returned -EINTR, the sctimer was not properly closed, ultimately causing the problem 1 reported by syzbot when freeing...

5.1AI score0.0018EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 2:21 p.m.7 views

CVE-2025-68239

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: restore write access before closing files opened by openexec bmregisterwrite opens an executable file using openexec, which internally calls doopenexecat and denies write access on the file to avoid modification while...

5.2AI score0.00192EPSS
SaveExploits0
Rows per page
Query Builder