Lucene search
+L

12996 matches found

CVE
CVE
added 2025/09/25 3:53 p.m.42 views

CVE-2025-60019

The CVE pertains to glib-networking’s OpenSSL backend, where memory allocation return values are not properly checked. This can allow an out-of-memory condition to lead to writing to an invalid memory location. Several OSV advisories (OESA-2025-2832, 2831, 2830, 2399, 2398, 2397) explicitly docum...

3.7CVSS6.5AI score0.00355EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/09/25 3:53 p.m.2 views

CVE-2025-60019 Glib-networking: uninitialized memory dereferences on glib-networking through glib-networking/tls/openssl/gtlsbio.c via g_tls_bio_new_from_iostream() and g_tls_bio_new_from_datagram_based()

glib-networking's OpenSSL backend fails to properly check the return value of memory allocation routines. An out of memory condition could potentially result in writing to an invalid memory location...

3.7CVSS6.5AI score0.00355EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/09/25 3:03 p.m.8 views

CVE-2025-60019

glib-networking's OpenSSL backend fails to properly check the return value of memory allocation routines. An out of memory condition could potentially result in writing to an invalid memory location...

3.7CVSS6.9AI score0.00355EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/25 8:44 a.m.9 views

BIT-KEYDB-2025-46686

Redis through 8.0.3 allows memory consumption via a multi-bulk command composed of many bulks, sent by an authenticated user. This occurs because the server allocates memory for the command arguments of every bulk, even when the command is skipped because of insufficient permissions. NOTE: this i...

3.5CVSS7.1AI score0.00269EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/09/25 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-39869

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: ti: edma: Fix memory allocation size for queueprioritymap Fix a critical memory allocation bug in edmasetupfromhw where queueprioritymap was allocate...

8.4CVSS6.6AI score0.0016EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/09/25 12:00 a.m.9 views

GNOME glib-networking 代码问题漏洞

GNOME glib-networking is a networking extension package for Glib a collection of five underlying libraries written in C. A code issue vulnerability exists in GNOME glib-networking that stems from the OpenSSL backend not properly checking the return value of a memory allocation routine, which coul...

3.7CVSS6.6AI score0.00355EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/09/24 1:02 a.m.9 views

dmaengine: ti: edma: Fix memory allocation size for queue_priority_map

...

8.4CVSS7AI score0.0016EPSS
SaveExploits0
Redos
Redos
added 2025/09/24 12:00 a.m.12 views

ROS-20250924-09

The sftpdecodechanneldatatopacket function of the libssh library has a vulnerability related to integer overflow. Exploitation of the vulnerability could allow an attacker acting remotely to cause a denial of denial of service Vulnerability in libssh library's sshgetfingerprinthash function is...

8.8CVSS8.1AI score0.01492EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/23 11:23 p.m.10 views

SUSE CVE-2025-39869

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Fix memory allocation size for queueprioritymap Fix a critical memory allocation bug in edmasetupfromhw where queueprioritymap was allocated with insufficient memory. The code declared queueprioritymap as s8 ...

5.5CVSS6.6AI score0.0016EPSS
SaveExploits0References26
NVD
NVD
added 2025/09/23 6:15 a.m.10 views

CVE-2025-39869

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Fix memory allocation size for queueprioritymap Fix a critical memory allocation bug in edmasetupfromhw where queueprioritymap was allocated with insufficient memory. The code declared queueprioritymap as s8 ...

8.4CVSS0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/23 6:15 a.m.7 views

UBUNTU-CVE-2025-39869

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Fix memory allocation size for queueprioritymap Fix a critical memory allocation bug in edmasetupfromhw where queueprioritymap was allocated with insufficient memory. The code declared queueprioritymap as s8 ...

8.4CVSS6.5AI score0.0016EPSS
SaveExploits0References32
Cvelist
Cvelist
added 2025/09/23 6:00 a.m.27 views

CVE-2025-39886 bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()

In the Linux kernel, the following vulnerability has been resolved: bpf: Tell memcg to use allowspinning=false path in bpftimerinit Currently, calling bpfmapkmallocnode from bpfasyncinit can cause various locking issues; see the following stack trace edited for style as one example: ... 10.011566...

0.00149EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/23 6:00 a.m.65 views

CVE-2025-39869

CVE-2025-39869: Linux kernel memory allocation bug in dmaengine: ti: edma caused out-of-bounds writes to queue_priority_map due to allocating with sizeof(s8) for a 2D array; manifested as kernel crashes on ARM (BeagleBoard-X15). The issue is fixed by changing the allocation to sizeof(*queue_prior...

8.4CVSS6.2AI score0.0016EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/09/23 6:00 a.m.10 views

CVE-2025-39869 dmaengine: ti: edma: Fix memory allocation size for queue_priority_map

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Fix memory allocation size for queueprioritymap Fix a critical memory allocation bug in edmasetupfromhw where queueprioritymap was allocated with insufficient memory. The code declared queueprioritymap as s8 ...

8.4CVSS6.2AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/23 6:00 a.m.24 views

CVE-2025-39869 dmaengine: ti: edma: Fix memory allocation size for queue_priority_map

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Fix memory allocation size for queueprioritymap Fix a critical memory allocation bug in edmasetupfromhw where queueprioritymap was allocated with insufficient memory. The code declared queueprioritymap as s8 ...

8.4CVSS0.0016EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/09/23 6:00 a.m.24 views

CVE-2025-39869

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Fix memory allocation size for queueprioritymap Fix a critical memory allocation bug in edmasetupfromhw where queueprioritymap was allocated with insufficient memory. The code declared queueprioritymap as s8 ...

8.4CVSS6.4AI score0.0016EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2025/09/23 12:00 a.m.3 views

Ubuntu: Security Advisory (USN-7760-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...

5.9CVSS6.5AI score0.00163EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/23 12:00 a.m.5 views

Ubuntu 22.04 LTS / 24.04 LTS / 25.04 : GNU C Library vulnerability (USN-7760-1)

The remote Ubuntu 22.04 LTS / 24.04 LTS / 25.04 host has packages installed that are affected by a vulnerability as referenced in the USN-7760-1 advisory. It was discovered that the GNU C Library incorrectly handled the regcomp function when memory allocation failures occured. An attacker could u...

5.9CVSS7AI score0.00163EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/09/23 12:00 a.m.12 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 an improperly sized memory allocation that could result in out-of-bounds memory writes...

7.1CVSS6AI score0.0016EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/09/22 11:25 p.m.7 views

SUSE CVE-2025-38373

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix potential deadlock in MR deregistration The issue arises when kzalloc is invoked while holding umemmutex or any other lock acquired under umemmutex. This is problematic because kzalloc can trigger fsreclaimaqcuire,...

4.7CVSS6.2AI score0.00112EPSS
SaveExploits0References22
Rows per page
Query Builder