Lucene search
K

335 matches found

CNNVD
CNNVD
added 2021/03/23 12:0 a.m.3 views

Nanopb 安全漏洞

Nanopb is a protocol buffer implementation for microprocessors by the individual developer of Nanopb. A security vulnerability exists in Nanopb that results in invalid "free" or "realloc" calls...

7.1CVSS7.2AI score0.00809EPSS
Exploits1References6
Hacker One
Hacker One
added 2021/02/02 6:53 p.m.185 views

GitHub Security Lab: ihsinme: CPP Add query for CWE-401 memory leak on unsuccessful call to realloc function

This bug was reported directly to GitHub Security Lab...

1.4AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2021/02/01 12:0 a.m.51 views

CentOS 8 : curl (CESA-2020:1792)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2020:1792 advisory. - curl: TFTP receive heap buffer overflow in tftpreceivepacket function CVE-2019-5436 - curl: double free due to subsequent call of realloc CVE-2019-54...

9.8CVSS6.6AI score0.13273EPSS
Exploits1References4
OSV
OSV
added 2020/12/31 10:15 a.m.4 views

DEBIAN-CVE-2020-35861

An issue was discovered in the bumpalo crate before 3.2.1 for Rust. The realloc feature allows the reading of unknown memory. Attackers can potentially read cryptographic keys...

7.5CVSS7.3AI score0.00285EPSS
Exploits1References1
OSV
OSV
added 2020/12/31 10:15 a.m.2 views

UBUNTU-CVE-2020-35861

An issue was discovered in the bumpalo crate before 3.2.1 for Rust. The realloc feature allows the reading of unknown memory. Attackers can potentially read cryptographic keys...

7.5CVSS5.8AI score0.00285EPSS
Exploits1References4
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.2 views

Rust Buffer Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in bumpalo crate before 3.2.1 for Rust, which stems from a realloc feature that allows reading of unknown memory. An attacker can exploit this vulnerability to potentially read...

7.5CVSS5.8AI score0.00285EPSS
Exploits1References2
BDU FSTEC
BDU FSTEC
added 2020/12/22 12:0 a.m.1 views

The vulnerability of the realloc function in the Pillow image processing library allows a malicious actor to cause a service failure.

The vulnerability of the realloc function in the Pillow image processing library libImaging/TiffDecode.c is due to a numerical overflow during the processing of TIFF images. Exploiting this vulnerability can allow an attacker to cause service failures remotely...

9.3CVSS6.5AI score0.00608EPSS
Exploits0References6Affected Software3
Microsoft CVE
Microsoft CVE
added 2020/12/19 12:0 a.m.2 views

An issue was discovered in p11-kit 0.21.1 through 0.23.21. Multiple integer overflows have been discovered in the array allocations in the p11-kit library and the p11-kit list command where overflow checks are missing before calling realloc or calloc.

...

7.5CVSS8.7AI score0.00244EPSS
Exploits0
OSV
OSV
added 2020/12/16 2:15 p.m.0 views

DEBIAN-CVE-2020-29361

An issue was discovered in p11-kit 0.21.1 through 0.23.21. Multiple integer overflows have been discovered in the array allocations in the p11-kit library and the p11-kit list command, where overflow checks are missing before calling realloc or calloc...

7.5CVSS7AI score0.00244EPSS
Exploits0References1
OSV
OSV
added 2020/12/16 2:15 p.m.1 views

ALPINE-CVE-2020-29361

An issue was discovered in p11-kit 0.21.1 through 0.23.21. Multiple integer overflows have been discovered in the array allocations in the p11-kit library and the p11-kit list command, where overflow checks are missing before calling realloc or calloc...

7.5CVSS7.4AI score0.00244EPSS
Exploits0References1
OSV
OSV
added 2020/12/16 2:15 p.m.0 views

UBUNTU-CVE-2020-29361

An issue was discovered in p11-kit 0.21.1 through 0.23.21. Multiple integer overflows have been discovered in the array allocations in the p11-kit library and the p11-kit list command, where overflow checks are missing before calling realloc or calloc...

7.5CVSS7AI score0.00244EPSS
Exploits0References6
RedHat Linux
RedHat Linux
added 2020/04/28 3:45 p.m.0 views

curl: double free due to subsequent call of realloc()

Double-free vulnerability in the FTP-kerberos code in cURL 7.52.0 to 7.65.3...

9.8CVSS7.4AI score0.03082EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2020/04/28 3:45 p.m.83 views

Moderate: Red Hat Security Advisory: curl security update

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

9.8CVSS6.7AI score0.13273EPSS
Exploits1References5
Tenable Nessus
Tenable Nessus
added 2020/04/28 12:0 a.m.58 views

RHEL 8 : curl (RHSA-2020:1792)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2020:1792 advisory. The curl packages provide the libcurl library and the curl utility for downloading files from servers using various protocols, including HTT...

9.8CVSS6.8AI score0.13273EPSS
Exploits1References10
OSV
OSV
added 2020/03/24 12:0 p.m.16 views

RUSTSEC-2020-0006 Flaw in `realloc` allows reading unknown memory

When reallocing, if we allocate new space, we need to copy the old allocation's bytes into the new space. There are oldsize number of bytes in the old allocation, but we were accidentally copying newsize number of bytes, which could lead to copying bytes into the realloc'd space from past the chu...

7.5CVSS7.3AI score0.00285EPSS
Exploits1References3
RustSec
RustSec
added 2020/03/24 12:0 p.m.22 views

Flaw in `realloc` allows reading unknown memory

When reallocing, if we allocate new space, we need to copy the old allocation's bytes into the new space. There are oldsize number of bytes in the old allocation, but we were accidentally copying newsize number of bytes, which could lead to copying bytes into the realloc'd space from past the chu...

7.5CVSS0.9AI score0.00285EPSS
Exploits1Affected Software1
RedhatCVE
RedhatCVE
added 2020/02/11 2:49 p.m.23 views

CVE-2019-17177

libfreerdp/codec/region.c in FreeRDP through 1.1.x and 2.x through 2.0.0-rc4 has memory leaks because a supplied realloc pointer i.e., the first argument to realloc is also used for a realloc return value...

7.5CVSS2.5AI score0.00872EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2020/01/27 9:22 p.m.2 views

curl: double free due to subsequent call of realloc()

Double-free vulnerability in the FTP-kerberos code in cURL 7.52.0 to 7.65.3...

9.8CVSS7.4AI score0.03082EPSS
Exploits0References5
OSV
OSV
added 2020/01/21 12:0 a.m.0 views

UBUNTU-CVE-2019-19344

There is a use-after-free issue in all samba 4.9.x versions before 4.9.18, all samba 4.10.x versions before 4.10.12 and all samba 4.11.x versions before 4.11.5, essentially due to a call to realloc while other local variables still point at the original buffer...

6.5CVSS6.8AI score0.02193EPSS
Exploits0References4
Samba
Samba
added 2020/01/21 12:0 a.m.73 views

Use after free during DNS zone scavenging

Description Samba 4.9 introduced an off-by-default feature to tombstone dynamically created DNS records that had reached their expiry time. This feature is controlled by the smb.conf option: dns zone scavenging = yes There is a use-after-free issue in this code, essentially due to a call to reall...

6.5CVSS0.02193EPSS
Exploits0
Rows per page
Query Builder