Lucene search
+L

25553 matches found

CVE
CVE
added 2025/05/02 3:55 p.m.117 views

CVE-2023-53062

Summary (CVE-2023-53062) : Affects the Linux kernel in the usb SMSC95xx driver. The vulnerability arises when the packet length retrieved from a descriptor may exceed the actual skb length, allowing a cloned skb to leak kernel memory contents as it traverses the network stack. The issue is docume...

5.5CVSS6.6AI score0.00194EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:55 p.m.20 views

CVE-2023-53062 net: usb: smsc95xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc95xx: Limit packet length to skb-len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the cloned skb passed up the network stack will leak kernel memory conten...

0.00194EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/05/02 12:00 a.m.9 views

PT-2025-18868 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved. The issue is related to the skb pull function in the smsc75xx driver, where a packet length check needs to be moved to prevent a...

5AI score
SaveExploits0References18
CNNVD
CNNVD
added 2025/05/02 12:00 a.m.14 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 the lan78xx driver not limiting packet length, which could lead to a kernel memory leak...

5.5CVSS6.4AI score0.00191EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/05/02 12:00 a.m.54 views

PT-2025-18826 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been identified where the packet length retrieved from a descriptor may be larger than the actual socket buffer length. This can cause the cloned socket...

8.8CVSS7.7AI score0.01328EPSS
SaveExploits3References653
Positive Technologies
Positive Technologies
added 2025/05/02 12:00 a.m.11 views

PT-2025-18889

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A issue in the Linux kernel has been identified where the packet length retrieved from skb data may be larger than the actual socket buffer length, potentially leading to a leak of kerne...

8.8CVSS7.8AI score0.01328EPSS
SaveExploits3References1378
CNNVD
CNNVD
added 2025/05/02 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 the smsc75xx driver not limiting the packet length to skb length, which could lead to a memory leak...

5.5CVSS6.3AI score0.00182EPSS
SaveExploits0References8
OpenVAS
OpenVAS
added 2025/05/02 12:00 a.m.12 views

Ubuntu: Security Advisory (USN-7474-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

10CVSS7.5AI score0.02559EPSS
SaveExploits2References2
CNNVD
CNNVD
added 2025/05/02 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 the smsc95xx driver not limiting packet length, which could lead to a kernel memory leak...

5.5CVSS6.3AI score0.00194EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2025/05/02 12:00 a.m.9 views

The vulnerability of the bpf component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the bpf component in the Linux operating system’s kernel is related to improper blocking mechanisms. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00412EPSS
SaveExploits0References15Affected Software7
OSV
OSV
added 2025/05/01 8:15 p.m.10 views

CVE-2025-46629

Lack of access controls in the 'ate' management binary of the Tenda RX2 Pro 16.03.30.14 allows an unauthenticated remote attacker to perform unauthorized configuration changes for any router where 'ate' has been enabled by sending a crafted UDP packet...

6.5CVSS5.8AI score0.00819EPSS
SaveExploits1References2
NVD
NVD
added 2025/05/01 8:15 p.m.19 views

CVE-2025-46628

Lack of input validation/sanitization in the 'ate' management service in the Tenda RX2 Pro 16.03.30.14 allows an unauthorized remote attacker to gain root shell access to the device by sending a crafted UDP packet to the 'ate' service when it is enabled. Authentication is not needed...

7.3CVSS0.00964EPSS
SaveExploits1References2
NVD
NVD
added 2025/05/01 6:15 p.m.57 views

CVE-2025-32886

An issue was discovered on goTenna v1 devices with app 5.5.3 and firmware 0.25.5. All packets sent over RF are also sent over UART with USB Shell, allowing someone with local access to gain information about the protocol and intercept sensitive data...

5.5CVSS0.00144EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 3:16 p.m.6 views

DEBIAN-CVE-2022-49873

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix wrong reg type conversion in releasereference Some helper functions will allocate memory. To avoid memory leaks, the verifier requires the eBPF program to release these memories by calling the corresponding helper...

5.5CVSS5.6AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.3 views

DEBIAN-CVE-2022-49878

In the Linux kernel, the following vulnerability has been resolved: bpf, verifier: Fix memory leak in array reallocation for stack state If an error NULL is returned by krealloc, callers of reallocarray were setting their allocation pointers to NULL, but on error krealloc does not touch the...

5.5CVSS5.5AI score0.00191EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.23 views

UBUNTU-CVE-2022-49840

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program is an odd number, like 399, 407, etc, it will cause the...

7.8CVSS6.1AI score0.00217EPSS
SaveExploits0References10
OSV
OSV
added 2025/05/01 3:15 p.m.8 views

UBUNTU-CVE-2022-49764

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot 1 about warnings that were caused by bpf program attached to contentionbegin raw tracepoint triggering the same tracepoint by using...

5.5CVSS5.9AI score0.00179EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.2 views

CVE-2022-49878 bpf, verifier: Fix memory leak in array reallocation for stack state

In the Linux kernel, the following vulnerability has been resolved: bpf, verifier: Fix memory leak in array reallocation for stack state If an error NULL is returned by krealloc, callers of reallocarray were setting their allocation pointers to NULL, but on error krealloc does not touch the...

5.9AI score0.00191EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.1 views

CVE-2022-49873 bpf: Fix wrong reg type conversion in release_reference()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix wrong reg type conversion in releasereference Some helper functions will allocate memory. To avoid memory leaks, the verifier requires the eBPF program to release these memories by calling the corresponding helper...

6AI score0.00209EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49856

...

SaveExploits0
Rows per page
Query Builder