Lucene search
+L

18782 matches found

NVD
NVD
added 2025/04/16 3:15 p.m.32 views

CVE-2024-58094

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before truncation in jfstruncatenolock Added a check for "read-only" mode in the jfstruncatenolock function to avoid errors related to writing to a read-only filesystem. Call stack: blockwritebegin...

7.8CVSS0.00186EPSS
SaveExploits0References2
OSV
OSV
added 2025/04/16 3:15 p.m.8 views

UBUNTU-CVE-2024-58095

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before txBeginAnon call Added a read-only check before calling txBeginAnon in extAlloc and extRecord. This prevents modification attempts on a read-only mounted filesystem, avoiding potential errors or...

5.5CVSS5.9AI score0.00165EPSS
SaveExploits0References8
CVE
CVE
added 2025/04/16 2:13 p.m.127 views

CVE-2025-23130

CVE-2025-23130 affects the Linux kernel F2FS code. The issue arises when fallocation fails for pinfile, risking a kernel panic in get_new_segment due to concurrent pinfile allocations exhausting free sections. The fix expands pin_sem lock coverage to include f2fs_gc to reclaim space, tightens err...

5.5CVSS6.5AI score0.00179EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:13 p.m.67 views

CVE-2025-23130

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid panic once fallocation fails for pinfile syzbot reports a f2fs bug as below: ------------ cut here ------------ kernel BUG at fs/f2fs/segment.c:2746! CPU: 0 UID: 0 PID: 5323 Comm: syz.0.0 Not tainted...

5.5CVSS5.3AI score0.00179EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:13 p.m.25 views

CVE-2025-22127

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential deadloop in preparecompressoverwrite Jan Prusakowski reported a kernel hang issue as below: When running xfstests on linux-next kernel 6.14.0-rc3, 6.12 I encountered a problem in generic/475 test where fsstres...

5.5CVSS5.3AI score0.00119EPSS
SaveExploits0
CVE
CVE
added 2025/04/16 2:13 p.m.143 views

CVE-2025-22115

CVE-2025-22115 affects the Linux kernel Btrfs code, specifically a race in btrfs_create_pending_block_groups() that mishandles block group refcounts during a two‑phase creation. The fix introduced BLOCK_GROUP_FLAG_NEW but did not use unused_bg_lock, allowing a race between btrfs_create_pending_bl...

7.8CVSS6.2AI score0.00142EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.22 views

CVE-2025-22113 ext4: avoid journaling sb update on error if journal is destroying

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid journaling sb update on error if journal is destroying Presently we always BUGON if trying to start a transaction on a journal marked with JBD2UNMOUNT, since this should never happen. However, while ltp running stress...

6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.28 views

CVE-2025-22081 fs/ntfs3: Fix a couple integer overflows on 32bit systems

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

7.8CVSS0.00203EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.8 views

CVE-2025-22081

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeofstruct NTFSDE" addition can have an integer wrapping issue. Fix it by using sizeadd...

7.8CVSS5.7AI score0.00203EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.10 views

CVE-2025-22080

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Prevent integer overflow in hdrfirstde The "deoff" and "used" variables come from the disk so they both need to check. The problem is that on 32bit systems if they're both greater than UINTMAX - 16 then the check does...

8.4CVSS5.8AI score0.00207EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.22 views

CVE-2025-22080 fs/ntfs3: Prevent integer overflow in hdr_first_de()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Prevent integer overflow in hdrfirstde The "deoff" and "used" variables come from the disk so they both need to check. The problem is that on 32bit systems if they're both greater than UINTMAX - 16 then the check does...

8.4CVSS0.00207EPSS
SaveExploits0References5
CVE
CVE
added 2025/04/16 2:12 p.m.171 views

CVE-2025-22079

The CVE-2025-22079 issue affects the Linux kernel OCFS2 path handling. A 16-bit l_tree_depth could exceed OCFS2_MAX_PATH_DEPTH, risking out-of-bounds access (noted when reading from a corrupted mounted disk). A fix was implemented to validate l_tree_depth and guard against invalid values, prevent...

7.8CVSS6.5AI score0.00235EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.19 views

CVE-2025-22070

In the Linux kernel, the following vulnerability has been resolved: fs/9p: fix NULL pointer dereference on mkdir When a 9p tree was mounted with option 'posixacl', parent directory had a default ACL set for its subdirectories, e.g.: setfacl -m default:group:simpsons:rwx parentdir then creating a...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/04/16 2:11 p.m.17 views

CVE-2025-22026 nfsd: don't ignore the return code of svc_proc_register()

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

6.1AI score0.00196EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/04/16 2:11 p.m.1 views

CVE-2025-22024 nfsd: fix management of listener transports

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix management of listener transports Currently, when no active threads are running, a root user using nfsdctl command can try to remove a particular listener from the list of previously added ones, then start the server by...

7.5AI score0.00188EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/04/16 2:11 p.m.54 views

CVE-2024-58094

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before truncation in jfstruncatenolock Added a check for "read-only" mode in the jfstruncatenolock function to avoid errors related to writing to a read-only filesystem. Call stack: blockwritebegin...

7.8CVSS5.5AI score0.00186EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/04/16 10:24 a.m.9 views

CVE-2024-58092

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix legacy client tracking initialization Get rid of the nfsd4legacytrackingops-init call in checkforlegacymethods. That will be handled in the caller nfsd4clienttrackinginit. Otherwise, we'll wind up calling...

5.5CVSS5.6AI score0.00178EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/04/16 3:19 a.m.9 views

kernel: nfs: Handle error of rpc_proc_register() in nfs_net_init().

In the Linux kernel, the following vulnerability has been resolved: nfs: Handle error of rpcprocregister in nfsnetinit. syzkaller reported a warning 0 triggered while destroying immature netns. rpcprocregister was called in initnfsfs, but its error has been ignored since at least the initial comm...

5.5CVSS6.8AI score0.00233EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/04/16 12:00 a.m.8 views

PT-2025-38573

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.56-gb4403bd46a8e 1 Description The Linux kernel contains a use-after-free issue in the mark inode dirty function related to file system writeback. This occurs when the function accesses a block device writeba...

7.8CVSS6.6AI score0.00307EPSS
SaveExploits1
CNNVD
CNNVD
added 2025/04/16 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from ext4 attempting to update the superblock even after log destruction, which could lead to undefined behavior...

5.5CVSS6.7AI score0.00194EPSS
SaveExploits0References2
Rows per page
Query Builder