Lucene search
+L

1764 matches found

UbuntuCve
UbuntuCve
added 2020/11/30 6:15 p.m.37 views

CVE-2020-28926

ReadyMedia aka MiniDLNA before versions 1.3.0 allows remote code execution. Sending a malicious UPnP HTTP request to the miniDLNA service using HTTP chunked encoding can lead to a signedness bug resulting in a buffer overflow in calls to memcpy/memmove...

9.8CVSS7.3AI score0.14458EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2020/11/30 5:9 p.m.34 views

CVE-2020-28926

ReadyMedia aka MiniDLNA before versions 1.3.0 allows remote code execution. Sending a malicious UPnP HTTP request to the miniDLNA service using HTTP chunked encoding can lead to a signedness bug resulting in a buffer overflow in calls to memcpy/memmove...

9.9AI score0.14458EPSS
SaveExploits1References4
NVD
NVD
added 2020/11/12 10:15 a.m.40 views

CVE-2020-11121

u'Possible buffer overflow in WIFI hal process due to usage of memcpy without checking length of destination buffer' in Snapdragon Auto, Snapdragon Compute, Snapdragon Industrial IOT, Snapdragon Mobile in QCM4290, QCS4290, QM215, QSM8350, SA6145P, SA6155, SA6155P, SA8155, SA8155P, SC8180X,...

7.8CVSS8AI score0.00186EPSS
SaveExploits0References1
CVE
CVE
added 2020/11/12 10:0 a.m.61 views

CVE-2020-11121

