Lucene search
+L

355 matches found

OSV
OSV
added 2021/01/10 12:0 p.m.65 views

RUSTSEC-2021-0005 Double drop upon panic in 'fn map_array()'

Affected versions of this crate did not guard against panic within the user-provided function f 2nd parameter of fn maparray, and thus panic within f causes double drop of a single object. The flaw was corrected in the 0.4.0 release by wrapping the object vulnerable to a double drop within...

7.5CVSS7.4AI score0.0139EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/01/07 12:0 p.m.19 views

`Read` on uninitialized buffer may cause UB ( `read_entry()` )

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. There are two of such cases gooffsetlog::readentry & offsetlog::readentry. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect...

9.8CVSS3.4AI score0.01191EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/01/06 12:0 p.m.37 views

RUSTSEC-2021-0015 `Sectors::get` accesses unclaimed/uninitialized memory

Affected versions of this crate arbitrarily calls Vec::setlen to increase length of a vector without claiming more memory for the vector. Affected versions of this crate also calls user-provided Read on the uninitialized memory of the vector that was extended with Vec::setlen. This can overwrite...

9.8CVSS9.4AI score0.01728EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/01/04 12:0 p.m.26 views

EventList's From<EventList> conversions can double drop on panic.

Affected versions of this crate read from a container using ptr::read in From, and then call a user specified Into function. This issue can result in a double-free if the user provided function panics...

7.5CVSS2.9AI score0.01327EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/01/04 12:0 p.m.43 views

RUSTSEC-2021-0039 panic in user-provided `Endian` impl triggers double drop of T

Affected versions of the crate does not guard against panic from user-provided impl of Endian trait, which is a safe trait that users can implement. If a user-provided implementation of the Endian trait panics, double-drop is triggered due to the duplicated ownership of T created by ptr::read...

7.5CVSS7.6AI score0.01135EPSS
SaveExploits1References3
OSV
OSV
added 2021/01/04 12:0 p.m.46 views

RUSTSEC-2021-0011 EventList's From<EventList> conversions can double drop on panic.

Affected versions of this crate read from a container using ptr::read in From, and then call a user specified Into function. This issue can result in a double-free if the user provided function panics...

7.5CVSS7.4AI score0.01327EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/01/04 12:0 p.m.24 views

panic in user-provided `Endian` impl triggers double drop of T

Affected versions of the crate does not guard against panic from user-provided impl of Endian trait, which is a safe trait that users can implement. If a user-provided implementation of the Endian trait panics, double-drop is triggered due to the duplicated ownership of T created by ptr::read...

7.5CVSS3.2AI score0.01135EPSS
SaveExploits1
RustSec
RustSec
added 2020/12/31 12:0 p.m.21 views

`impl Random` on arrays can lead to dropping uninitialized memory

Affected versions of this crate had a panic safety issue to drop partially uninitialized array of T upon panic in a user provided function T::random. Dropping uninitialized T can potentially cause memory corruption or undefined behavior. The flaw was corrected in commit 565d508 by using MaybeUnin...

7.8CVSS2.9AI score0.00426EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/10 12:0 p.m.30 views

RUSTSEC-2020-0091 Dangling reference in `access::Map` with Constant

Using the arcswap::access::Map with the Constant test helper or with user-provided implementation of the Access trait could sometimes lead to the map returning dangling references. Replaced by implementation without unsafe, at the cost of added Clone bound on the closure and small penalty on...

7.5CVSS7.4AI score0.01599EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/12/10 12:0 p.m.26 views

Dangling reference in `access::Map` with Constant

Using the arcswap::access::Map with the Constant test helper or with user-provided implementation of the Access trait could sometimes lead to the map returning dangling references. Replaced by implementation without unsafe, at the cost of added Clone bound on the closure and small penalty on...

7.5CVSS1.1AI score0.01599EPSS
SaveExploits1Affected Software1
RedHat Linux
RedHat Linux
added 2020/11/04 1:0 a.m.10 views

libssh: unsanitized location in scp could lead to unwanted command execution

A flaw was found with the libssh API function sshscpnew. A user able to connect to a server using SCP could execute arbitrary command using a user-provided path, leading to a compromise of the remote target...

9.3CVSS7.4AI score0.03148EPSS
SaveExploits0References5
NVD
NVD
added 2020/08/21 7:15 p.m.17 views

CVE-2019-11848

An API abuse vulnerability exists in the AT command API of ALEOS before 4.13.0, 4.9.5, 4.4.9 due to lack of length checking when handling certain user-provided values...

7.2CVSS5.2AI score0.01086EPSS
SaveExploits0References1
Prion
Prion
added 2020/08/21 7:15 p.m.23 views

Design/Logic Flaw

An API abuse vulnerability exists in the AT command API of ALEOS before 4.13.0, 4.9.5, 4.4.9 due to lack of length checking when handling certain user-provided values...

6.5CVSS7AI score0.01086EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2020/07/20 3:15 p.m.20 views

CVE-2020-8215

A buffer overflow is present in canvas version = 1.6.9, which could lead to a Denial of Service or execution of arbitrary code when it processes a user-provided image...

8.8CVSS7.7AI score
SaveExploits0References1
Veracode
Veracode
added 2020/07/08 11:39 p.m.20 views

Path Traversal

socket.io-file is vulnerable to path traversal. The vulnerability is possible as file upload paths are generated by directly passing unsanitised user-provided name to path.join in the function socket.io-file::createFile through uploadDir and rename options...

7.5CVSS3AI score0.01581EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2020/07/01 2:40 p.m.34 views

CVE-2020-5905

In version 11.6.1-11.6.5.2 of the BIG-IP system Configuration utility Network WCCP page, the system does not sanitize all user-provided data before display...

5.1AI score0.00681EPSS
SaveExploits0References2
Veracode
Veracode
added 2020/07/01 3:9 a.m.44 views

SQL Injection

Apache SkyWalking is vulnerable to SQL injection. The function getLinearIntValues in H2MetricsQueryDAO.java does not sanitize the user-provided ID parameter to the SQL query StringBuilder when H2/MySQL/TiDB is used as storage, allowing an attacker to provide arbitrary string to construct maliciou...

7.5CVSS4.2AI score0.34613EPSS
SaveExploits1References3Affected Software1
Veracode
Veracode
added 2020/06/29 5:27 a.m.20 views

Cross-Site Scripting (XSS)

magento/community-edition is vulnerable to cross-site scripting XSS. Lack of sanitization of user-provided parameters allow an injection of malicious script which will be executed when the vulnerable page is loaded...

5.4CVSS3.8AI score0.01172EPSS
SaveExploits0References5Affected Software1
UbuntuCve
UbuntuCve
added 2020/06/19 6:15 p.m.41 views

CVE-2020-8165

A deserialization of untrusted data vulnernerability exists in rails 5.2.4.3, rails 6.0.3.1 that can allow an attacker to unmarshal user-provided objects in MemCacheStore and RedisCacheStore potentially resulting in an RCE...

9.8CVSS7.1AI score0.45732EPSS
SaveExploits5References4
Veracode
Veracode
added 2020/06/11 6:32 a.m.25 views

Remote Code Execution (RCE)

access-policy is vulnerable to remote code execution RCE. The attack is possible because user-provided data is directly executed by the eval in the template function without validation...

9.8CVSS3.3AI score0.02512EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder