Lucene search
+L

11135 matches found

Ubuntu
Ubuntu
added 2024/07/10 9:06 p.m.82 views

USN-6892-1: Linux kernel (IBM) vulnerabilities

It was discovered that the ATA over Ethernet AoE driver in the Linux kernel contained a race condition, leading to a use-after-free vulnerability. An attacker could use this to cause a denial of service or possibly execute arbitrary code. CVE-2023-6270 It was discovered that the Atheros 802.11ac...

9.8CVSS7.4AI score0.01635EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/07/10 11:07 a.m.35 views

CVE-2024-39489

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6hmacinitalgo seg6hmacinitalgo returns without cleaning up the previous allocations if one fails, so it's going to leak all that memory and the crypto tfms. Update seg6hmacexit to only free the memory...

4.7CVSS7.1AI score0.00239EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/10 8:15 a.m.19 views

CVE-2024-39489

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6hmacinitalgo seg6hmacinitalgo returns without cleaning up the previous allocations if one fails, so it's going to leak all that memory and the crypto tfms. Update seg6hmacexit to only free the memory...

5.5CVSS0.00239EPSS
SaveExploits0References11
NVD
NVD
added 2024/07/10 8:15 a.m.21 views

CVE-2024-39490

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix missing skbuff release in seg6inputcore The seg6input function is responsible for adding the SRH into a packet, delegating the operation to the seg6inputcore. This function uses the skbcowhead to ensure that there i...

6.2CVSS0.00224EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/07/10 8:15 a.m.22 views

CVE-2024-39489

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6hmacinitalgo seg6hmacinitalgo returns without cleaning up the previous allocations if one fails, so it's going to leak all that memory and the crypto tfms. Update seg6hmacexit to only free the memory...

5.5CVSS6.4AI score0.00239EPSS
SaveExploits0References29
OSV
OSV
added 2024/07/10 8:15 a.m.25 views

UBUNTU-CVE-2024-39490

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix missing skbuff release in seg6inputcore The seg6input function is responsible for adding the SRH into a packet, delegating the operation to the seg6inputcore. This function uses the skbcowhead to ensure that there i...

6.2CVSS6.2AI score0.00224EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/07/10 8:15 a.m.16 views

CVE-2024-39490

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix missing skbuff release in seg6inputcore The seg6input function is responsible for adding the SRH into a packet, delegating the operation to the seg6inputcore. This function uses the skbcowhead to ensure that there i...

6.2CVSS6.2AI score0.00224EPSS
SaveExploits0References20
OSV
OSV
added 2024/07/10 7:14 a.m.19 views

CVE-2024-39490 ipv6: sr: fix missing sk_buff release in seg6_input_core

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix missing skbuff release in seg6inputcore The seg6input function is responsible for adding the SRH into a packet, delegating the operation to the seg6inputcore. This function uses the skbcowhead to ensure that there i...

6.2CVSS6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/07/10 7:14 a.m.34 views

CVE-2024-39490 ipv6: sr: fix missing sk_buff release in seg6_input_core

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix missing skbuff release in seg6inputcore The seg6input function is responsible for adding the SRH into a packet, delegating the operation to the seg6inputcore. This function uses the skbcowhead to ensure that there i...

0.00224EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/10 7:14 a.m.21 views

CVE-2024-39490 ipv6: sr: fix missing sk_buff release in seg6_input_core

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix missing skbuff release in seg6inputcore The seg6input function is responsible for adding the SRH into a packet, delegating the operation to the seg6inputcore. This function uses the skbcowhead to ensure that there i...

6.9AI score0.00224EPSS
SaveExploits0References5
CVE
CVE
added 2024/07/10 7:14 a.m.127 views

CVE-2024-39490

The CVE-2024-39490 entry concerns a memory-leak in the Linux kernel SRv6 path. The issue was in ipv6Seg6_input_core handling when skb_cow_head() fails: seg6_input_core() caught the error but did not release the associated sk_buff, leaking memory. This vulnerability was introduced by earlier commi...

6.2CVSS7.5AI score0.00224EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/10 7:14 a.m.28 views

CVE-2024-39489 ipv6: sr: fix memleak in seg6_hmac_init_algo

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6hmacinitalgo seg6hmacinitalgo returns without cleaning up the previous allocations if one fails, so it's going to leak all that memory and the crypto tfms. Update seg6hmacexit to only free the memory...

7AI score0.00239EPSS
SaveExploits0References8
CVE
CVE
added 2024/07/10 7:14 a.m.121 views

CVE-2024-39489

CVE-2024-39489 affects the Linux kernel's ipv6 sr seg6_hmac_init_algo. The issue was a memory leak where seg6_hmac_init_algo would return without cleaning up previously allocated memory if an allocation failed, leaking memory and crypto tfms. The fix adds proper cleanup by updating seg6_hmac_exit...

5.5CVSS7.4AI score0.00239EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/07/10 7:14 a.m.31 views

CVE-2024-39489 ipv6: sr: fix memleak in seg6_hmac_init_algo

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6hmacinitalgo seg6hmacinitalgo returns without cleaning up the previous allocations if one fails, so it's going to leak all that memory and the crypto tfms. Update seg6hmacexit to only free the memory...

0.00239EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/10 7:14 a.m.32 views

CVE-2024-39489 ipv6: sr: fix memleak in seg6_hmac_init_algo

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix memleak in seg6hmacinitalgo seg6hmacinitalgo returns without cleaning up the previous allocations if one fails, so it's going to leak all that memory and the crypto tfms. Update seg6hmacexit to only free the memory...

6.1AI score
SaveExploits0References14
RedHat Linux
RedHat Linux
added 2024/07/10 12:18 a.m.66 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service. Red Hat Product Security has rated this update as...

9.8CVSS7.3AI score0.01305EPSS
SaveExploits1References16
Positive Technologies
Positive Technologies
added 2024/07/10 12:00 a.m.19 views

PT-2024-32172

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel, where the lwt seg6 related BPF ops can be invoked via bpf test run without entering input action end bpf first. This is because the per-CPU...

5.5CVSS5.5AI score0.00215EPSS
SaveExploits0
Ubuntu
Ubuntu
added 2024/07/09 12:12 p.m.83 views

USN-6886-1: Go vulnerabilities

It was discovered that the Go net/http module did not properly handle the requests when request's headers exceed MaxHeaderBytes. An attacker could possibly use this issue to cause a panic resulting into a denial of service. This issue only affected Go 1.21 in Ubuntu 20.04 LTS and Ubuntu 22.04 LTS...

9.8CVSS7.3AI score0.91969EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2024/07/08 3:03 a.m.94 views

Moderate: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

9.8CVSS6.6AI score0.01401EPSS
SaveExploits0References9
AlmaLinux
AlmaLinux
added 2024/07/08 12:00 a.m.62 views

Moderate: kernel security and bug fix update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: net/mlx5e: Fix operation precedence bug in port timestamping napipoll context CVE-2023-52626 kernel: Bluetooth: Avoid potential use-after-free in hcierrorreset CVE-2024-26801 kernel:...

9.8CVSS7.3AI score0.01401EPSS
SaveExploits0References18
Rows per page
Query Builder