Lucene search
+L

15537 matches found

UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.25 views

CVE-2024-26774

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid dividing by 0 in mbupdateavgfragmentsize when block bitmap corrupt Determine if bbfragments is 0 instead of determining bbfree to eliminate the risk of dividing by zero when the block bitmap is corrupted...

5.5CVSS5.9AI score0.00238EPSS
SaveExploits0References17
OSV
OSV
added 2024/04/03 5:15 p.m.6 views

UBUNTU-CVE-2024-26773

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4mbtrybestfound Determine if the group block bitmap is corrupted before using acbex in ext4mbtrybestfound to avoid allocating blocks from a group with a corrupted block...

7.8CVSS6.2AI score0.00312EPSS
SaveExploits0References23
OSV
OSV
added 2024/04/03 5:15 p.m.14 views

UBUNTU-CVE-2024-26774

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid dividing by 0 in mbupdateavgfragmentsize when block bitmap corrupt Determine if bbfragments is 0 instead of determining bbfree to eliminate the risk of dividing by zero when the block bitmap is corrupted...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.38 views

CVE-2024-26772

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4mbfindbygoal Places the logic for checking if the group's block bitmap is corrupt under the protection of the group lock to avoid allocating blocks from the group with a...

7.8CVSS6.1AI score0.00264EPSS
SaveExploits0References22
OSV
OSV
added 2024/04/03 5:15 p.m.9 views

UBUNTU-CVE-2024-26742

In the Linux kernel, the following vulnerability has been resolved: scsi: smartpqi: Fix disablemanagedinterrupts Correct blk-mq registration issue with module parameter disablemanagedinterrupts enabled. When we turn off the default PCIIRQAFFINITY flag, the driver needs to register with blk-mq usi...

7.8CVSS6.5AI score0.00245EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/03 5:01 p.m.7 views

CVE-2024-26774 ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid dividing by 0 in mbupdateavgfragmentsize when block bitmap corrupt Determine if bbfragments is 0 instead of determining bbfree to eliminate the risk of dividing by zero when the block bitmap is corrupted...

6.1AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/03 5:01 p.m.41 views

CVE-2024-26774 ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid dividing by 0 in mbupdateavgfragmentsize when block bitmap corrupt Determine if bbfragments is 0 instead of determining bbfree to eliminate the risk of dividing by zero when the block bitmap is corrupted...

7.8AI score0.00238EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/03 5:01 p.m.28 views

CVE-2024-26774

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid dividing by 0 in mbupdateavgfragmentsize when block bitmap corrupt Determine if bbfragments is 0 instead of determining bbfree to eliminate the risk of dividing by zero when the block bitmap is corrupted...

5.5CVSS7.3AI score0.00238EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/03 5:01 p.m.33 views

CVE-2024-26774 ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid dividing by 0 in mbupdateavgfragmentsize when block bitmap corrupt Determine if bbfragments is 0 instead of determining bbfree to eliminate the risk of dividing by zero when the block bitmap is corrupted...

6.7AI score0.00238EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/03 5:01 p.m.205 views

CVE-2024-26774

CVE-2024-26774 — Linux kernel ext4 fix for zero-division risk . The vulnerability arises in ext4_mb_update_avg_fragment_size() when the block bitmap is corrupted, potentially causing a divide-by-zero if bb_fragments is 0 and the code uses bb_free. The fix changes the check to determine bb_fragmen...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 5:00 p.m.29 views

CVE-2024-26773 ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4mbtrybestfound Determine if the group block bitmap is corrupted before using acbex in ext4mbtrybestfound to avoid allocating blocks from a group with a corrupted block...

7.8CVSS6.6AI score0.00312EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/03 5:00 p.m.212 views

CVE-2024-26773

CVE-2024-26773: The Linux kernel ext4 block allocator vulnerability is resolved. The fix prevents allocating blocks from a group whose block bitmap is corrupted during concurrent operations by verifying the group bitmap integrity before using ac_b_ex in ext4_mb_try_best_found(), and by guarding t...

7.8CVSS6.1AI score0.00312EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 5:00 p.m.24 views

CVE-2024-26773

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4mbtrybestfound Determine if the group block bitmap is corrupted before using acbex in ext4mbtrybestfound to avoid allocating blocks from a group with a corrupted block...

7.8CVSS7.3AI score0.00312EPSS
SaveExploits0
OSV
OSV
added 2024/04/03 5:00 p.m.10 views

CVE-2024-26773 ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4mbtrybestfound Determine if the group block bitmap is corrupted before using acbex in ext4mbtrybestfound to avoid allocating blocks from a group with a corrupted block...

7.8CVSS5.8AI score
SaveExploits0References13
OSV
OSV
added 2024/04/03 5:00 p.m.11 views

CVE-2024-26772 ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4mbfindbygoal Places the logic for checking if the group's block bitmap is corrupt under the protection of the group lock to avoid allocating blocks from the group with a...

7.8CVSS5.8AI score
SaveExploits0References13
CVE
CVE
added 2024/04/03 5:00 p.m.250 views

CVE-2024-26772

CVE-2024-26772: In the Linux kernel, the fix prevents allocating blocks from a corrupted ext4 group. The patch moves the block bitmap integrity check under the group lock in ext4_mb_find_by_goal(), ensuring blocks are not allocated from a group with a corrupted bitmap. This mitigates a local-priv...

7.8CVSS7.4AI score0.00264EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 5:00 p.m.32 views

CVE-2024-26772

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4mbfindbygoal Places the logic for checking if the group's block bitmap is corrupt under the protection of the group lock to avoid allocating blocks from the group with a...

7.8CVSS7.4AI score0.00264EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/03 5:00 p.m.38 views

CVE-2024-26772 ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid allocating blocks from corrupted group in ext4mbfindbygoal Places the logic for checking if the group's block bitmap is corrupt under the protection of the group lock to avoid allocating blocks from the group with a...

7.8CVSS6.7AI score0.00264EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/04/03 5:00 p.m.22 views

CVE-2024-26757 md: Don't ignore read-only array in md_check_recovery()

In the Linux kernel, the following vulnerability has been resolved: md: Don't ignore read-only array in mdcheckrecovery Usually if the array is not read-write, mdcheckrecovery won't register new syncthread in the first place. And if the array is read-write and syncthread is registered,...

6.9AI score0.00209EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/03 3:15 p.m.9 views

DEBIAN-CVE-2024-26705

In the Linux kernel, the following vulnerability has been resolved: parisc: BTLB: Fix crash when setting up BTLB at CPU bringup When using hotplug and bringing up a 32-bit CPU, ask the firmware about the BTLB information to set up the static block TLB entries. For that write access to the static...

5.5CVSS4.9AI score0.00194EPSS
SaveExploits0References1
Rows per page
Query Builder