Lucene search
+L

1708 matches found

NVD
NVD
added 2024/01/25 7:15 a.m.29 views

CVE-2024-23307

Integer Overflow or Wraparound vulnerability in Linux Linux kernel kernel on Linux, x86, ARM md, raid, raid5 modules allows Forced Integer Overflow...

7.8CVSS5.7AI score0.0059EPSS
SaveExploits0References2
OSV
OSV
added 2024/01/25 7:15 a.m.13 views

AZL-34004 CVE-2024-23307 affecting package kernel 5.15.200.1-1

Integer Overflow or Wraparound vulnerability in Linux Linux kernel kernel on Linux, x86, ARM md, raid, raid5 modules allows Forced Integer Overflow...

7.8CVSS6.6AI score0.0059EPSS
SaveExploits0References1
OSV
OSV
added 2024/01/25 7:15 a.m.2 views

DEBIAN-CVE-2024-23307

Integer Overflow or Wraparound vulnerability in Linux Linux kernel kernel on Linux, x86, ARM md, raid, raid5 modules allows Forced Integer Overflow...

7.8CVSS6.2AI score0.0059EPSS
SaveExploits0References1
Prion
Prion
added 2024/01/25 7:15 a.m.37 views

Integer overflow

Integer Overflow or Wraparound vulnerability in Linux Linux kernel kernel on Linux, x86, ARM md, raid, raid5 modules allows Forced Integer Overflow...

4.3CVSS7.1AI score0.0059EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2024/01/25 7:15 a.m.5 views

UBUNTU-CVE-2024-23307

Integer Overflow or Wraparound vulnerability in Linux Linux kernel kernel on Linux, x86, ARM md, raid, raid5 modules allows Forced Integer Overflow...

7.8CVSS6.7AI score0.0059EPSS
SaveExploits0References31
Debian CVE
Debian CVE
added 2024/01/25 6:59 a.m.41 views

CVE-2024-23307

Integer Overflow or Wraparound vulnerability in Linux Linux kernel kernel on Linux, x86, ARM md, raid, raid5 modules allows Forced Integer Overflow...

7.8CVSS8.2AI score0.0059EPSS
SaveExploits0
CVE
CVE
added 2024/01/25 6:59 a.m.206 views

CVE-2024-23307

CVE-2024-23307 affects the Linux kernel (md, raid, raid5 modules) with an Integer Overflow or Wraparound vulnerability. The connected Astra/Linux bulletin reproduces the same description but provides no technical details or patch information in the supplied documents. No mitigation details are pr...

7.8CVSS7.3AI score0.0059EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/01/25 6:59 a.m.2 views

CVE-2024-23307 Integer overflow in raid5_cache_count in Linux kernel

Integer Overflow or Wraparound vulnerability in Linux Linux kernel kernel on Linux, x86, ARM md, raid, raid5 modules allows Forced Integer Overflow...

4.4CVSS6.7AI score0.0059EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/01/08 12:0 a.m.11 views

maxView Storage Manager Security Vulnerability

Microsemi maxView Storage Manager is a unified viewing tool from Microsemi that centralizes the management of all Adaptec RAID products. A security vulnerability exists in versions v3.00.23484 through v4.14.00.26064 of maxView Storage Manager that originated from a vulnerability that allows an...

10CVSS6.7AI score0.00528EPSS
SaveExploits0References2
Pen Test Partners Blog
Pen Test Partners Blog
added 2024/01/04 6:59 a.m.21 views

RAID Technology and the importance of disk encryption in data security

Introduction Recently we were engaged by a client experiencing a potential data leak incident. Amidst their expansion, they were constructing a new data centre. Due to pressing business needs, they accelerated the setup of part of their infrastructure. This urgency led to them setting up a Domain...

7.3AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/11/28 3:40 p.m.4 views

kernel: md/raid10: fix leak of 'r10bio->remaining' for recovery

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix leak of 'r10bio-remaining' for recovery raid10syncrequest will add 'r10bio-remaining' for both rdev and replacement rdev. However, if the read io fails, recoveryrequestwrite returns without issuing the write io, in...

5.5CVSS6.7AI score0.0014EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/28 3:40 p.m.5 views

kernel: md/raid10: fix null-ptr-deref in raid10_sync_request

A null pointer dereference flaw was found in the Linux kernel's RAID10 implementation. When recovery is skipped on a clean array, initresync is called but closesync is not, leaving conf-havereplacement incorrectly set to 0. If a replacement device is later added and recovery is triggered, replbio...

7.2AI score0.0023EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/28 3:40 p.m.3 views

kernel: Kernel: Denial of Service due to memory leak in RAID10 functionality

A flaw was found in the Linux kernel. This vulnerability, a memory leak, occurs within the RAID10 functionality when handling certain error conditions. A local attacker with low privileges could exploit this by triggering the specific error path, potentially leading to a denial of service DoS due...

5.8AI score0.00192EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/28 3:40 p.m.5 views

kernel: md: fix soft lockup in status_resync

A logic flaw was found in the Linux kernel Multiple Device software RAID status reporting, where concurrent updates to resynchronization progress can overflow an internal difference calculation. This can cause the progress bar routine to loop excessively and trigger a soft lockup. A local user...

5.5CVSS7.3AI score0.00143EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/28 3:40 p.m.13 views

kernel: md/raid10: fix memleak of md thread

A memory leak was found in the MD RAID10 driver. When raid10run fails after setupconf succeeds but before mddev-thread is set, the conf-thread is not freed, leaking kernel thread resources...

5.7AI score0.00184EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.10 views

kernel: Kernel: Denial of Service due to memory leak in RAID10 functionality

A flaw was found in the Linux kernel. This vulnerability, a memory leak, occurs within the RAID10 functionality when handling certain error conditions. A local attacker with low privileges could exploit this by triggering the specific error path, potentially leading to a denial of service DoS due...

5.8AI score0.00192EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.4 views

kernel: md/raid10: fix null-ptr-deref in raid10_sync_request

A null pointer dereference flaw was found in the Linux kernel's RAID10 implementation. When recovery is skipped on a clean array, initresync is called but closesync is not, leaving conf-havereplacement incorrectly set to 0. If a replacement device is later added and recovery is triggered, replbio...

7.2AI score0.0023EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.14 views

kernel: md/raid10: fix memleak of md thread

A memory leak was found in the MD RAID10 driver. When raid10run fails after setupconf succeeds but before mddev-thread is set, the conf-thread is not freed, leaking kernel thread resources...

5.7AI score0.00184EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.6 views

kernel: md/raid10: fix leak of 'r10bio->remaining' for recovery

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix leak of 'r10bio-remaining' for recovery raid10syncrequest will add 'r10bio-remaining' for both rdev and replacement rdev. However, if the read io fails, recoveryrequestwrite returns without issuing the write io, in...

5.5CVSS6.7AI score0.0014EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.8 views

kernel: md: fix soft lockup in status_resync

A logic flaw was found in the Linux kernel Multiple Device software RAID status reporting, where concurrent updates to resynchronization progress can overflow an internal difference calculation. This can cause the progress bar routine to loop excessively and trigger a soft lockup. A local user...

5.5CVSS7.3AI score0.00143EPSS
SaveExploits0References5
Rows per page
Query Builder