CVE-2020-11121 describes a possible buffer overflow in the WIFI HAL due to memcpy being used without checking the destination buffer length. Affected products include Qualcomm Snapdragon Auto, Compute, Industrial IOT, and Mobile platforms across multiple SoCs (e.g., QCM4290, QCS4290, QM215, QSM83...

7.8CVSS7.9AI score0.00186EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2020/11/12 10:0 a.m.30 views

CVE-2020-11121

u'Possible buffer overflow in WIFI hal process due to usage of memcpy without checking length of destination buffer' in Snapdragon Auto, Snapdragon Compute, Snapdragon Industrial IOT, Snapdragon Mobile in QCM4290, QCS4290, QM215, QSM8350, SA6145P, SA6155, SA6155P, SA8155, SA8155P, SC8180X,...

8AI score0.00186EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2020/11/04 1:7 a.m.8 views

librabbitmq: integer overflow in amqp_handle_input in amqp_connection.c leads to heap-based buffer overflow

An issue was discovered in amqphandleinput in amqpconnection.c in rabbitmq-c 0.9.0. There is an integer overflow that leads to heap memory corruption in the handling of CONNECTIONSTATEHEADER. A rogue server could return a malicious frame header that leads to a smaller targetsize value than needed...

9.8CVSS5.8AI score0.03317EPSS
SaveExploits0References4
NVD
NVD
added 2020/10/19 8:15 p.m.22 views

CVE-2020-24388

An issue was discovered in the sendsecuremsg function of yubihsm-shell through 2.0.2. The function does not validate the embedded length field of a message received from the device. This could lead to an oversized memcpy call that will crash the running process. This could be used by an attacker ...

7.5CVSS0.01755EPSS
SaveExploits1References5
Prion
Prion
added 2020/10/19 8:15 p.m.19 views

Denial of service

An issue was discovered in the sendsecuremsg function of yubihsm-shell through 2.0.2. The function does not validate the embedded length field of a message received from the device. This could lead to an oversized memcpy call that will crash the running process. This could be used by an attacker ...

5CVSS7.3AI score0.01755EPSS
SaveExploits1References5Affected Software2
CVE
CVE
added 2020/10/19 7:41 p.m.127 views

CVE-2020-24388

CVE-2020-24388 affects yubihsm-shell up to 2.0.2. The _send_secure_msg() function does not validate the embedded length field of a message from the device, enabling an oversized memcpy() that can crash the process and cause a denial of service. Public references in NVD, OSV, and YubiHSM disclosur...

7.5CVSS7.2AI score0.01755EPSS
SaveExploits1References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2020/09/29 12:0 a.m.45 views

EulerOS Virtualization for ARM 64 3.0.6.0 : glibc (EulerOS-SA-2020-2019)

According to the version of the glibc packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerability : - An exploitable signed comparison vulnerability exists in the ARMv7 memcpy implementation of GNU glibc 2.30.9000. Calling...

8.1CVSS7.7AI score0.05223EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2020/09/25 7:0 a.m.7 views

An exploitable signed comparison vulnerability exists in the ARMv7 memcpy() implementation of GNU glibc 2.30.9000. Calling memcpy() (on ARMv7 targets that utilize the GNU glibc implementation) with a negative value for the 'num' parameter results in a signed comparison vulnerability. If an attacker underflows the 'num' parameter to memcpy() this vulnerability could lead to undefined behavior such as writing to out-of-bounds memory and potentially remote code execution. Furthermore this memcpy() implementation allows for program execution to continue in scenarios where a segmentation fault or crash should have occurred. The dangers occur in that subsequent execution and iterations of this code will be executed with this corrupted data.

...

8.1CVSS7AI score0.05223EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2020/09/25 7:0 a.m.6 views

An issue was found in Linux kernel before 5.5.4. mwifiex_ret_wmm_get_status() in drivers/net/wireless/marvell/mwifiex/wmm.c allows a remote AP to trigger a heap-based buffer overflow because of an incorrect memcpy aka CID-3a9b153c5591.

...

7.1CVSS8.2AI score0.01218EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2020/09/08 12:0 a.m.53 views

EulerOS Virtualization for ARM 64 3.0.2.0 : glibc (EulerOS-SA-2020-1956)

According to the versions of the glibc packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - An out-of-bounds write vulnerability was found in glibc when handling signal trampolines on PowerPC. The backtrace...

8.1CVSS6.8AI score0.05223EPSS
SaveExploits0References3
OpenVAS
OpenVAS
added 2020/08/31 12:0 a.m.25 views

Huawei EulerOS: Security Advisory for glibc (EulerOS-SA-2020-1849)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2020 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...

8.1CVSS8.1AI score0.05223EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2020/08/28 12:0 a.m.34 views

EulerOS 2.0 SP8 : glibc (EulerOS-SA-2020-1849)

According to the version of the glibc packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - An exploitable signed comparison vulnerability exists in the ARMv7 memcpy implementation of GNU glibc 2.30.9000. Calling memcpy on ARMv7 targets tha...

8.1CVSS7.9AI score0.05223EPSS
SaveExploits0References2
OSV
OSV
added 2020/08/27 12:0 a.m.10 views

OSV-2020-1668 Memcpy-param-overlap in ot::Message::Write

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25226 Crash type: Memcpy-param-overlap Crash state: ot::Message::Write ot::Message::CopyTo ot::Ip6::Ip6::InsertMplOption...

7.2AI score
SaveExploits0References1
ossfuzz
ossfuzz
added 2020/08/26 12:26 p.m.20 views

openthread:ncp-uart-received-fuzzer: Memcpy-param-overlap in ot::Message::Write

Project: https://github.com/openthread/openthread.git Detailed Report: https://oss-fuzz.com/testcase?key=5748343379329024 Project: openthread Fuzzing Engine: honggfuzz Fuzz Target: ncp-uart-received-fuzzer Job Type: honggfuzzasanopenthread Platform Id: linux Crash Type: Memcpy-param-overlap Crash...

6.8AI score
SaveExploits0Affected Software1
GithubExploit
GithubExploit
added 2020/08/24 7:33 p.m.167 views

Exploit for Incorrect Calculation in Google Android

...

8.8CVSS8.8AI score0.05379EPSS
SaveExploits8
RedHat Linux
RedHat Linux
added 2020/08/11 7:17 a.m.8 views

kernel: heap-based buffer overflow in mwifiex_ret_wmm_get_status function in drivers/net/wireless/marvell/mwifiex/wmm.c

A flaw was found in the Linux kernel. The Marvell mwifiex driver allows a remote WiFi access point to trigger a heap-based memory buffer overflow due to an incorrect memcpy operation. The highest threat from this vulnerability is to data integrity and system availability...

7.1CVSS7.4AI score0.01218EPSS
SaveExploits0References4
Veracode
Veracode
added 2020/08/06 9:33 p.m.22 views

Integer Overflow

freerdp is vulnerable to Integer Overflow. The vulnerability is present because the input rectangles received from the server are not checked against local surface coordinates and are blindly accepted. This oversight allows an attacker to potentially crash the application by sending malicious dat...

3.5CVSS4.8AI score0.01466EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder