Lucene search
+L

1368 matches found

NVD
NVD
added 2021/01/21 10:15 a.m.26 views

CVE-2020-11217

A possible double free or invalid memory access in audio driver while reading Speaker Protection parameters in Snapdragon Compute, Snapdragon Connectivity, Snapdragon Industrial IOT, Snapdragon Mobile...

7.8CVSS7.7AI score0.00205EPSS
SaveExploits0References2
Prion
Prion
added 2021/01/21 10:15 a.m.21 views

Double free

A possible double free or invalid memory access in audio driver while reading Speaker Protection parameters in Snapdragon Compute, Snapdragon Connectivity, Snapdragon Industrial IOT, Snapdragon Mobile...

4.6CVSS7.7AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2021/01/21 9:41 a.m.102 views

CVE-2020-11217

CVE-2020-11217 involves a vulnerability in the Qualcomm Snapdragon audio driver (Speaker Protection parameters) that can cause a double free or invalid memory access in the affected audio subsystem. Reported impact targets Snapdragon Compute, Connectivity, Industrial IoT, and Mobile SKUs, with th...

7.8CVSS7.7AI score0.00205EPSS
SaveExploits0References2Affected Software193
Mageia
Mageia
added 2021/01/08 1:59 p.m.17 views

Updated c-ares packages fix security vulnerabilities

Avoid read-heap-buffer-overflow in aresparsesoareply found during fuzzing. Avoid theoretical buffer overflow in RC4 loop comparison. Empty hquery-name could lead to invalid memory access. aresparsea,aaaareply could return a larger naddrttls than was passed in...

3AI score
SaveExploits0References2
RustSec
RustSec
added 2021/01/07 12:0 p.m.22 views

`Frame::copy_from_raw_parts` can lead to segfault without `unsafe`

fn Frame::copyfromrawparts is a safe API that can take a raw pointer and dereference it. It is possible to read arbitrary memory address with an arbitrarily fed pointer. This allows the safe API to access & read arbitrary address in memory. Feeding an invalid memory address pointer to the API may...

7.5CVSS1AI score0.01327EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/10 11:15 p.m.6 views

PYSEC-2020-140

In affected versions of TensorFlow the tf.rawops.DataFormatVecPermute API does not validate the srcformat and dstformat attributes. The code assumes that these two arguments define a permutation of NHWC. This can result in uninitialized memory accesses, read outside of bounds and even crashes. Th...

7.8CVSS7.1AI score0.00241EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2020/12/09 12:0 a.m.28 views

NewStart CGSL CORE 5.04 / MAIN 5.04 : advancecomp Multiple Vulnerabilities (NS-SA-2020-0069)

The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has advancecomp packages installed that are affected by multiple vulnerabilities: - An issue was discovered in AdvanceCOMP through 2.1. An invalid memory address occurs in the function advpngunfilter8 in lib/png.c. It can be...

7.8CVSS6.3AI score0.01424EPSS
SaveExploits3References4
CNNVD
CNNVD
added 2020/12/08 12:0 a.m.14 views

Multiple Qualcomm Products Resource Management Error Vulnerability

A Qualcomm chip is a chip from Qualcomm Incorporated USA. a way to miniaturize circuitry including primarily semiconductor devices, but also passive components, etc. and is manufactured from time to time on the surface of semiconductor wafers. A resource management error vulnerability exists in...

7.8CVSS7.1AI score0.00205EPSS
SaveExploits0References4
OSV
OSV
added 2020/12/04 5:15 p.m.34 views

CVE-2020-25461

Invalid Memory Access in the fxProxyGetter function in moddable/xs/sources/xsProxy.c in Moddable SDK before OS200908 causes a denial of service SEGV...

7.5CVSS6.8AI score
SaveExploits0References2
CVE
CVE
added 2020/12/04 4:58 p.m.74 views

CVE-2020-25461

CVE-2020-25461 affects Moddable SDK prior to OS200908, where an invalid memory access in fxProxyGetter within moddable/xs/sources/xsProxy.c can trigger a denial of service (SEGV). Exploitation details are not provided in the documents beyond the function/file and impact. The publicly noted remedi...

7.5CVSS7.4AI score0.01293EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2020/12/04 12:0 a.m.15 views

Moddable SDK OS Security Vulnerability

Moddable SDK is a software development kit SDK for embedded software development for the Internet of Things IoT from Moddable, Inc. in the U.S. XS is one of the embedded JavaScript engines. A security vulnerability exists in Moddable SDK versions prior to OS200908, which stems from an invalid...

7.5CVSS7.1AI score0.01293EPSS
SaveExploits1References3
OSV
OSV
added 2020/11/13 12:0 p.m.24 views

RUSTSEC-2020-0080 `miow` invalidly assumes the memory layout of std::net::SocketAddr

The miow crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the...

5.5CVSS5.3AI score0.00387EPSS
SaveExploits1References3
OSV
OSV
added 2020/11/07 12:0 p.m.32 views

RUSTSEC-2020-0078 `net2` invalidly assumes the memory layout of std::net::SocketAddr

The net2 crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the...

5.5CVSS5.2AI score0.00398EPSS
SaveExploits2References3
RustSec
RustSec
added 2020/11/07 12:0 p.m.23 views

`net2` invalidly assumes the memory layout of std::net::SocketAddr

The net2 crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the...

2.7AI score
SaveExploits0Affected Software1
OSV
OSV
added 2020/11/06 12:0 p.m.27 views

RUSTSEC-2020-0079 `socket2` invalidly assumes the memory layout of std::net::SocketAddr

The socket2 crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the...

5.5CVSS5.2AI score0.00398EPSS
SaveExploits2References3
OSV
OSV
added 2020/11/02 12:0 p.m.71 views

RUSTSEC-2020-0081 `mio` invalidly assumes the memory layout of std::net::SocketAddr

The mio crate has assumed std::net::SocketAddrV4 and std::net::SocketAddrV6 have the same memory layout as the system C representation sockaddr. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the...

5.5CVSS5.3AI score0.00389EPSS
SaveExploits1References3
CloudLinux
CloudLinux
added 2020/10/15 12:0 p.m.104 views

Fix of 227 CVE

Fix bug 69720: Null pointer dereference in phargetfpoffset - Fix bug 70728: Type Confusion Vulnerability in PHPtoXMLRPCworker - Fix bug 70661: Use After Free Vulnerability in WDDX Packet Deserialization - Fix bug 70741: Session WDDX Packet Deserialization Type Confusion Vulnerability - Fix bug...

6.1CVSS10.2AI score0.79949EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2020/10/02 12:0 a.m.5 views

PT-2022-8871 · Upx +2 · Upx +2

Name of the Vulnerable Software and Affected Versions: UPX version 4.0.0 Description: An invalid memory address reference was discovered in the elf lookup function in p lx elf.cpp via a crafted Mach-O file. Recommendations: For UPX version 4.0.0, consider updating to a newer version that contains...

7.8CVSS6.6AI score0.02473EPSS
SaveExploits20References57
CNVD
CNVD
added 2020/09/04 12:0 a.m.7 views

Xpdf Invalid Memory Access Vulnerability (CNVD-2020-54074)

Xpdf is a free PDF viewer and toolkit that includes a text extractor, image converter, HTML converter and more. An invalid memory access vulnerability exists in the TextString::TextString function in Catalog.cc in Xpdf 4.0.2. An attacker can exploit this vulnerability by sending a specially craft...

7.8CVSS6.7AI score0.01054EPSS
SaveExploits1References1
NVD
NVD
added 2020/09/03 11:15 p.m.37 views

CVE-2020-24999

There is an invalid memory access in the function fprintf located in Error.cc in Xpdf 4.0.2. It can be triggered by sending a crafted PDF file to the pdftohtml binary, which allows a remote attacker to cause a Denial of Service Segmentation fault or possibly have unspecified other impact...

7.8CVSS8.1AI score0.01055EPSS
SaveExploits1References1
Rows per page
Query Builder