Lucene search
+L

14 matches found

CVE
CVE
added 2026/09/04 3:54 p.m.7 views

CVE-2026-80844

Linux kernel IPsec AH6 transformation is vulnerable to an out-of-bounds memory access via a crafted IPv6 Routing Header. The function ipv6_rearrange_rthdr() assumes the segments_left field does not exceed the number of addresses implied by hdrlen. For raw IPv6 HDRINCL packets this invariant is no...

5.4AI score
SaveExploits0References9
EUVD
EUVD
added 2026/09/04 3:54 p.m.4 views

EUVD-2026-71294

In the Linux kernel, the following vulnerability has been resolved: xfrm: ah6: validate routing header segmentsleft AH6 rearranges routing-header addresses before computing or verifying the ICV. ipv6rearrangerthdr assumes that segmentsleft is not larger than the number of addresses described by t...

5.4AI score
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/05/20 12:00 a.m.10 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-021640)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-021640 advisory. In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1...

4.7CVSS5.8AI score0.0017EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.19 views

kernel: ipv4: Fix uninit-value access in __ip_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

4.7CVSS6.8AI score0.0017EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/06/03 12:33 p.m.34 views

CVE-2024-36927

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

5.5CVSS6.2AI score0.0017EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/30 4:15 p.m.26 views

CVE-2024-36927

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

4.7CVSS6.2AI score0.0017EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/30 4:15 p.m.14 views

UBUNTU-CVE-2024-36927

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

4.7CVSS6.2AI score0.0017EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.28 views

CVE-2024-36927

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

4.7CVSS6.2AI score0.0017EPSS
SaveExploits0References20
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.29 views

CVE-2024-36927 ipv4: Fix uninit-value access in __ip_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

6.5AI score0.0017EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/30 3:29 p.m.207 views

CVE-2024-36927

The CVE-2024-36927 issue is in the Linux kernel IPv4 path: uninit-value access in __ip_make_skb() due to a race with HDRINCL. The fix checks FLOWI_FLAG_KNOWN_NH on fl4->flowi4_flags instead of socket HDRINCL, and explicitly initializes fl4_icmp_type and fl4_icmp_code in raw_sendmsg() (the fiel...

4.7CVSS6.4AI score0.0017EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.87 views

CVE-2024-36927 ipv4: Fix uninit-value access in __ip_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

6.1AI score0.0017EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.25 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.4AI score0.0023EPSS
SaveExploits0References6
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
Positive Technologies
Positive Technologies
added 2017/12/15 12:00 a.m.7 views

PT-2017-14963 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions through 4.14.6 Description: The issue is related to a race condition in the raw sendmsg function, specifically in the inet-hdrincl component, which leads to the usage of an uninitialized stack pointer. This condition...

10CVSS8.1AI score0.74041EPSS
SaveExploits40References376
Rows per page
Query Builder