Lucene search
+L

12867 matches found

Cvelist
Cvelist
added 2024/05/24 3:09 p.m.34 views

CVE-2021-47535 drm/msm/a6xx: Allocate enough space for GMU registers

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Allocate enough space for GMU registers In commit 142639a52a01 "drm/msm/a6xx: fix crashstate capture for A650" we changed a6xxgetgmuregisters to read 3 sets of registers. Unfortunately, we didn't change the memory...

7.8CVSS6.3AI score0.00236EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/24 3:09 p.m.93 views

CVE-2021-47535

CVE-2021-47535 refers to a Linux kernel flaw in drm/msm/a6xx where a6xx_get_gmu_registers() now reads 3 GMU register sets but the destination array was not resized, causing a slab-out-of-bounds write (KASAN) on affected ChromeOS 5.4 kernels. The issue can trigger memory corruption during crashsta...

7.8CVSS6.5AI score0.00236EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/24 3:09 p.m.15 views

CVE-2021-47523 IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddr

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix leak of rcvhdrtaildummykvaddr This buffer is currently allocated in hfi1init: if reinit ret = initafterresetdd; else ret = loadtimeinitdd; if ret goto done; / allocate dummy tail memory for all receive contexts /...

7AI score0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/24 3:09 p.m.45 views

CVE-2021-47516 nfp: Fix memory leak in nfp_cpp_area_cache_add()

In the Linux kernel, the following vulnerability has been resolved: nfp: Fix memory leak in nfpcppareacacheadd In line 800 1, nfpcppareaalloc allocates and initializes a CPP area structure. But in line 807 2, when the cache is allocated failed, this CPP area structure is not freed, which will...

6.4AI score0.0024EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/24 3:01 p.m.27 views

CVE-2021-47508 btrfs: free exchange changeset on failures

In the Linux kernel, the following vulnerability has been resolved: btrfs: free exchange changeset on failures Fstests runs on my VMs have show several kmemleak reports like the following. unreferenced object 0xffff88811ae59080 size 64: comm "xfsio", pid 12124, jiffies 4294987392 age 6.368s hex...

6.5AI score0.00205EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/24 3:01 p.m.27 views

CVE-2021-47499 iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove

In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove When ACPI type is ACPISMO8500, the data-dreadytrig will not be set, the memory allocated by iiotriggeredbuffersetup will not be freed, and cause memory leak as...

6.4AI score0.0024EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/24 11:07 a.m.4 views

OESA-2024-1624 glibc security update

The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational...

7.6CVSS7.3AI score0.0131EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/23 8:46 p.m.9 views

glibc: netgroup cache may terminate daemon on memory allocation failure

A flaw was found in the glibc netgroup cache. The netgroup cache uses xmalloc/xrealloc and may terminate the process due to a memory allocation failure...

7.3CVSS6.7AI score0.01075EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/23 8:46 p.m.439 views

Important: Red Hat Security Advisory: glibc security update

An update for glibc is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

8.1CVSS7AI score0.0131EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/05/23 2:01 p.m.21 views

CVE-2021-47237

In the Linux kernel, the following vulnerability has been resolved: net: hamradio: fix memory leak in mkissclose My local syzbot instance hit memory leak in mkissopen1. The problem was in missing freenetdev in mkissclose. In mkissopen netdevice is allocated and then registered, but in mkissclose...

5.1CVSS6.4AI score0.00226EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/05/23 1:39 p.m.12 views

glibc: netgroup cache may terminate daemon on memory allocation failure

A flaw was found in the glibc netgroup cache. The netgroup cache uses xmalloc/xrealloc and may terminate the process due to a memory allocation failure...

7.3CVSS6.7AI score0.01075EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:13 a.m.39 views

CVE-2023-52835

In the Linux kernel, the following vulnerability has been resolved: perf/core: Bail out early if the request AUX area is out of bound When perf-record with a large AUX area, e.g 4GB, it fails with: perf record -C 0 -m ,4G -e armspe0// -- sleep 1 failed to mmap with 12 Cannot allocate memory and i...

5.5CVSS6.5AI score0.00253EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/23 11:10 a.m.19 views

CVE-2023-52783

In the Linux kernel, the following vulnerability has been resolved: net: wangxun: fix kernel panic due to null pointer When the device uses a custom subsystem vendor ID, the function wxswinit returns before the memory of 'wx-mactable' is allocated. The null pointer will causes the kernel panic...

4.4CVSS5.2AI score0.00208EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/23 7:32 a.m.14 views

glibc: netgroup cache may terminate daemon on memory allocation failure

A flaw was found in the glibc netgroup cache. The netgroup cache uses xmalloc/xrealloc and may terminate the process due to a memory allocation failure...

7.3CVSS6.7AI score0.01075EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/23 6:33 a.m.8 views

glibc: netgroup cache may terminate daemon on memory allocation failure

A flaw was found in the glibc netgroup cache. The netgroup cache uses xmalloc/xrealloc and may terminate the process due to a memory allocation failure...

7.3CVSS6.7AI score0.01075EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/05/23 12:00 a.m.35 views

RHEL 8 : glibc (RHSA-2024:3312)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:3312 advisory. The glibc packages provide the standard C libraries libc, POSIX thread libraries libpthread, standard math libraries libm, and the name...

8.1CVSS8.6AI score0.8833EPSS
SaveExploits17References12
FreeBSD
FreeBSD
added 2024/05/23 12:00 a.m.23 views

python -- several vulnerabilities

Hugo van Kemenade reports: Python 3.14.2 and 3.13.11 are now available ... and come with some bonus security fixes. gh-142145: Remove quadratic behavior in node ID cache clearing CVE-2025-12084 gh-119451: Fix a potential denial of service in http.client only in 3.13; CVE-2025-13836 gh-119452: Fix...

7.5CVSS6.8AI score0.01594EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2024/05/23 12:00 a.m.76 views

RHEL 8 : glibc (RHSA-2024:3344)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:3344 advisory. The glibc packages provide the standard C libraries libc, POSIX thread libraries libpthread, standard math libraries libm, and the name...

8.1CVSS7AI score0.0131EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2024/05/23 12:00 a.m.35 views

CentOS 8 : glibc (CESA-2024:3344)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2024:3344 advisory. - nscd: Stack-based buffer overflow in netgroup cache If the Name Service Cache Daemon's nscd fixed size cache is exhausted by client requests then a...

8.1CVSS7AI score0.0131EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/23 12:00 a.m.53 views

ALSA-2024:3339 Important: glibc security update

The glibc packages provide the standard C libraries libc, POSIX thread libraries libpthread, standard math libraries libm, and the name service cache daemon nscd used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly. Security Fixes: glibc: Ou...

8.1CVSS7.7AI score0.8833EPSS
SaveExploits17References12
Rows per page
Query Builder