Lucene search
+L

6310 matches found

Cvelist
Cvelist
added 2024/05/30 3:29 p.m.26 views

CVE-2024-36917 block: fix overflow in blk_ioctl_discard()

In the Linux kernel, the following vulnerability has been resolved: block: fix overflow in blkioctldiscard There is no check for overflow of 'start + len' in blkioctldiscard. Hung task occurs if submit an discard ioctl with the following param: start = 0x80000000000ff000, len = 0x8000000000fff000...

6.8AI score0.00225EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.40 views

CVE-2024-36915

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix nfcllcpsetsockopt unsafe copies syzbot reported unsafe calls to copyfromsockptr 1 Use copysafefromsockptr instead. 1 BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset include/linux/sockptr.h:49 inline BUG:...

7.1CVSS8.3AI score0.0025EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.53 views

CVE-2024-36914

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable WHY dynamic memory safety error detector KASAN catches and generates error messages "BUG: KASAN: slab-out-of-bounds" as writeback connector does not support certain...

7.8CVSS7.8AI score0.00248EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.16 views

CVE-2024-36913

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Leak pages if setmemoryencrypted fails In CoCo VMs it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resulting memory is...

8.1CVSS7.3AI score0.00915EPSS
SaveExploits0
OSV
OSV
added 2024/05/30 3:29 p.m.17 views

CVE-2024-36914 drm/amd/display: Skip on writeback when it's not applicable

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip on writeback when it's not applicable WHY dynamic memory safety error detector KASAN catches and generates error messages "BUG: KASAN: slab-out-of-bounds" as writeback connector does not support certain...

7.8CVSS6.3AI score0.00248EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.76 views

CVE-2024-36911

In the Linux kernel, the following vulnerability has been resolved: hvnetvsc: Don't free decrypted memory In CoCo VMs it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resulting memory is shared. Callers need to...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.19 views

CVE-2024-36909

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted In CoCo VMs it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resultin...

5.5CVSS7.6AI score0.00225EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.14 views

CVE-2024-36910

In the Linux kernel, the following vulnerability has been resolved: uiohvgeneric: Don't free decrypted memory In CoCo VMs it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resulting memory is shared. Callers need...

6.2CVSS7.3AI score0.00237EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.35 views

CVE-2024-36907

...

6.3AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.20 views

CVE-2024-36908 blk-iocost: do not WARN if iocg was already offlined

In the Linux kernel, the following vulnerability has been resolved: blk-iocost: do not WARN if iocg was already offlined In iocgpaydebt, warn is triggered if 'activelist' is empty, which is intended to confirm iocg is active when it has debt. However, warn can be triggered during a blkcg or disk...

6.8AI score0.00234EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.18 views

CVE-2024-36907

...

6.4AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.18 views

CVE-2024-36908

In the Linux kernel, the following vulnerability has been resolved: blk-iocost: do not WARN if iocg was already offlined In iocgpaydebt, warn is triggered if 'activelist' is empty, which is intended to confirm iocg is active when it has debt. However, warn can be triggered during a blkcg or disk...

7.1CVSS7.7AI score0.00234EPSS
SaveExploits0
CVE
CVE
added 2024/05/30 3:29 p.m.154 views

CVE-2024-36908

CVE-2024-36908 is a Linux kernel issue in the blk-iocost subsystem. The warning in iocg_pay_debt can be triggered during blkcg or disk removal when iocg_waitq_timer_fn() runs, producing a meaningless warning. The patch adds a guard to skip the warn if the iocg was already offlined, since the iocg...

7.1CVSS7.9AI score0.00234EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.34 views

CVE-2024-36905 tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets

In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdownSENDSHUTDOWN for TCPSYNRECV sockets TCPSYNRECV state is really special, it is only used by cross-syn connections, mostly used by fuzzers. In the following crash 1, syzbot managed to trigger a divide by zero in...

6.7AI score0.00332EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.17 views

CVE-2024-36906

In the Linux kernel, the following vulnerability has been resolved: ARM: 9381/1: kasan: clear stale stack poison We found below OOB crash: 33.452494 ================================================================== 33.453513 BUG: KASAN: stack-out-of-bounds in...

7.8CVSS6.7AI score0.00234EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.18 views

CVE-2024-36906 ARM: 9381/1: kasan: clear stale stack poison

In the Linux kernel, the following vulnerability has been resolved: ARM: 9381/1: kasan: clear stale stack poison We found below OOB crash: 33.452494 ================================================================== 33.453513 BUG: KASAN: stack-out-of-bounds in...

6.4AI score0.00234EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.34 views

CVE-2024-36905

In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdownSENDSHUTDOWN for TCPSYNRECV sockets TCPSYNRECV state is really special, it is only used by cross-syn connections, mostly used by fuzzers. In the following crash 1, syzbot managed to trigger a divide by zero in...

5.5CVSS7.5AI score0.00332EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.38 views

CVE-2024-36904 tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().

In the Linux kernel, the following vulnerability has been resolved: tcp: Use refcountincnotzero in tcptwskunique. Anderson Nascimento reported a use-after-free splat in tcptwskunique with nice analysis. Since commit ec94c2696f0b "tcp/dccp: avoid one atomic operation for timewait hashdance",...

7.4AI score0.00614EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.28 views

CVE-2024-36904

In the Linux kernel, the following vulnerability has been resolved: tcp: Use refcountincnotzero in tcptwskunique. Anderson Nascimento reported a use-after-free splat in tcptwskunique with nice analysis. Since commit ec94c2696f0b "tcp/dccp: avoid one atomic operation for timewait hashdance",...

7.8CVSS7.9AI score0.00614EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.20 views

CVE-2024-36903

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix potential uninit-value access in ip6makeskb As it was done in commit fc1092f51567 "ipv4: Fix uninit-value access in ipmakeskb" for IPv4, check FLOWIFLAGKNOWNNH on fl6-flowi6flags instead of testing HDRINCL on the socket...

5.5CVSS7.3AI score0.0023EPSS
SaveExploits0
Rows per page
Query Builder