Lucene search
+L

536 matches found

RedhatCVE
RedhatCVE
added 2024/09/04 10:15 p.m.27 views

CVE-2024-44986

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

7.3CVSS7AI score0.00237EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.27 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...

7AI score0.00237EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.24 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...

7.1AI score0.00251EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/08/16 12:0 a.m.24 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-36971)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-36971 advisory. - In the Linux kernel, the following vulnerability has been resolved: net: fix dstnegativeadvice race...

7.8CVSS6.3AI score0.02701EPSS
SaveExploits1References2
Microsoft KB
Microsoft KB
added 2024/08/13 7:0 a.m.94 views

July 9, 2024—KB5040490 (Security-only update)

None None...

9.8CVSS6.8AI score0.84345EPSS
SaveExploits7
Microsoft KB
Microsoft KB
added 2024/08/13 7:0 a.m.216 views

July 9, 2024—KB5040497 (Monthly Rollup)

None None...

9.8CVSS6.8AI score0.75365EPSS
SaveExploits7
SUSE CVE
SUSE CVE
added 2024/08/06 2:1 a.m.12 views

SUSE CVE-2024-41081

In the Linux kernel, the following vulnerability has been resolved: ila: block BH in ilaoutput As explained in commit 1378817486d6 "tipc: block BH before using dstcache", net/core/dstcache.c helpers need to be called with BH disabled. ilaoutput is called from lwtunneloutput possibly from process...

5.5CVSS6.2AI score0.00267EPSS
SaveExploits0References16
OSV
OSV
added 2024/07/29 3:15 p.m.7 views

DEBIAN-CVE-2024-41081

In the Linux kernel, the following vulnerability has been resolved: ila: block BH in ilaoutput As explained in commit 1378817486d6 "tipc: block BH before using dstcache", net/core/dstcache.c helpers need to be called with BH disabled. ilaoutput is called from lwtunneloutput possibly from process...

5.5CVSS5.6AI score0.00267EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/07/29 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates in the ilaoutput function, which requires disabling BH before calling the net/core/dstcache.c helper functio...

5.5CVSS6.4AI score0.00267EPSS
SaveExploits0References9
Amazon
Amazon
added 2024/07/22 12:0 a.m.2 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: net: fix dstnegativeadvice race CVE-2024-36971 Affected Packages: kernel Note: This advisory is applicable to Amazon Linux 2 - Kernel-5.15 Extra. Visit this page to learn more about Amazon Linux 2 AL2 Extras and...

7.8CVSS6.5AI score0.02701EPSS
SaveExploits1
Amazon
Amazon
added 2024/07/22 12:0 a.m.6 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: net: fix dstnegativeadvice race CVE-2024-36971 Affected Packages: kernel Note: This advisory is applicable to Amazon Linux 2 - Kernel-5.4 Extra. Visit this page to learn more about Amazon Linux 2 AL2 Extras and th...

7.8CVSS6.5AI score0.02701EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2024/07/17 4:19 a.m.3 views

SUSE CVE-2022-48809

In the Linux kernel, the following vulnerability has been resolved: net: fix a memleak when uncloning an skb dst and its metadata When uncloning an skb dst and its associated metadata, a new dst+metadata is allocated and later replaces the old one in the skb. This is helpful to have a non-shared...

5.5CVSS6.7AI score0.00282EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/16 12:15 p.m.2 views

DEBIAN-CVE-2022-48809

In the Linux kernel, the following vulnerability has been resolved: net: fix a memleak when uncloning an skb dst and its metadata When uncloning an skb dst and its associated metadata, a new dst+metadata is allocated and later replaces the old one in the skb. This is helpful to have a non-shared...

5.5CVSS5.3AI score0.00282EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.23 views

CVE-2022-48809

In the Linux kernel, the following vulnerability has been resolved: net: fix a memleak when uncloning an skb dst and its metadata When uncloning an skb dst and its associated metadata, a new dst+metadata is allocated and later replaces the old one in the skb. This is helpful to have a non-shared...

5.5CVSS5.9AI score0.00282EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/07/16 11:43 a.m.28 views

CVE-2022-48809

In the Linux kernel, the following vulnerability has been resolved: net: fix a memleak when uncloning an skb dst and its metadata When uncloning an skb dst and its associated metadata, a new dst+metadata is allocated and later replaces the old one in the skb. This is helpful to have a non-shared...

5.5CVSS5.3AI score0.00282EPSS
SaveExploits0
OSV
OSV
added 2024/07/12 1:15 p.m.1 views

DEBIAN-CVE-2024-40959

In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6dstidev return value in xfrm6getsaddr ip6dstidev can return NULL, xfrm6getsaddr must act accordingly. syzbot reported: Oops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1...

5.5CVSS5.6AI score0.00276EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.7 views

UBUNTU-CVE-2024-40959

In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6dstidev return value in xfrm6getsaddr ip6dstidev can return NULL, xfrm6getsaddr must act accordingly. syzbot reported: Oops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1...

5.5CVSS6.2AI score0.00276EPSS
SaveExploits0References34
OSV
OSV
added 2024/07/12 1:15 p.m.4 views

UBUNTU-CVE-2024-40983

In the Linux kernel, the following vulnerability has been resolved: tipc: force a dst refcount before doing decryption As it says in commit 3bc07321ccc2 "xfrm: Force a dst refcount before entering the xfrm type handlers": "Crypto requests might return asynchronous. In this case we leave the rcu...

5.5CVSS6.2AI score0.00293EPSS
SaveExploits0References22
Debian CVE
Debian CVE
added 2024/07/12 12:33 p.m.42 views

CVE-2024-40983

In the Linux kernel, the following vulnerability has been resolved: tipc: force a dst refcount before doing decryption As it says in commit 3bc07321ccc2 "xfrm: Force a dst refcount before entering the xfrm type handlers": "Crypto requests might return asynchronous. In this case we leave the rcu...

5.5CVSS5.7AI score0.00293EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/07/12 12:0 a.m.5 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the xfrm6 component failing to properly check the return value of the ip6dstidev function when obtaining a...

5.5CVSS6.4AI score0.00276EPSS
SaveExploits0References10
Rows per page
Query Builder