Lucene search
+L

6348 matches found

Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.18 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...

9.3CVSS7.3AI score0.00652EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.56 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.82 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...

9.8CVSS7.3AI score0.00612EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.20 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...

9.3CVSS7.6AI score0.00239EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.15 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...

8.4CVSS7.3AI score0.00246EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.37 views

CVE-2024-36907

...

6.3AI score
SaveExploits0
CVE
CVE
added 2024/05/30 3:29 p.m.161 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.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
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.19 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
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.35 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
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.18 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.35 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
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.29 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.00609EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.42 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.8CVSS7.4AI score0.00609EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.20 views

CVE-2024-36903 ipv6: Fix potential uninit-value access in __ip6_make_skb()

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...

6.8AI score0.0023EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.21 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
Debian CVE
Debian CVE
added 2024/05/30 3:29 p.m.17 views

CVE-2024-36902

In the Linux kernel, the following vulnerability has been resolved: ipv6: fib6rules: avoid possible NULL dereference in fib6ruleaction syzbot is able to trigger the following crash 1, caused by unsafe ip6dstidev use. Indeed ip6dstidev can return NULL, and must always be checked. 1 Oops: general...

5.5CVSS7.6AI score0.00287EPSS
SaveExploits0
OSV
OSV
added 2024/05/30 3:29 p.m.15 views

CVE-2024-36901 ipv6: prevent NULL dereference in ip6_output()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in ip6output According to syzbot, there is a chance that ip6dstidev returns NULL in ip6output. Most places in IPv6 stack deal with a NULL idev just fine, but not here. syzbot reported: general...

6.1AI score
SaveExploits0References9
Rows per page
Query Builder