Lucene search
+L

5331 matches found

Cvelist
Cvelist
added 2025/12/24 12:23 p.m.30 views

CVE-2023-54069 ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG in ext4mbnewinodepa due to overflow When we calculate the end position of ext4freeextent, this position may be exactly where ext4lblkt i.e. uint overflows. For example, if acgex.felogical is 4294965248 and...

0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 12:23 p.m.10 views

CVE-2023-54069 ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow

In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG in ext4mbnewinodepa due to overflow When we calculate the end position of ext4freeextent, this position may be exactly where ext4lblkt i.e. uint overflows. For example, if acgex.felogical is 4294965248 and...

6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/12/24 12:23 p.m.35 views

CVE-2023-54062

The CVE-2023-54062 issue in the Linux kernel affects ext4_xattr_move_to_block(): the value of an extended attribute moved to an external block could be freed incorrectly (kvfree) or not freed, because the code checked entry->e_value_inum after the xattr entry had been removed. The root cause i...

7.8CVSS6.3AI score0.00157EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/24 12:23 p.m.38 views

CVE-2023-54062 ext4: fix invalid free tracking in ext4_xattr_move_to_block()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix invalid free tracking in ext4xattrmovetoblock In ext4xattrmovetoblock, the value of the extended attribute which we need to move to an external block may be allocated by kvmalloc if the value is stored in an external...

7.8CVSS0.00157EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 12:23 p.m.8 views

CVE-2023-54062 ext4: fix invalid free tracking in ext4_xattr_move_to_block()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix invalid free tracking in ext4xattrmovetoblock In ext4xattrmovetoblock, the value of the extended attribute which we need to move to an external block may be allocated by kvmalloc if the value is stored in an external...

7.8CVSS6.6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.30 views

CVE-2022-50730 ext4: silence the warning when evicting inode with dioread_nolock

In the Linux kernel, the following vulnerability has been resolved: ext4: silence the warning when evicting inode with dioreadnolock When evicting an inode with default dioreadnolock, it could be raced by the unwritten extents converting kworker after writeback some new allocated dirty blocks. It...

0.00239EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/24 12:22 p.m.29 views

CVE-2022-50730

CVE-2022-50730 affects the Linux kernel's ext4 eviction path: when evicting inodes with dioread_nolock, a corner case warning (WARN_ON_ONCE) could be triggered due to i_io_list handling, potentially following unwritten extents conversions. The issue does not describe a use-after-free vulnerabilit...

6.1AI score0.00239EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 12:22 p.m.6 views

CVE-2022-50730 ext4: silence the warning when evicting inode with dioread_nolock

In the Linux kernel, the following vulnerability has been resolved: ext4: silence the warning when evicting inode with dioreadnolock When evicting an inode with default dioreadnolock, it could be raced by the unwritten extents converting kworker after writeback some new allocated dirty blocks. It...

6.4AI score
SaveExploits0References8
NVD
NVD
added 2025/12/24 11:15 a.m.13 views

CVE-2023-54021

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

0.00192EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.7 views

CVE-2023-54021

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

5.7AI score0.00192EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 11:15 a.m.13 views

UBUNTU-CVE-2023-54021

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

5.7AI score0.00192EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.41 views

CVE-2023-54021 ext4: set goal start correctly in ext4_mb_normalize_request

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

0.00192EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 10:55 a.m.33 views

CVE-2023-54021

CVE-2023-54021 affects the Linux kernel ext4 subsystem. The vulnerability centers on ext4_mb_normalize_request: the code must use ac_g_ex (not ac_f_ex) to communicate the goal start to ext4_mb_find_by_goal, and verify that the goal start lies within the data block range [first_data_block, blocks_...

6AI score0.00192EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:55 a.m.18 views

CVE-2023-54021 ext4: set goal start correctly in ext4_mb_normalize_request

In the Linux kernel, the following vulnerability has been resolved: ext4: set goal start correctly in ext4mbnormalizerequest We need to set acgex to notify the goal start used in ext4mbfindbygoal. Set acgex instead of acfex in ext4mbnormalizerequest. Besides we should assure goal start is in rang...

6.3AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.19 views

PT-2025-52978

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue was identified in the Linux kernel related to the ext4 filesystem. The problem involves incorrectly setting the goal start in the ext4 mb normalize request function. Specificall...

7.8CVSS6.4AI score0.00932EPSS
SaveExploits2References899
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.28 views

PT-2025-53034

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the ext4 subsystem related to inode eviction with dioread nolock. Specifically, a warning could occur when evicting an inode, potentially due to...

7.8CVSS6.2AI score0.00932EPSS
SaveExploits2References894
CNNVD
CNNVD
added 2025/12/24 12:00 a.m.8 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 the ext4 file system not properly setting the target starting block, which could lead to out-of-bounds acces...

6.1AI score0.00192EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2023-54153

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ext4: turn quotas off if mount failed after enabling quotas Yi found during a review of the patch ext4: don't BUG on inconsistent journal feature that when...

7.8CVSS5.6AI score0.00161EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.18 views

PT-2025-53148

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to ext4 quota handling. Specifically, a bug in the es tree search function can occur due to a bad quota inode. This issue arises when the inode...

7.8CVSS6.2AI score0.00932EPSS
SaveExploits2References896
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.11 views

PT-2025-53060

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s ext4 file system related to extended attribute handling. Specifically, the ext4 xattr move to block function contains an issue where memory could be...

6.3AI score0.00157EPSS
SaveExploits0References11
Rows per page
Query Builder