Lucene search
+L

24790 matches found

NVD
NVD
added 2025/12/30 1:15 p.m.14 views

CVE-2022-50815

In the Linux kernel, the following vulnerability has been resolved: ext2: Add sanity checks for group and filesystem size Add sanity check that filesystem size does not exceed the underlying device size and that group size is big enough so that metadata can fit into it. This avoid trying to mount...

0.0023EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.7 views

CVE-2022-50815

In the Linux kernel, the following vulnerability has been resolved: ext2: Add sanity checks for group and filesystem size Add sanity check that filesystem size does not exceed the underlying device size and that group size is big enough so that metadata can fit into it. This avoid trying to mount...

5.7AI score0.0023EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 1:15 p.m.18 views

UBUNTU-CVE-2022-50815

In the Linux kernel, the following vulnerability has been resolved: ext2: Add sanity checks for group and filesystem size Add sanity check that filesystem size does not exceed the underlying device size and that group size is big enough so that metadata can fit into it. This avoid trying to mount...

5.7AI score0.0023EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.27 views

CVE-2023-54313 ovl: fix null pointer dereference in ovl_get_acl_rcu()

In the Linux kernel, the following vulnerability has been resolved: ovl: fix null pointer dereference in ovlgetaclrcu Following process: P1 P2 pathopenat linkpathwalk maylookup inodepermissionrcu ovlpermission aclpermissioncheck checkacl getcachedaclrcu ovlgetinodeacl realinode =...

0.0019EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/30 12:23 p.m.8 views

CVE-2023-54313 ovl: fix null pointer dereference in ovl_get_acl_rcu()

In the Linux kernel, the following vulnerability has been resolved: ovl: fix null pointer dereference in ovlgetaclrcu Following process: P1 P2 pathopenat linkpathwalk maylookup inodepermissionrcu ovlpermission aclpermissioncheck checkacl getcachedaclrcu ovlgetinodeacl realinode =...

6.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.11 views

CVE-2023-54313

In the Linux kernel, the following vulnerability has been resolved: ovl: fix null pointer dereference in ovlgetaclrcu Following process: P1 P2 pathopenat linkpathwalk maylookup inodepermissionrcu ovlpermission aclpermissioncheck checkacl getcachedaclrcu ovlgetinodeacl realinode =...

5.2AI score0.0019EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:23 p.m.28 views

CVE-2023-54311 ext4: fix deadlock when converting an inline directory in nojournal mode

In the Linux kernel, the following vulnerability has been resolved: ext4: fix deadlock when converting an inline directory in nojournal mode In no journal mode, ext4finishconvertinlinedir can self-deadlock by calling ext4handledirtydirblock when it already has taken the directory lock. There is a...

0.00196EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/30 12:23 p.m.37 views

CVE-2023-54280

CVE-2023-54280 affects the Linux kernel and concerns a race condition in CIFS when building IPC trees. The patch fixes a use-after-free in __tree_connect_dfs_target() by protecting access to TCP_Server_Info.hostname during IPC tree name construction and updating IPC tcon state on success to avoid...

9.8CVSS6.1AI score0.00503EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.31 views

CVE-2023-54264 fs/sysv: Null check to prevent null-ptr-deref bug

In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sbgetblkinode-isb, parent return a null ptr and taking lock on that leads to the null-ptr-deref bug...

0.00206EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.18 views

CVE-2023-54264

In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sbgetblkinode-isb, parent return a null ptr and taking lock on that leads to the null-ptr-deref bug...

5.3AI score0.00206EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:15 p.m.12 views

CVE-2023-54264 fs/sysv: Null check to prevent null-ptr-deref bug

In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sbgetblkinode-isb, parent return a null ptr and taking lock on that leads to the null-ptr-deref bug...

6.3AI score
SaveExploits0References11
CVE
CVE
added 2025/12/30 12:15 p.m.34 views

CVE-2023-54264

CVE-2023-54264 concerns the Linux kernel, in the fs/sysv path, where a null pointer dereference could occur if sb_getblk(inode->i_sb, parent) returns NULL and a lock is taken on it. The connected advisories confirm the vulnerability and note that a fix was applied by adding a null check to pre...

6AI score0.00206EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:08 p.m.35 views

CVE-2023-54185

CVE-2023-54185: Linux kernel btrfs fix fixes a bug in add_new_free_space() by removing BUG_ON() checks and returning errors instead, while optionally reporting the total newly added free space. This change ensures callers already handle errors without kernel panics or brittle aborts when in-memor...

6.2AI score0.00193EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/30 12:08 p.m.16 views

CVE-2023-54182

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to check readonly condition correctly With below case, it can mount multi-device image w/ rw option, however one of secondary device is set as ro, later update will cause panic, so let's introduce f2fsdevisreadonly, and...

7.1CVSS5.2AI score0.00147EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.30 views

CVE-2023-54177 quota: fix warning in dqgrab()

In the Linux kernel, the following vulnerability has been resolved: quota: fix warning in dqgrab There's issue as follows when do fault injection: WARNING: CPU: 1 PID: 14870 at include/linux/quotaops.h:51 dquotdisable+0x13b7/0x18c0 Modules linked in: CPU: 1 PID: 14870 Comm: fsconfig Not tainted...

0.00223EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:08 p.m.42 views

CVE-2023-54177

The CVE-2023-54177 issue is a Linux kernel quota warning during dqgrab() path in fault-injection scenarios (dquot_disable) that can arise in quota reconfiguration flows (ext4_remount, reconfigure_super). The root cause is a situation where dquot_flags may lack DQ_ACTIVE_B during dqgrab(), leading...

6.2AI score0.00223EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:08 p.m.35 views

CVE-2022-50815

CVE-2022-50815 relates to the Linux kernel, addressing a vulnerability in ext2 after which the kernel was updated to add sanity checks for group and filesystem size. The issue arose because filesystem size could exceed the underlying device size and the group size might be too small to hold metad...

6.1AI score0.0023EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:08 p.m.10 views

CVE-2022-50815 ext2: Add sanity checks for group and filesystem size

In the Linux kernel, the following vulnerability has been resolved: ext2: Add sanity checks for group and filesystem size Add sanity check that filesystem size does not exceed the underlying device size and that group size is big enough so that metadata can fit into it. This avoid trying to mount...

6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.34 views

CVE-2022-50815 ext2: Add sanity checks for group and filesystem size

In the Linux kernel, the following vulnerability has been resolved: ext2: Add sanity checks for group and filesystem size Add sanity check that filesystem size does not exceed the underlying device size and that group size is big enough so that metadata can fit into it. This avoid trying to mount...

0.0023EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/30 12:08 p.m.12 views

CVE-2022-50815

In the Linux kernel, the following vulnerability has been resolved: ext2: Add sanity checks for group and filesystem size Add sanity check that filesystem size does not exceed the underlying device size and that group size is big enough so that metadata can fit into it. This avoid trying to mount...

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