Lucene search
+L

14682 matches found

Cvelist
Cvelist
added 2025/07/03 8:36 a.m.17 views

CVE-2025-38166 bpf: fix ktls panic with sockmap

In the Linux kernel, the following vulnerability has been resolved: bpf: fix ktls panic with sockmap 2172.936997 ------------ cut here ------------ 2172.936999 kernel BUG at lib/ioviter.c:629! ...... 2172.944996 PKRU: 55555554 2172.945155 Call Trace: 2172.945299 2172.945428 ? die+0x36/0x90...

7.8CVSS0.00157EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.8 views

CVE-2025-38154

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Avoid using sksocket after free when sending The sk-sksocket is not locked or referenced in backlog thread, and during the call to skbsendsock, there is a race condition with the release of sksocket. All types of...

7.8CVSS5.8AI score0.00158EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.29 views

CVE-2025-38154 bpf, sockmap: Avoid using sk_socket after free when sending

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Avoid using sksocket after free when sending The sk-sksocket is not locked or referenced in backlog thread, and during the call to skbsendsock, there is a race condition with the release of sksocket. All types of...

7.8CVSS0.00158EPSS
SaveExploits0References6
CVE
CVE
added 2025/07/03 8:35 a.m.96 views

CVE-2025-38154

CVE-2025-38154 affects the Linux kernel sockmap path (bpf/sockmap) where sk->sk_socket can be used after free due to a race with backlog/thread close paths. The description in the connected documents explains that sk_socket is not locked/referenced in the backlog, enabling a race with the rele...

7.8CVSS7.2AI score0.00158EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/07/03 8:35 a.m.11 views

CVE-2025-38154 bpf, sockmap: Avoid using sk_socket after free when sending

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Avoid using sksocket after free when sending The sk-sksocket is not locked or referenced in backlog thread, and during the call to skbsendsock, there is a race condition with the release of sksocket. All types of...

7.8CVSS6.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.24 views

CVE-2025-38147 calipso: Don't call calipso functions for AF_INET sk.

In the Linux kernel, the following vulnerability has been resolved: calipso: Don't call calipso functions for AFINET sk. syzkaller reported a null-ptr-deref in txoptget. 0 The offset 0x70 was of struct ipv6txoptions in struct ipv6pinfo, so struct ipv6pinfo was NULL there. However, this never...

0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/03 8:35 a.m.9 views

CVE-2025-38147 calipso: Don't call calipso functions for AF_INET sk.

In the Linux kernel, the following vulnerability has been resolved: calipso: Don't call calipso functions for AFINET sk. syzkaller reported a null-ptr-deref in txoptget. 0 The offset 0x70 was of struct ipv6txoptions in struct ipv6pinfo, so struct ipv6pinfo was NULL there. However, this never...

6AI score
SaveExploits0References13
CVE
CVE
added 2025/07/03 8:35 a.m.102 views

CVE-2025-38147

Technical details about CVE-2025-38147 (affected software, impact, exploitability, and fix specifics) are not publicly provided in the supplied documents. Please monitor for updates from vendors and security bulletins.

5.5CVSS6.9AI score0.00176EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.10 views

CVE-2025-38147

In the Linux kernel, the following vulnerability has been resolved: calipso: Don't call calipso functions for AFINET sk. syzkaller reported a null-ptr-deref in txoptget. 0 The offset 0x70 was of struct ipv6txoptions in struct ipv6pinfo, so struct ipv6pinfo was NULL there. However, this never...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 8:35 a.m.9 views

CVE-2025-38112 net: Fix TOCTOU issue in sk_is_readable()

In the Linux kernel, the following vulnerability has been resolved: net: Fix TOCTOU issue in skisreadable sk-skprot-sockisreadable is a valid function pointer when sk resides in a sockmap. After the last skpsockput which usually happens when socket is removed from sockmap, sk-skprot gets restored...

6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.18 views

CVE-2025-38112 net: Fix TOCTOU issue in sk_is_readable()

In the Linux kernel, the following vulnerability has been resolved: net: Fix TOCTOU issue in skisreadable sk-skprot-sockisreadable is a valid function pointer when sk resides in a sockmap. After the last skpsockput which usually happens when socket is removed from sockmap, sk-skprot gets restored...

0.00122EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/07/03 8:13 a.m.16 views

CVE-2025-38097 espintcp: remove encap socket caching to avoid reference leak

In the Linux kernel, the following vulnerability has been resolved: espintcp: remove encap socket caching to avoid reference leak The current scheme for caching the encap socket can lead to reference leaks when we try to delete the netns. The reference chain is: xfrmstate - enacpsk - netns Since...

7.8CVSS0.0017EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/03 8:13 a.m.8 views

CVE-2025-38097 espintcp: remove encap socket caching to avoid reference leak

In the Linux kernel, the following vulnerability has been resolved: espintcp: remove encap socket caching to avoid reference leak The current scheme for caching the encap socket can lead to reference leaks when we try to delete the netns. The reference chain is: xfrmstate - enacpsk - netns Since...

7.8CVSS6.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/07/03 8:13 a.m.9 views

CVE-2025-38097

In the Linux kernel, the following vulnerability has been resolved: espintcp: remove encap socket caching to avoid reference leak The current scheme for caching the encap socket can lead to reference leaks when we try to delete the netns. The reference chain is: xfrmstate - enacpsk - netns Since...

7.8CVSS5.5AI score0.0017EPSS
SaveExploits0
CVE
CVE
added 2025/07/03 8:13 a.m.93 views

CVE-2025-38097

In the Linux kernel, CVE-2025-38097 concerns the espintcp encap socket cache. The vulnerability stems from the current caching of the encap socket, which can cause a reference leak in the netns when xfrm_state references are dropped out of order (xfrm_state -> encap_sk -> netns). If the net...

7.8CVSS7.1AI score0.0017EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2025/07/03 12:00 a.m.7 views

PT-2025-27703

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.15.0-rc7 Description: A vulnerability in the Linux kernel's Bluetooth management has been resolved by protecting the mgmt pending list with its own lock, preventing crashes due to concurrent access. The issue...

7.8CVSS6.5AI score0.00154EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/07/03 12:00 a.m.7 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 TOCTOU problem in the skisreadable function, which could lead to a null pointer dereference...

4.7CVSS6.4AI score0.00122EPSS
SaveExploits0References8
Packet Storm
Packet Storm
added 2025/07/03 12:00 a.m.125 views

📄 Turn off PC 1.0 Unauthenticated Remote System Control

Turn Off PC version 1.0 exposes an unsecured socket port 8081 allowing complete remote power control shutdown, restart, sleep without authentication, enabling system disruption attacks. Exploit Title: Turn Off PC 1.0 - Unauthenticated Remote System Control Shutdown/Restart/Sleep Date: 02/07/25...

7.5AI score
SaveExploits0
CNNVD
CNNVD
added 2025/07/03 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 possible reference leak in the espintcp wrapper socket cache...

5.5CVSS6.9AI score0.0017EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/02 8:20 a.m.7 views

USN-7614-1 pcs vulnerabilities

Cedric Buissart discovered that pcs did not correctly handle certain parameters. An attacker could possibly use this issue to leak sensitive information or elevate their privileges. This issue only affected Ubuntu 16.04 LTS. CVE-2018-1086 Ondrej Mular discovered that pcs did not correctly handle...

8.8CVSS7.2AI score0.01953EPSS
SaveExploits1References5
Rows per page
Query Builder