Lucene search
K

15 matches found

AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.4 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ipv6: fixed a possible Use-after-Allocation UAF in ip6finishoutput2. If skbexpandhead returns NULL, the skb is freed, and the associated dst/idev may also be freed. We need to hold the rcureadlock to ensure that the dst and...

7.8CVSS6.1AI score0.00237EPSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2026/06/17 9:22 a.m.5 views

kernel: ipv6: use RCU in ip6_output()

A use-after-free flaw was found in ip6finishoutput2 in net/ipv6/ip6output.c in ipv6 access. This flaw could allow an attacker to crash the system at device disconnect. This vulnerability could even lead to a kernel information leak problem...

5.2AI score0.00188EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2026/06/12 7:56 p.m.7 views

kernel: ipv6: use RCU in ip6_output()

A use-after-free flaw was found in ip6finishoutput2 in net/ipv6/ip6output.c in ipv6 access. This flaw could allow an attacker to crash the system at device disconnect. This vulnerability could even lead to a kernel information leak problem...

5.2AI score0.00188EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2026/06/04 3:52 p.m.15 views

kernel: ipv6: use RCU in ip6_output()

A use-after-free flaw was found in ip6finishoutput2 in net/ipv6/ip6output.c in ipv6 access. This flaw could allow an attacker to crash the system at device disconnect. This vulnerability could even lead to a kernel information leak problem...

5.8AI score0.00188EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2026/02/09 4:51 a.m.3 views

kernel: ipv6: use RCU in ip6_output()

A use-after-free flaw was found in ip6finishoutput2 in net/ipv6/ip6output.c in ipv6 access. This flaw could allow an attacker to crash the system at device disconnect. This vulnerability could even lead to a kernel information leak problem...

5.8AI score0.00188EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2026/02/02 10:10 a.m.6 views

kernel: ipv6: use RCU in ip6_output()

A use-after-free flaw was found in ip6finishoutput2 in net/ipv6/ip6output.c in ipv6 access. This flaw could allow an attacker to crash the system at device disconnect. This vulnerability could even lead to a kernel information leak problem...

5.8AI score0.00188EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/11/14 12:24 a.m.9 views

SUSE CVE-2025-40158

In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU in ip6output Use RCU in ip6output in order to use dstdevrcu to prevent possible UAF. We can remove rcureadlock/rcureadunlock pairs from ip6finishoutput2...

6.3CVSS6.5AI score0.00188EPSS
Exploits0References25
EUVD
EUVD
added 2025/11/12 12:30 p.m.3 views

EUVD-2025-124925

In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU in ip6output Use RCU in ip6output in order to use dstdevrcu to prevent possible UAF. We can remove rcureadlock/rcureadunlock pairs from ip6finishoutput2...

5.8AI score0.00188EPSS
Exploits0References3
CVE
CVE
added 2025/11/12 10:23 a.m.15 views

CVE-2025-40158

CVE-2025-40158 is a Linux kernel vulnerability affecting IPv6 handling. The issue is addressed by using RCU in ip6_output() to safely access dst_dev_rcu() and by removing rcu_read_lock()/rcu_read_unlock() from ip6_finish_output2(), preventing use-after-free scenarios. The fixes are reflected in m...

5.9AI score0.00188EPSS
Exploits0References2
OSV
OSV
added 2025/09/17 2:56 p.m.4 views

CVE-2023-53338 lwt: Fix return values of BPF xmit ops

In the Linux kernel, the following vulnerability has been resolved: lwt: Fix return values of BPF xmit ops BPF encap ops can return different types of positive values, such like NETRXDROP, NETXMITCN, NETDEVTXBUSY, and so on, from function skbdoredirect and bpflwtxmitreroute. At the xmit hook, suc...

7.8CVSS4.9AI score0.00195EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.4 views

CVE-2023-53338 lwt: Fix return values of BPF xmit ops

In the Linux kernel, the following vulnerability has been resolved: lwt: Fix return values of BPF xmit ops BPF encap ops can return different types of positive values, such like NETRXDROP, NETXMITCN, NETDEVTXBUSY, and so on, from function skbdoredirect and bpflwtxmitreroute. At the xmit hook, suc...

0.00195EPSS
Exploits0References7
Microsoft CVE
Microsoft CVE
added 2024/10/12 7:0 a.m.2 views

ipv6: fix possible UAF in ip6_finish_output2()

...

7.8CVSS6.7AI score0.00237EPSS
Exploits0
OSV
OSV
added 2024/09/20 11:9 a.m.3 views

OESA-2024-2150 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: media: aspeed: Fix memory overwrite if timing is 1600x900 When capturing 1600x900, system could crash when system memory usage is tight. The way to reproduce thi...

7.8CVSS6.2AI score0.00255EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.3 views

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

5.5CVSS6.4AI score0.00237EPSS
Exploits0References14
OSV
OSV
added 2024/09/04 8:15 p.m.2 views

DEBIAN-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.8CVSS5.7AI score0.00237EPSS
Exploits0References1
Rows per page
Query Builder