Lucene search
+L

14849 matches found

Cvelist
Cvelist
added 2024/07/12 12:44 p.m.26 views

CVE-2024-41006 netrom: Fix a memory leak in nr_heartbeat_expiry()

In the Linux kernel, the following vulnerability has been resolved: netrom: Fix a memory leak in nrheartbeatexpiry syzbot reported a memory leak in nrcreate 0. Commit 409db27e3a2e "netrom: Fix use-after-free of a listening socket." added sockhold to the nrheartbeatexpiry function, where a a socke...

0.00242EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/12 12:44 p.m.23 views

CVE-2024-41006 netrom: Fix a memory leak in nr_heartbeat_expiry()

In the Linux kernel, the following vulnerability has been resolved: netrom: Fix a memory leak in nrheartbeatexpiry syzbot reported a memory leak in nrcreate 0. Commit 409db27e3a2e "netrom: Fix use-after-free of a listening socket." added sockhold to the nrheartbeatexpiry function, where a a socke...

6.1AI score
SaveExploits0References15
Cvelist
Cvelist
added 2024/07/12 12:31 p.m.38 views

CVE-2024-40954 net: do not leave a dangling sk pointer, when socket creation fails

In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: attaching an fentry probe to sockrelease and the probe calling the bpfgetsocketcookie helper running traceroute -I...

7.8CVSS0.00258EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/12 12:31 p.m.24 views

CVE-2024-40954 net: do not leave a dangling sk pointer, when socket creation fails

In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: attaching an fentry probe to sockrelease and the probe calling the bpfgetsocketcookie helper running traceroute -I...

7.8CVSS6.5AI score0.00258EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/12 12:31 p.m.49 views

CVE-2024-40954 net: do not leave a dangling sk pointer, when socket creation fails

In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: attaching an fentry probe to sockrelease and the probe calling the bpfgetsocketcookie helper running traceroute -I...

7.8CVSS6AI score
SaveExploits0References9
CVE
CVE
added 2024/07/12 12:31 p.m.204 views

CVE-2024-40954

The CVE-2024-40954 entry concerns a Linux kernel UAF: a dangling sk pointer may be created on socket creation failure when an fentry probe hits __sock_release() and bpf_get_socket_cookie() is invoked, enabling a use-after-free in __sock_gen_cookie. Reproducing scenario described via traceroute -I...

7.8CVSS7.7AI score0.00258EPSS
SaveExploits0References6Affected Software1
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.8 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 a race condition between sockmapclose and skpsockput in the sockmap component...

4.7CVSS8.2AI score0.00221EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.4 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 an issue with the net component using a freed sk pointer when socket creation fails...

7.8CVSS6.5AI score0.00258EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.11 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 a failure of the gverxfreeskb function of the gve component to properly clear napiskb, which could lead to t...

5.5CVSS6.4AI score0.00736EPSS
SaveExploits0References7
NVD
NVD
added 2024/07/11 5:15 p.m.56 views

CVE-2024-39546

A Missing Authorization vulnerability in the Socket Intercept SI command file interface of Juniper Networks Junos OS Evolved allows an authenticated, low-privilege local attacker to modify certain files, allowing the attacker to cause any command to execute with root privileges leading to privile...

7.3CVSS0.00183EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/11 5:15 p.m.7 views

CVE-2024-39546

A Missing Authorization vulnerability in the Socket Intercept SI command file interface of Juniper Networks Junos OS Evolved allows an authenticated, low-privilege local attacker to modify certain files, allowing the attacker to cause any command to execute with root privileges leading to privile...

7CVSS5.9AI score0.00183EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/07/11 4:23 p.m.26 views

CVE-2024-39546 Junos OS Evolved: Local low-privilege user can gain root permissions leading to privilege escalation

A Missing Authorization vulnerability in the Socket Intercept SI command file interface of Juniper Networks Junos OS Evolved allows an authenticated, low-privilege local attacker to modify certain files, allowing the attacker to cause any command to execute with root privileges leading to privile...

7.3CVSS7.3AI score0.00183EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/07/11 4:23 p.m.56 views

CVE-2024-39546 Junos OS Evolved: Local low-privilege user can gain root permissions leading to privilege escalation

A Missing Authorization vulnerability in the Socket Intercept SI command file interface of Juniper Networks Junos OS Evolved allows an authenticated, low-privilege local attacker to modify certain files, allowing the attacker to cause any command to execute with root privileges leading to privile...

7.3CVSS0.00183EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/10 8:15 a.m.26 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
RedHat Linux
RedHat Linux
added 2024/07/10 12:18 a.m.8 views

kernel: tls: race between async notify and socket close

A race condition vulnerability was found in the tls subsystem of the Linux kernel. The submitting thread that calls recvmsg/sendmsg may exit as soon as the async crypto handler calls complete; any code past that point risks touching already freed data. This could lead to a use-after-free issue an...

9.8CVSS6.8AI score0.0055EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/10 12:18 a.m.10 views

kernel: tls: race between tx work scheduling and socket close

A race condition vulnerability was found in the tls subsystem of the Linux kernel. The submitting thread recvmsg/sendmsg may exit as soon as the async crypto handler calls complete, which could lead to undefined behavior and a denial of service...

9.8CVSS6.6AI score0.00591EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/07/10 12:00 a.m.6 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 a missing skbuff release in seg6inputcore...

6.2CVSS8.1AI score0.00224EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/07/10 12:00 a.m.11 views

PT-2024-8669 · Juniper Networks · Junos Evolved

Name of the Vulnerable Software and Affected Versions: Junos OS Evolved versions prior to 21.2R3-S8-EVO Junos OS Evolved versions 21.4 prior to 21.4R3-S6-EVO Junos OS Evolved versions 22.1 prior to 22.1R3-S5-EVO Junos OS Evolved versions 22.2 prior to 22.2R3-S3-EVO Junos OS Evolved versions 22.3...

7.3CVSS7.4AI score0.00183EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/07/09 9:24 a.m.16 views

kernel: gro: fix ownership transfer

A flaw was found in the Linux kernel's Generic Receive Offload GRO feature, where packets processed with a fragment list are not properly orphaned due to incorrect handling of socket references. This vulnerability can cause system instability or kernel bugs. The issue has been fixed by making sur...

7.8CVSS6.7AI score0.00241EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2024/07/09 3:15 a.m.7 views

CVE-2024-4944

A local privilege escalation vlnerability in the WatchGuard Mobile VPN with SSL client on Windows enables a local user to execute arbitrary commands with elevated privileged...

8.6CVSS6.1AI score0.00333EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder