Lucene search
+L

2152 matches found

Cvelist
Cvelist
added 2024/09/04 7:54 p.m.33 views

CVE-2024-44985 ipv6: prevent possible UAF in ip6_xmit()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6xmit If skbexpandhead returns NULL, skb has been freed and the associated dst/idev could also have been freed. We must use rcureadlock to prevent a possible UAF...

9.8CVSS0.00876EPSS
SaveExploits0References7
CVE
CVE
added 2024/09/04 7:54 p.m.143 views

CVE-2024-44985

CVE-2024-44985 affects the Linux kernel in the IPv6 path (ip6_xmit). The issue is a use-after-free risk: if skb_expand_head() returns NULL, skb and the associated dst/idev may be freed, requiring rcu_read_lock() to prevent UAF. The vulnerability is resolved upstream; commits listed in the connect...

9.8CVSS7.9AI score0.00876EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.17 views

CVE-2024-44985

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6xmit If skbexpandhead returns NULL, skb has been freed and the associated dst/idev could also have been freed. We must use rcureadlock to prevent a possible UAF...

9.8CVSS6.2AI score0.00876EPSS
SaveExploits0
OSV
OSV
added 2024/09/04 7:54 p.m.17 views

CVE-2024-44986 ipv6: fix possible UAF in ip6_finish_output2()

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible UAF in ip6finishoutput2 If skbexpandhead returns NULL, skb has been freed and associated dst/idev could also have been freed. We need to hold rcureadlock to make sure the dst and associated idev are alive...

8.1CVSS6.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.39 views

CVE-2024-44978

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS6.1AI score0.00219EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.33 views

CVE-2024-44978 drm/xe: Free job before xe_exec_queue_put

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS0.00219EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/04 7:54 p.m.19 views

CVE-2024-44978 drm/xe: Free job before xe_exec_queue_put

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS6.6AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.9 views

CVE-2024-44978 drm/xe: Free job before xe_exec_queue_put

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xeexecqueueput Free job depends on job-vm being valid, the last xeexecqueueput can destroy the VM. Prevent UAF by freeing job before xeexecqueueput. cherry picked from commit...

7.8CVSS7.2AI score0.00219EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.18 views

CVE-2024-44974

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: avoid possible UaF when selecting endp selectlocaladdress and selectsignaladdress both select an endpoint entry from the list inside an RCU protected section, but return a reference to it, to be read later on. If the...

7.8CVSS5.7AI score0.00272EPSS
SaveExploits0
CVE
CVE
added 2024/09/04 7:54 p.m.148 views

CVE-2024-44974

CVE-2024-44974 affects the Linux kernel, describing a Use-After-Free risk in MPTCP path management when selecting end-points. The description specifies that select_local_address() and select_signal_address() return a reference to an endpoint read outside an RCU-protected window, risking UaF after...

7.8CVSS7.3AI score0.00272EPSS
SaveExploits0References8Affected Software2
OSV
OSV
added 2024/09/04 7:54 p.m.19 views

CVE-2024-44974 mptcp: pm: avoid possible UaF when selecting endp

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: avoid possible UaF when selecting endp selectlocaladdress and selectsignaladdress both select an endpoint entry from the list inside an RCU protected section, but return a reference to it, to be read later on. If the...

7.8CVSS6AI score
SaveExploits0References11
NVD
NVD
added 2024/09/04 7:15 p.m.28 views

CVE-2024-44964

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leaks and crashes while performing a soft reset The second tagged commit introduced a UAF, as it removed restoring qvector-vport pointers after reinitializating the structures. This is due to that all queue...

7.8CVSS0.00227EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/04 6:36 p.m.17 views

CVE-2024-44964 idpf: fix memory leaks and crashes while performing a soft reset

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leaks and crashes while performing a soft reset The second tagged commit introduced a UAF, as it removed restoring qvector-vport pointers after reinitializating the structures. This is due to that all queue...

7AI score0.00227EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/09/04 6:36 p.m.50 views

CVE-2024-44964 idpf: fix memory leaks and crashes while performing a soft reset

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leaks and crashes while performing a soft reset The second tagged commit introduced a UAF, as it removed restoring qvector-vport pointers after reinitializating the structures. This is due to that all queue...

0.00227EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/04 6:36 p.m.50 views

CVE-2024-44964

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leaks and crashes while performing a soft reset The second tagged commit introduced a UAF, as it removed restoring qvector-vport pointers after reinitializating the structures. This is due to that all queue...

7.8CVSS5.9AI score0.00227EPSS
SaveExploits0
OSV
OSV
added 2024/09/04 6:36 p.m.22 views

CVE-2024-44964 idpf: fix memory leaks and crashes while performing a soft reset

In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leaks and crashes while performing a soft reset The second tagged commit introduced a UAF, as it removed restoring qvector-vport pointers after reinitializating the structures. This is due to that all queue...

6AI score
SaveExploits0References5
CVE
CVE
added 2024/09/04 6:36 p.m.176 views

CVE-2024-44964

CVE-2024-44964 affects the Linux kernel idpf driver. The issue arises during a soft reset when the second tagged commit rewrote vport/q_vector pointers and failed to restore backpointers, causing use-after-free (UAF) and memory leaks. The consequence is memory bloat, possible crashes, and “limbo”...

7.8CVSS7.2AI score0.00227EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/09/02 4:08 p.m.16 views

CLSA-2024-1725293298 kernel: Fix of 37 CVEs

tun: add missing verification for short frame CVE-2024-41091 - tap: add missing verification for short frame CVE-2024-41090 - drm/amd/display: Fix potential index out of bounds in color transformation function CVE-2024-38552 - net: fix dstnegativeadvice race CVE-2024-36971 - net: annotate...

10CVSS7.2AI score0.02701EPSS
SaveExploits2References1
RedhatCVE
RedhatCVE
added 2024/09/02 6:41 a.m.18 views

CVE-2024-44946

In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcmsendmsg for the same socket. syzkaller reported UAF in kcmrelease. 0 The scenario is 1. Thread A builds a skb with MSGMORE and sets kcm-seqskb. 2. Thread A resumes building skb from kcm-seqskb but is blocked by...

5.5CVSS6.8AI score0.0086EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/31 2:15 p.m.35 views

CVE-2024-44946

In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcmsendmsg for the same socket. syzkaller reported UAF in kcmrelease. 0 The scenario is 1. Thread A builds a skb with MSGMORE and sets kcm-seqskb. 2. Thread A resumes building skb from kcm-seqskb but is blocked by...

7.8CVSS0.0086EPSS
SaveExploits0References10
Rows per page
Query Builder