Lucene search
+L

11220 matches found

Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.22 views

CVE-2024-44999

In the Linux kernel, the following vulnerability has been resolved: gtp: pull network headers in gtpdevxmit syzbot/KMSAN reported use of uninit-value in getdevxmit 1 We must make sure the IPv4 or Ipv6 header is pulled in skb-head before accessing fields in them. Use pskbinetmaypull to fix this...

7.1CVSS5.6AI score0.00261EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.23 views

CVE-2024-44987 ipv6: prevent UAF in ip6_send_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS6.9AI score0.00255EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/04 7:54 p.m.31 views

CVE-2024-44987 ipv6: prevent UAF in ip6_send_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS6.1AI score
SaveExploits0References16
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.47 views

CVE-2024-44987 ipv6: prevent UAF in ip6_send_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS0.00255EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.37 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.1CVSS0.00706EPSS
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.00876EPSS
SaveExploits0References7
CVE
CVE
added 2024/09/04 7:54 p.m.150 views

CVE-2024-44986

CVE-2024-44986 affects the Linux kernel IPv6 path. A use-after-free can occur in ip6_finish_output2() if skb_expand_head() returns NULL, potentially freeing skb and its dst/idev; the code must hold rcu_read_lock() to keep dst/idev alive. The provided connected documents confirm a kernel fix in th...

8.1CVSS7.3AI score0.00706EPSS
SaveExploits0References6Affected Software2
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.31 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.00706EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.18 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...

8.1CVSS5.7AI score0.00706EPSS
SaveExploits0
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.144 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
OSV
OSV
added 2024/09/04 7:54 p.m.18 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
Amazon
Amazon
added 2024/09/04 12:00 a.m.9 views

Medium: docker

Issue Overview: The various Is methods IsPrivate, IsLoopback, etc did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms. CVE-2024-24790 Affected Packages: docker Issue Correction: Run dnf update docker...

9.8CVSS6.8AI score0.01952EPSS
SaveExploits0
Amazon
Amazon
added 2024/09/04 12:00 a.m.8 views

Medium: runc

Issue Overview: The various Is methods IsPrivate, IsLoopback, etc did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms. CVE-2024-24790 Affected Packages: runc Issue Correction: Run dnf update runc --releasev...

9.8CVSS6.8AI score0.01952EPSS
SaveExploits0
Amazon
Amazon
added 2024/09/04 12:00 a.m.11 views

Medium: runc

Issue Overview: The various Is methods IsPrivate, IsLoopback, etc did not work as expected for IPv4-mapped IPv6 addresses, returning false for addresses which would return true in their traditional IPv4 forms. CVE-2024-24790 Affected Packages: runc Issue Correction: Run dnf update runc --releasev...

9.8CVSS7.2AI score0.01952EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/09/04 12:00 a.m.6 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 stems from a post-release reuse vulnerability in the ipv6 component...

7.8CVSS6.5AI score0.00876EPSS
SaveExploits0References7
Redos
Redos
added 2024/09/04 12:00 a.m.359 views

ROS-20240904-04

A vulnerability in the libndp library is related to an operation exceeding buffer boundaries in memory. Exploitation The vulnerability could allow an attacker to affect the confidentiality, integrity, and availability of protected information by sending specially crafted IPv6 packets. availabilit...

8.1CVSS6.6AI score0.01165EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/09/03 3:48 p.m.14 views

kernel: net/ipv6: avoid possible UAF in ip6_route_mpath_notify()

A use-after-free flaw was found in ip6routempathnotify in the Linux kernel. This may lead to a crash...

7.8CVSS6.8AI score0.00269EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/03 1:52 p.m.32 views

SUSE-SU-2024:3089-1 Security update for go1.21-openssl

This update for go1.21-openssl fixes the following issues: - CVE-2024-24791: Fixed denial of service due to improper 100-continue handling bsc1227314 - CVE-2024-24789: Fixed mishandling of corrupt central directory record in archive/zip bsc1225973 - CVE-2024-24790: Fixed unexpected behavior from ...

9.8CVSS8.4AI score0.91969EPSS
SaveExploits2References23
Tenable Nessus
Tenable Nessus
added 2024/09/03 12:00 a.m.29 views

openSUSE 15 Security Update : cacti, cacti-spine (openSUSE-SU-2024:0276-1)

The remote openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2024:0276-1 advisory. - cacti 1.2.27: CVE-2024-34340: Authentication Bypass when using using older password hashes boo1224240 CVE-2024-25641: RCE vulnerability when...

9.1CVSS9.1AI score0.86303EPSS
SaveExploits26References31
Rows per page
Query Builder