Lucene search
+L

82 matches found

UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.34 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...

5.5CVSS6.4AI score0.00255EPSS
Exploits0References22
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.21 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.5CVSS6.4AI score0.00238EPSS
Exploits0References17
OSV
OSV
added 2024/04/03 5:15 p.m.9 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
Exploits0References18
Vulnrichment
Vulnrichment
added 2024/04/03 5:1 p.m.31 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
Exploits0References4
CVE
CVE
added 2024/04/03 5:1 p.m.188 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
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2024/04/03 5:1 p.m.32 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
Exploits0References4
Debian CVE
Debian CVE
added 2024/04/03 5:1 p.m.22 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
Exploits0
OSV
OSV
added 2024/04/03 5:1 p.m.4 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...

5.5CVSS6.1AI score0.00238EPSS
Exploits0References8
OSV
OSV
added 2024/04/03 5:0 p.m.8 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...

5.5CVSS5.8AI score0.00301EPSS
Exploits0References13
Vulnrichment
Vulnrichment
added 2024/04/03 5:0 p.m.27 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...

6.6AI score0.00301EPSS
Exploits0References8
CVE
CVE
added 2024/04/03 5:0 p.m.192 views

CVE-2024-26773

Summary (CVE-2024-26773): The Linux kernel ext4 allocator could allocate blocks from a group whose block bitmap was corrupted, due to a concurrency window where ac_b_ex was used in ext4_mb_try_best_found(). The issue was tied to validating whether a group bitmap is corrupted before block allocati...

5.5CVSS6.1AI score0.00301EPSS
Exploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 5:0 p.m.19 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...

5.5CVSS7.3AI score0.00301EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/04/03 5:0 p.m.36 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...

6.7AI score0.00255EPSS
Exploits0References8
CVE
CVE
added 2024/04/03 5:0 p.m.217 views

CVE-2024-26772

CVE-2024-26772 describes a Linux kernel vulnerability in ext4 where block allocations could come from a corrupted group bitmap. The fix moves the group bitmap integrity check under the group lock in ext4_mb_find_by_goal(), ensuring that blocks are not allocated from a group whose bitmap is corrup...

5.5CVSS7.4AI score0.00255EPSS
Exploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 5:0 p.m.27 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...

5.5CVSS7.4AI score0.00255EPSS
Exploits0
OSV
OSV
added 2021/09/20 4:15 p.m.2 views

DEBIAN-CVE-2021-39520

An issue was discovered in libjpeg through 2020021. A NULL pointer dereference exists in the function BlockBitmapRequester::PushReconstructedData located in blockbitmaprequester.cpp. It allows an attacker to cause Denial of Service...

6.5CVSS6.3AI score0.00866EPSS
Exploits1References1
OSV
OSV
added 2021/09/20 4:15 p.m.31 views

UBUNTU-CVE-2021-39517

An issue was discovered in libjpeg through 2020021. A NULL pointer dereference exists in the function BlockBitmapRequester::ReconstructUnsampled located in blockbitmaprequester.cpp. It allows an attacker to cause Denial of Service...

6.5CVSS6.6AI score0.0086EPSS
Exploits1References2
ATTACKERKB
ATTACKERKB
added 2021/09/20 4:15 p.m.4 views

CVE-2021-39519

An issue was discovered in libjpeg through 2020021. A NULL pointer dereference exists in the function BlockBitmapRequester::PullQData located in blockbitmaprequester.cpp It allows an attacker to cause Denial of Service...

6.5CVSS6.6AI score0.00866EPSS
Exploits1References2
ATTACKERKB
ATTACKERKB
added 2021/09/20 4:15 p.m.3 views

CVE-2021-39520

An issue was discovered in libjpeg through 2020021. A NULL pointer dereference exists in the function BlockBitmapRequester::PushReconstructedData located in blockbitmaprequester.cpp. It allows an attacker to cause Denial of Service...

6.5CVSS6.6AI score0.00866EPSS
Exploits1References2
OSV
OSV
added 2021/09/20 4:15 p.m.6 views

UBUNTU-CVE-2021-39520

An issue was discovered in libjpeg through 2020021. A NULL pointer dereference exists in the function BlockBitmapRequester::PushReconstructedData located in blockbitmaprequester.cpp. It allows an attacker to cause Denial of Service...

6.5CVSS5.8AI score0.00866EPSS
Exploits1References2
Rows per page
Query Builder