Lucene search
+L

348 matches found

RedhatCVE
RedhatCVE
added 2024/06/20 3:28 p.m.32 views

CVE-2024-38585

In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc Pass userplen to memcpy instead of heap-len to prevent realloc from copying an extra sizeofheap bytes from beyond the allocated region...

5.3CVSS6.9AI score0.00233EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/19 2:15 p.m.3 views

DEBIAN-CVE-2024-38585

In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc Pass userplen to memcpy instead of heap-len to prevent realloc from copying an extra sizeofheap bytes from beyond the allocated region...

7.1CVSS5.6AI score0.00233EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/19 2:15 p.m.22 views

CVE-2024-38585

In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc Pass userplen to memcpy instead of heap-len to prevent realloc from copying an extra sizeofheap bytes from beyond the allocated region...

7.1CVSS6.3AI score0.00233EPSS
SaveExploits0References12
OSV
OSV
added 2024/06/19 2:15 p.m.16 views

UBUNTU-CVE-2024-38585

In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc Pass userplen to memcpy instead of heap-len to prevent realloc from copying an extra sizeofheap bytes from beyond the allocated region...

7.1CVSS6.5AI score0.00233EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/19 1:37 p.m.16 views

CVE-2024-38585 tools/nolibc/stdlib: fix memory error in realloc()

In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc Pass userplen to memcpy instead of heap-len to prevent realloc from copying an extra sizeofheap bytes from beyond the allocated region...

6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/06/19 1:37 p.m.45 views

CVE-2024-38585

In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: fix memory error in realloc Pass userplen to memcpy instead of heap-len to prevent realloc from copying an extra sizeofheap bytes from beyond the allocated region...

7.1CVSS6.1AI score0.00233EPSS
SaveExploits0
CVE
CVE
added 2024/06/19 1:37 p.m.89 views

CVE-2024-38585

CVE-2024-38585 — Linux kernel memory corruption in realloc . The issue arises in tools/nolibc/stdlib where realloc() could copy beyond the allocated region because memcpy() used heap->len instead of the input user_p_len. The vulnerability was resolved by passing user_p_len to memcpy() to preve...

7.1CVSS6.5AI score0.00233EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/06/03 12:0 a.m.30 views

RHEL 5 : qffmpeg (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 5 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - qffmpeg: Invalid free in libavcodec/shorten.c due to invalid channel count CVE-2013-0873 - qffmpeg: out o...

10CVSS7.5AI score0.03639EPSS
SaveExploits2References5
OSV
OSV
added 2024/05/22 9:15 a.m.11 views

UBUNTU-CVE-2021-47483

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix possible double-free in regcacherbtreeexit In regcacherbtreeinserttoblock, when 'present' realloc failed, the 'blk' which is supposed to assign to 'rbnode-block' will be freed, so 'rbnode-block' points a freed memory,...

7.8CVSS5.8AI score0.00229EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/22 8:19 a.m.31 views

CVE-2021-47483 regmap: Fix possible double-free in regcache_rbtree_exit()

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix possible double-free in regcacherbtreeexit In regcacherbtreeinserttoblock, when 'present' realloc failed, the 'blk' which is supposed to assign to 'rbnode-block' will be freed, so 'rbnode-block' points a freed memory,...

7.8CVSS6.4AI score0.00229EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 3:15 p.m.6 views

DEBIAN-CVE-2021-47305

In the Linux kernel, the following vulnerability has been resolved: dma-buf/syncfile: Don't leak fences on merge failure Each addfence call does a dmafenceget on the relevant fence. In the error path, we weren't calling dmafenceput so all those fences got leaked. Also, in the kreallocarray failur...

5.5CVSS5.3AI score0.00238EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.4 views

UBUNTU-CVE-2021-47305

In the Linux kernel, the following vulnerability has been resolved: dma-buf/syncfile: Don't leak fences on merge failure Each addfence call does a dmafenceget on the relevant fence. In the error path, we weren't calling dmafenceput so all those fences got leaked. Also, in the kreallocarray failur...

5.5CVSS5.9AI score0.00238EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2024/05/11 12:0 a.m.55 views

RHEL 4 : openssh (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 4 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - openssh: loading of untrusted PKCS11 modules in ssh-agent CVE-2016-10009 - openssh: Bounds check can be...

7AI score0.37431EPSS
SaveExploits7References3
OSV
OSV
added 2024/05/01 1:15 p.m.6 views

UBUNTU-CVE-2022-48669

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Fix potential memleak in paprgetattr buf is allocated in paprgetattr, and krealloc of buf could fail. We need to free the original buf in the case of failure...

5.5CVSS6.2AI score0.00272EPSS
SaveExploits0References13
Veracode
Veracode
added 2024/04/16 8:59 a.m.23 views

Use-After-Free

gtkwave is vulnerable to Use-After-Free. The vulnerability is due to improper memory management in the VCD getvartoken realloc functionality via the vcd2lxt2 conversion utility, allowing an attacker to execute arbitrary code by crafting a malicious .vcd file...

7.8CVSS7.6AI score0.00403EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2024/04/10 12:0 a.m.7 views

PT-2024-9793 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a memory error in the realloc function within the tools/nolibc/stdlib component of the Linux kernel. This error occurs because realloc copies an extra sizeofhea...

9.8CVSS7.3AI score0.0147EPSS
SaveExploits3References736
OSV
OSV
added 2024/03/06 11:6 a.m.21 views

BIT-PILLOW-2020-5310

libImaging/TiffDecode.c in Pillow before 6.2.2 has a TIFF decoding integer overflow, related to realloc...

8.8CVSS7.2AI score0.01975EPSS
SaveExploits0References6
GithubExploit
GithubExploit
added 2024/01/17 4:35 a.m.484 views

Exploit for Integer Overflow or Wraparound in Microsoft

CVE-2024-20698 About this vulnerability: https://msrc.microsof...

7.8CVSS8.4AI score0.08647EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2024/01/10 2:41 a.m.4 views

SUSE CVE-2023-37573

Multiple use-after-free vulnerabilities exist in the VCD getvartoken realloc functionality of GTKWave 3.3.115. A specially crafted .vcd file can lead to arbitrary code execution. A victim would need to open a malicious file to trigger these vulnerabilities.This vulnerability concerns the...

7.8CVSS8AI score0.00403EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2024/01/10 2:41 a.m.5 views

SUSE CVE-2023-37575

Multiple use-after-free vulnerabilities exist in the VCD getvartoken realloc functionality of GTKWave 3.3.115. A specially crafted .vcd file can lead to arbitrary code execution. A victim would need to open a malicious file to trigger these vulnerabilities.This vulnerability concerns the...

7.8CVSS8AI score0.00403EPSS
SaveExploits1References3
Rows per page
Query Builder