Lucene search
K

22936 matches found

Snyk
Snyk
added 2026/01/13 11:50 p.m.3 views

Protection Mechanism Failure

Overview enclave-vm is a Sandbox runtime for secure JavaScript code execution Affected versions of this package are vulnerable to Protection Mechanism Failure via the exposure of a host-side Error object to sandboxed code, which retains its host realm prototype chain. An attacker can intentionall...

10CVSS7.1AI score0.00274EPSS
Exploits3References2
OSV
OSV
added 2026/01/13 11:11 p.m.2 views

CVE-2026-22686 Sandbox Escape via Host Error Prototype Chain in enclave-vm

Enclave is a secure JavaScript sandbox designed for safe AI agent code execution. Prior to 2.7.0, there is a critical sandbox escape vulnerability in enclave-vm that allows untrusted, sandboxed JavaScript code to execute arbitrary code in the host Node.js runtime. When a tool invocation fails,...

10CVSS7.9AI score0.00274EPSS
Exploits3References4
RedhatCVE
RedhatCVE
added 2026/01/13 10:52 p.m.2 views

CVE-2025-69426

The Ruckus vRIoT IoT Controller firmware versions prior to 3.0.0.0 GA contain hardcoded credentials for an operating system user account within an initialization script. The SSH service is network-accessible without IP-based restrictions. Although the configuration disables SCP and pseudo-TTY...

10CVSS7.4AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2026/01/13 4:16 p.m.2 views

AZL-74306 CVE-2025-68796 affecting package kernel for versions less than 6.6.121.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid updating zero-sized extent in extent cache As syzbot reported: F2FS-fs loop0: updateextenttreerange: extent len is zero, type: 0, extent 0, 0, 0, age 0, 0 ------------ cut here ------------ kernel BUG at...

5.6AI score0.00068EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.3 views

CVE-2025-71065

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock As Jiaming Zhang and syzbot reported, there is potential deadlock in f2fs as below: Chain exists of: &sbi-cprwsem -- fsreclaim -- sbinternal2 Possible unsafe locking scenario: CPU0 CPU1 ----...

5.7AI score0.00034EPSS
Exploits0References25
OSV
OSV
added 2026/01/13 4:16 p.m.1 views

UBUNTU-CVE-2025-71065

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock As Jiaming Zhang and syzbot reported, there is potential deadlock in f2fs as below: Chain exists of: &sbi-cprwsem -- fsreclaim -- sbinternal2 Possible unsafe locking scenario: CPU0 CPU1 ----...

5.7AI score0.00034EPSS
Exploits0References26
NVD
NVD
added 2026/01/13 4:15 p.m.1 views

CVE-2025-68769

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fsrecoverfsyncdata With below scripts, it will trigger panic in f2fs: mkfs.f2fs -f /dev/vdd mount /dev/vdd /mnt/f2fs touch /mnt/f2fs/foo sync echo 111 /mnt/f2fs/foo f2fsio fsync /mnt/f2fs/foo f2fsio...

0.00068EPSS
Exploits0References7
UbuntuCve
UbuntuCve
added 2026/01/13 4:15 p.m.3 views

CVE-2025-68769

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix return value of f2fsrecoverfsyncdata With below scripts, it will trigger panic in f2fs: mkfs.f2fs -f /dev/vdd mount /dev/vdd /mnt/f2fs touch /mnt/f2fs/foo sync echo 111 /mnt/f2fs/foo f2fsio fsync /mnt/f2fs/foo f2fsio...

5.7AI score0.00068EPSS
Exploits0References36
CVE
CVE
added 2026/01/13 3:31 p.m.9 views

CVE-2025-71069

