Lucene search
+L

681 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-414681)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-414681 advisory. A memory leak vulnerability was found in Linux kernel in llcpsockconnect Tenable has extracted the preceding description block directly from the Unity Linux security...

7.5CVSS6.4AI score0.03132EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/04 3:44 p.m.10 views

CVE-2023-53585 bpf: reject unhashed sockets in bpf_sk_assign

In the Linux kernel, the following vulnerability has been resolved: bpf: reject unhashed sockets in bpfskassign The semantics for bpfskassign are as follows: sk = somelookupfunc bpfskassignskb, sk bpfskreleasesk That is, the sk is not consumed by bpfskassign. The function therefore needs to make...

6.4AI score
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2025-5203

Malicious code in bioql PyPI...

7.2AI score0.00202EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2024-53288

Malicious code in bioql PyPI...

7.8CVSS7.2AI score0.00617EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.6 views

EUVD-2025-31928

Malicious code in bioql PyPI...

6.4AI score0.00162EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2024-53248

Malicious code in bioql PyPI...

7.8CVSS7.3AI score0.00243EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:07 p.m.5 views

EUVD-2024-53336

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.0054EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2022-55493

Malicious code in bioql PyPI...

6.3AI score0.00116EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2023-45819

Malicious code in bioql PyPI...

7.5CVSS7.6AI score0.00596EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/01 12:15 p.m.11 views

CVE-2023-53464

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Check that sock is valid before iscsisetparam The validity of sock should be checked before assignment to avoid incorrect values. Commit 57569c37f0ad "scsi: iscsi: iscsitcp: Fix null-ptr-deref while calling...

5.5CVSS0.00162EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/19 3:26 p.m.6 views

CVE-2025-39860 Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free in l2capsockcleanuplisten syzbot reported the splat below without a repro. In the splat, a single thread calling btacceptdequeue freed sk and touched it after that. The root cause would be the racy...

8CVSS6AI score
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2025/09/18 7:14 p.m.8 views

CVE-2022-50409

In the Linux kernel, the following vulnerability has been resolved: net: If sock is dead don't access sock's skwq in skstreamwaitmemory Fixes the below NULL pointer dereference: ... 14.471200 Call Trace: 14.471562 14.471882 lockacquire+0x245/0x2e0 14.472416 ? removewaitqueue+0x12/0x50 14.473014 ?...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 4:03 p.m.8 views

CVE-2022-50409 net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory

In the Linux kernel, the following vulnerability has been resolved: net: If sock is dead don't access sock's skwq in skstreamwaitmemory Fixes the below NULL pointer dereference: ... 14.471200 Call Trace: 14.471562 14.471882 lockacquire+0x245/0x2e0 14.472416 ? removewaitqueue+0x12/0x50 14.473014 ?...

6.1AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.14 views

PT-2025-44146

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue related to insufficient access checks within the bpf sock addr structure. Specifically, the sock addr is valid access function did not explicitly rejec...

4.6CVSS5.8AI score0.00222EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/16 11:34 p.m.8 views

SUSE CVE-2022-50259

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix race in sockmapfree sockmapfree calls releasesocksk without owning a reference on the socket. This can cause use-after-free as syzbot found 1 Jakub Sitnicki already took care of a similar issue in sockhashfree i...

7.8CVSS5.1AI score0.00116EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2022-50259

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix race in sockmapfree sockmapfree calls releasesocksk without owning a...

7.8CVSS5.2AI score0.00116EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.5 views

PT-2025-46624

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a use-after-free issue within the get netdev for sock function. This function is called during setsockopt, and the previous implementation using sk dst getsk-de...

7.8CVSS7.5AI score0.00161EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.5 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 Linux kernel that stems from the sockmapfree function not properly obtaining reference counts, which could lead to reuse after release...

4.7CVSS4.9AI score0.00116EPSS
SaveExploits0References6
NVD
NVD
added 2025/09/09 5:15 p.m.4 views

CVE-2025-54099

Stack-based buffer overflow in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally...

7CVSS0.00375EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/09/08 11:22 p.m.10 views

SUSE CVE-2025-39678

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/hsmp: Ensure sock-metrictbladdr is non-NULL If metric table address is not allocated, accessing metricsbin will result in a NULL pointer dereference, so add a check...

5.5CVSS6.5AI score0.00155EPSS
SaveExploits0References22
Rows per page
Query Builder