Lucene search
+L

141 matches found

OSV
OSV
added 2024/11/19 2:16 a.m.22 views

UBUNTU-CVE-2024-50278

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix potential out-of-bounds access on the first resume Out-of-bounds access occurs if the fast device is expanded unexpectedly before the first-time resume of the cache table. This happens because expanding the fast...

7.1CVSS6.2AI score0.00262EPSS
SaveExploits0References48
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.32 views

CVE-2024-50280 dm cache: fix flushing uninitialized delayed_work on cache_ctr error

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix flushing uninitialized delayedwork on cachectr error An unexpected WARNON from flushwork may occur when cache creation fails, caused by destroying the uninitialized delayedwork waker in the error path of cachecreate...

0.00251EPSS
SaveExploits0References6
CVE
CVE
added 2024/11/19 1:30 a.m.155 views

CVE-2024-50280

CVE-2024-50280 : In the Linux kernel, the dm cache feature was fixed to avoid warning in flush_work() when cache creation fails due to destroying an uninitialized delayed_work waker. Root cause: cancel_delayed_work_sync() remained in the error path of cache_create(), risking a WARN_ON in certain ...

7.8CVSS6.6AI score0.00251EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.51 views

CVE-2024-50279 dm cache: fix out-of-bounds access to the dirty bitset when resizing

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix out-of-bounds access to the dirty bitset when resizing dm-cache checks the dirty bits of the cache blocks to be dropped when shrinking the fast device, but an index bug in bitset iteration causes out-of-bounds acces...

0.00262EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.21 views

CVE-2024-50279

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix out-of-bounds access to the dirty bitset when resizing dm-cache checks the dirty bits of the cache blocks to be dropped when shrinking the fast device, but an index bug in bitset iteration causes out-of-bounds acces...

7.1CVSS5.7AI score0.00262EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.3 views

CVE-2024-50279 dm cache: fix out-of-bounds access to the dirty bitset when resizing

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix out-of-bounds access to the dirty bitset when resizing dm-cache checks the dirty bits of the cache blocks to be dropped when shrinking the fast device, but an index bug in bitset iteration causes out-of-bounds acces...

7.6AI score0.00262EPSS
SaveExploits0References8
OSV
OSV
added 2024/11/19 1:30 a.m.14 views

CVE-2024-50279 dm cache: fix out-of-bounds access to the dirty bitset when resizing

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix out-of-bounds access to the dirty bitset when resizing dm-cache checks the dirty bits of the cache blocks to be dropped when shrinking the fast device, but an index bug in bitset iteration causes out-of-bounds acces...

7.1CVSS6.3AI score
SaveExploits0References13
CVE
CVE
added 2024/11/19 1:30 a.m.197 views

CVE-2024-50279

CVE-2024-50279 affects the Linux kernel dm-cache component. The issue is an index/bounds bug in bitset iteration when shrinking the fast device, which caused an out-of-bounds access to the dirty bitset. The vulnerability is triggered during resize operations (as described in the reproduce steps a...

7.1CVSS6.5AI score0.00262EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.34 views

CVE-2024-50278

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix potential out-of-bounds access on the first resume Out-of-bounds access occurs if the fast device is expanded unexpectedly before the first-time resume of the cache table. This happens because expanding the fast...

7.1CVSS5.8AI score0.00262EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/19 1:30 a.m.39 views

CVE-2024-50278 dm cache: fix potential out-of-bounds access on the first resume

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix potential out-of-bounds access on the first resume Out-of-bounds access occurs if the fast device is expanded unexpectedly before the first-time resume of the cache table. This happens because expanding the fast...

0.00262EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/11/19 1:30 a.m.4 views

CVE-2024-50278 dm cache: fix potential out-of-bounds access on the first resume

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix potential out-of-bounds access on the first resume Out-of-bounds access occurs if the fast device is expanded unexpectedly before the first-time resume of the cache table. This happens because expanding the fast...

7.6AI score0.00262EPSS
SaveExploits0References8
CVE
CVE
added 2024/11/19 1:30 a.m.192 views

CVE-2024-50278

The CVE-2024-50278 vulnerability affects the Linux kernel’s dm-cache (device-mapper) component. It can cause an out-of-bounds access in the dirty-bitset when the fast device is expanded before the first resume of the cache table, due to the first-resume size check not being performed. Reproductio...

7.1CVSS6.5AI score0.00262EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/11/19 1:30 a.m.30 views

CVE-2024-50278 dm cache: fix potential out-of-bounds access on the first resume

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix potential out-of-bounds access on the first resume Out-of-bounds access occurs if the fast device is expanded unexpectedly before the first-time resume of the cache table. This happens because expanding the fast...

7.1CVSS6.2AI score
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2024/10/21 12:00 a.m.20 views

PT-2024-9953

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the dm cache component of the Linux kernel, specifically with the flush work function. It may cause an unexpected WARN ON when cache creation fails due to the...

7.8CVSS5.4AI score0.00251EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.7 views

kernel: dm cache: Fix UAF in destroy()

In the Linux kernel, the following vulnerability has been resolved: dm cache: Fix UAF in destroy Dmcache also has the same UAF problem when dmresume and dmdestroy are concurrent. Therefore, cancelling timer again in destroy...

7.8CVSS6.7AI score0.00167EPSS
SaveExploits0References5
OSV
OSV
added 2023/02/14 3:41 p.m.14 views

SUSE-SU-2023:0409-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 LTSS kernel was updated to receive various security and bugfixes. The following security bugs were fixed: - CVE-2022-3606: Fixed a null pointer dereference inside the function findprogbysecinsn of the file tools/lib/bpf/libbpf.c of the component BPF bnc1204502. -...

7.8CVSS7.3AI score0.01944EPSS
SaveExploits5References11
OSV
OSV
added 2023/01/17 7:28 p.m.13 views

GSD-2023-1001535 dm cache: Fix UAF in destroy()

dm cache: Fix UAF in destroy This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.337 by commit 034cbc8d3b47a56acd89453c29632a9c117de09d, it was...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/01/17 7:00 p.m.12 views

GSD-2023-1001283 dm cache: Fix UAF in destroy()

dm cache: Fix UAF in destroy This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.163 by commit 2b17026685a270b2beaf1cdd9857fcedd3505c7e, it wa...

7.2AI score
SaveExploits0
OSV
OSV
added 2023/01/17 6:24 p.m.11 views

GSD-2023-1000926 dm cache: Fix UAF in destroy()

dm cache: Fix UAF in destroy This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.87 by commit d2a0b298ebf83ab6236f66788a3541e91ce75a70, it was...

7.2AI score
SaveExploits0
Oracle linux
Oracle linux
added 2019/08/19 12:00 a.m.114 views

kernel security, bug fix, and enhancement update

4.18.0-80.7.10.OL8 - Oracle Linux certificates Alexey Petrenko - Oracle Linux RHCK Module Signing Key was added to the kernel trusted keys list olkmodsigningkey.pem Orabug: 29539237 - Update x509.genkey Orabug: 24817676 4.18.0-80.7.10 - x86 Update stepping values for Whiskey Lake U/Y David Arcari...

9.8CVSS7.8AI score0.98745EPSS
SaveExploits4
Rows per page
Query Builder