CVE-2025-71069 concerns a race/consistency flaw in F2FS when performing RENAME_WHITEOUT on directories with corrupted depth values. The kernel can partially modify the on-disk directory entry before f2fs_add_link fails, leaving a stale dentry cache (new_dentry points to an inode whose i_nlink was...

5.8AI score0.00068EPSS
Exploits0References7
Cvelist
Cvelist
added 2026/01/13 3:31 p.m.19 views

CVE-2025-71067 ntfs: set dummy blocksize to read boot_block when mounting

In the Linux kernel, the following vulnerability has been resolved: ntfs: set dummy blocksize to read bootblock when mounting When mounting, sb-sblocksize is used to read the bootblock without being defined or validated. Set a dummy blocksize before attempting to read the bootblock. The issue can...

0.00035EPSS
Exploits0References5
Cvelist
Cvelist
added 2026/01/13 3:31 p.m.22 views

CVE-2025-71065 f2fs: fix to avoid potential deadlock

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock As Jiaming Zhang and syzbot reported, there is potential deadlock in f2fs as below: Chain exists of: &sbi-cprwsem -- fsreclaim -- sbinternal2 Possible unsafe locking scenario: CPU0 CPU1 ----...

0.00034EPSS
Exploits0References4
OSV
OSV
added 2026/01/13 3:31 p.m.4 views

CVE-2025-71065 f2fs: fix to avoid potential deadlock

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock As Jiaming Zhang and syzbot reported, there is potential deadlock in f2fs as below: Chain exists of: &sbi-cprwsem -- fsreclaim -- sbinternal2 Possible unsafe locking scenario: CPU0 CPU1 ----...

6.4AI score0.00034EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2026/01/13 3:29 p.m.4 views

CVE-2025-68805

In the Linux kernel, the following vulnerability has been resolved: fuse: fix io-uring list corruption for terminated non-committed requests When a request is terminated before it has been committed, the request is not removed from the queue's list. This leaves a dangling list entry that leads to...

5.4AI score0.00035EPSS
Exploits0
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:29 p.m.2 views

CVE-2025-68796

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid updating zero-sized extent in extent cache As syzbot reported: F2FS-fs loop0: updateextenttreerange: extent len is zero, type: 0, extent 0, 0, 0, age 0, 0 ------------ cut here ------------ kernel BUG at...

5.2AI score0.00068EPSS
Exploits0References8Affected Software1
OSV
OSV
added 2026/01/13 3:28 p.m.3 views

CVE-2025-68784 xfs: fix a UAF problem in xattr repair

In the Linux kernel, the following vulnerability has been resolved: xfs: fix a UAF problem in xattr repair The xchksetupxattrbuf function can allocate a new value buffer, which means that any reference to ab-value before the call could become a dangling pointer. Fix this by moving an assignment t...

6.3AI score0.00032EPSS
Exploits0References6
Cvelist
Cvelist
added 2026/01/13 3:28 p.m.17 views

CVE-2025-68771 ocfs2: fix kernel BUG in ocfs2_find_victim_chain

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix kernel BUG in ocfs2findvictimchain syzbot reported a kernel BUG in ocfs2findvictimchain because the clnextfreerec field of the allocation chain list next free slot in the chain list is 0, triggring the...

0.00068EPSS
Exploits0References7
Debian CVE
Debian CVE
added 2026/01/13 3:28 p.m.4 views

CVE-2025-68772

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid updating compression context during writeback Bai, Shuangpeng reported a bug as below: Oops: divide error: 0000 1 SMP KASAN PTI CPU: 0 UID: 0 PID: 11441 Comm: syz.0.46 Not tainted 6.17.0 1 PREEMPTfull Hardware...

5.2AI score0.0005EPSS
Exploits0
CVE
CVE
added 2026/01/13 3:28 p.m.11 views

CVE-2025-68771

Summary of CVE-2025-68771 (Linux kernel, ocfs2): A kernel BUG in ocfs2_find_victim_chain() was triggered when cl_next_free_rec in the allocation chain list was 0, which caused a BUG_ON(!cl->cl_next_free_rec) panic. The fix adds a guard in ocfs2_claim_suballoc_bits() to handle two conditions be...

6.2AI score0.00068EPSS
Exploits0References7
AstraLinux
AstraLinux
added 2026/01/13 2:1 p.m.2 views

Astra Linux - уязвимость в linux-6.12

In the Linux kernel, the following vulnerability has been resolved: btrfs: ensure no dirty metadata is written back for an fs with errors BUG During development of a minor feature make sure all btrfsbio::endio is called in task context, I noticed a crash in generic/388, where metadata writes...

5.7AI score0.00028EPSS
Exploits0References3
AstraLinux
AstraLinux
added 2026/01/13 2:1 p.m.2 views

Astra Linux - уязвимость в linux-6.12

In the Linux kernel, the following vulnerability has been resolved: fs: quota: create dedicated workqueue for quotareleasework There is a kernel panic due to WARNONCE when paniconwarn is set. This issue occurs when writeback is triggered due to sync call for an opened fileie, writeback reason is...

5.7AI score0.00028EPSS
Exploits0References3
Rows per page
Query Builder