Lucene search
K

772 matches found

SUSE CVE
SUSE CVE
added 2025/05/15 9:27 a.m.1 views

SUSE CVE-2023-53146

In the Linux kernel, the following vulnerability has been resolved: media: dw2102: Fix null-ptr-deref in dw2102i2ctransfer In dw2102i2ctransfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally reach...

5.5CVSS6.7AI score0.0015EPSS
Exploits0References16
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.3 views

kernel: wifi: ath9k_htc: Use __skb_set_length() for resetting urb before resubmit

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9khtc: Use skbsetlength for resetting urb before resubmit Syzbot points out that skbtrim has a sanity check on the existing length of the skb, which can be uninitialised in some error paths. The intent here is clearly ju...

5.5CVSS6.4AI score0.00257EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/05/09 3:23 a.m.2 views

SUSE CVE-2025-37810

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: check that event count does not exceed event buffer length The event count is read from register DWC3GEVNTCOUNT. There is a check for the count being zero, but not for exceeding the event buffer length. Check...

5.3CVSS7.7AI score0.00184EPSS
Exploits0References18
RedhatCVE
RedhatCVE
added 2025/05/08 10:11 a.m.21 views

CVE-2024-49829

Memory corruption can occur during context user dumps due to inadequate checks on buffer length...

7.8CVSS7.3AI score0.00094EPSS
Exploits0References1
OSV
OSV
added 2025/05/08 7:15 a.m.6 views

UBUNTU-CVE-2025-37810

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: check that event count does not exceed event buffer length The event count is read from register DWC3GEVNTCOUNT. There is a check for the count being zero, but not for exceeding the event buffer length. Check...

7.8CVSS6.4AI score0.00184EPSS
Exploits0References32
Cvelist
Cvelist
added 2025/05/08 6:26 a.m.19 views

CVE-2025-37810 usb: dwc3: gadget: check that event count does not exceed event buffer length

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: check that event count does not exceed event buffer length The event count is read from register DWC3GEVNTCOUNT. There is a check for the count being zero, but not for exceeding the event buffer length. Check...

0.00184EPSS
Exploits0References8
OSV
OSV
added 2025/05/07 9:31 a.m.0 views

GHSA-WHXR-3P84-RF3C Apache ActiveMQ: Unchecked buffer length can cause excessive memory allocation

Memory Allocation with Excessive Size Value vulnerability in Apache ActiveMQ. During unmarshalling of OpenWire commands the size value of buffers was not properly validated which could lead to excessive memory allocation and be exploited to cause a denial of service DoS by depleting process memor...

7.5CVSS6.9AI score0.08594EPSS
Exploits2References7
NVD
NVD
added 2025/05/06 9:15 a.m.14 views

CVE-2024-49829

Memory corruption can occur during context user dumps due to inadequate checks on buffer length...

7.8CVSS0.00094EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2025/05/06 9:15 a.m.2 views

CVE-2024-49829

Memory corruption can occur during context user dumps due to inadequate checks on buffer length...

7.8CVSS6AI score0.00094EPSS
Exploits0References2
CVE
CVE
added 2025/05/06 8:32 a.m.56 views

CVE-2024-49829

CVE-2024-49829 describes a memory corruption in Qualcomm chipsets during contextual user dumps caused by inadequate checks on buffer length. Connected sources attribute the issue to the camera subsystem (buffer copy without checking size) with local attacker requirements (local access, low comple...

7.8CVSS6.8AI score0.00094EPSS
Exploits0References1Affected Software1
CNNVD
CNNVD
added 2025/05/06 12:0 a.m.1 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A security vulnerability exists in Qualcomm Chipsets that stems from a lack of buffer length checking during contextual user dumps, which could lead to memory corruption...

7.8CVSS6.8AI score0.00094EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2025/05/06 12:0 a.m.4 views

PT-2025-19859 · Qualcomm · Snapdragon +10

Name of the Vulnerable Software and Affected Versions: The product name cannot be determined. Description: Memory corruption can occur during user context dumps due to inadequate checks on buffer length. This issue is related to improper handling of buffer lengths, which can lead to memory...

7.8CVSS6.5AI score0.00094EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.6 views

SUSE CVE-2023-53068

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: 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 content...

5.5CVSS6.4AI score0.00157EPSS
Exploits0References10
NVD
NVD
added 2025/05/02 4:15 p.m.14 views

CVE-2023-53133

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix an infinite loop error when len is 0 in tcpbpfrecvmsgparser When the buffer length of the recvmsg system call is 0, we got the flollowing soft lockup problem: watchdog: BUG: soft lockup - CPU3 stuck for 27s!...

5.5CVSS0.00149EPSS
Exploits0References5
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.3 views

CVE-2023-53062

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...

5.5CVSS6.2AI score0.0016EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.13 views

CVE-2023-53133 bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix an infinite loop error when len is 0 in tcpbpfrecvmsgparser When the buffer length of the recvmsg system call is 0, we got the flollowing soft lockup problem: watchdog: BUG: soft lockup - CPU3 stuck for 27s!...

0.00149EPSS
Exploits0References5
OSV
OSV
added 2025/05/02 3:56 p.m.6 views

CVE-2023-53133 bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser()

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix an infinite loop error when len is 0 in tcpbpfrecvmsgparser When the buffer length of the recvmsg system call is 0, we got the flollowing soft lockup problem: watchdog: BUG: soft lockup - CPU3 stuck for 27s!...

5.5CVSS6.1AI score0.00149EPSS
Exploits0References7
BDU FSTEC
BDU FSTEC
added 2025/04/28 12:0 a.m.5 views

The vulnerability of the SNMP protocol implementation in Cisco IOS and IOS XE operating systems allows a intruder to trigger a service failure.

The vulnerability of the SNMP protocol implementation in Cisco IOS and IOS XE operating systems is related to access to the buffer with an incorrect length value. Exploiting this vulnerability can allow a malicious actor to cause service interruptions remotely...

7.7CVSS6.7AI score0.00724EPSS
Exploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/04/28 12:0 a.m.7 views

The vulnerability of the SNMP protocol implementation in Cisco IOS and IOS XE operating systems allows a intruder to trigger a service failure.

The vulnerability of the SNMP protocol implementation in Cisco IOS and IOS XE operating systems is related to access to the buffer with an incorrect length value. Exploiting this vulnerability can allow a malicious actor to cause service interruptions remotely...

7.7CVSS6.7AI score0.00724EPSS
Exploits0References2Affected Software1
RedHat Linux
RedHat Linux
added 2025/04/16 3:19 a.m.7 views

kernel: wifi: ath11k: decrease MHI channel buffer length to 8KB

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: decrease MHI channel buffer length to 8KB The Linux kernel CVE team has assigned CVE-2024-35938 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051918-CVE-2024-35938-0100@gregkh/T...

5.5CVSS6.9AI score0.0021EPSS
Exploits0References5
Rows per page
Query Builder