Lucene search
+L

9663 matches found

RedhatCVE
RedhatCVE
added 2021/01/05 2:33 p.m.58 views

CVE-2020-28052

A flaw was found in bouncycastle. The OpenBSDBCrypt.checkPassword utility method compared incorrect data when checking the password allowing incorrect passwords to indicate they were matching with previously hashed ones that were different. The highest threat from this vulnerability is to data...

8.1CVSS2.4AI score0.0714EPSS
SaveExploits1References3
zdt
zdt
added 2021/01/05 12:00 a.m.33 views

Node.js TLSWrap Use-After-Free Vulnerability

Node.js: use-after-free in TLSWrap Node v14.11.0 Current is vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method...

SaveExploits0
Packet Storm
Packet Storm
added 2021/01/05 12:00 a.m.287 views

Node.js TLSWrap Use-After-Free

Node.js: use-after-free in TLSWrap Node v14.11.0 Current is vulnerable to a use-after-free bug in its TLS implementation. When writing to a TLS enabled socket, node::StreamBase::Write calls node::TLSWrap::DoWrite with a freshly allocated WriteWrap object as first argument. If the DoWrite method...

7.4AI score
SaveExploits0
OSV
OSV
added 2021/01/04 12:00 p.m.45 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/03 12:00 p.m.32 views

RUSTSEC-2021-0085 'Read' on uninitialized memory may cause UB

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. The crate currently contains 4 occurrences of such cases. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes...

9.8CVSS9.4AI score0.01191EPSS
SaveExploits0References3
OSV
OSV
added 2021/01/02 12:00 p.m.41 views

RUSTSEC-2021-0012 Reading uninitialized memory can cause UB (`Deserializer::read_vec`)

Deserializer::readvec created an uninitialized buffer and passes it to a user-provided Read implementation Deserializer.reader.readexact. Passing an uninitialized buffer to an arbitrary Read implementation is currently defined as undefined behavior in Rust. Official documentation for the Read tra...

9.8CVSS9.4AI score0.01688EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/01/02 12:00 p.m.23 views

reading on uninitialized buffer can cause UB (`impl<R> BufRead for GreedyAccessReader<R>`)

Affected versions of this crate creates an uninitialized buffer and passes it to user-provided Read implementation. This is unsound, because it allows safe Rust code to exhibit an undefined behavior read from uninitialized memory. The flaw was corrected in version 0.1.1 by zero-initializing a new...

9.1CVSS3.4AI score0.01642EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/31 12:00 p.m.26 views

RUSTSEC-2020-0153 `read` on uninitialized buffer may cause UB (bite::read::BiteReadExpandedExt::read_framed_max)

Affected versions of this crate calls a user provided Read implementation on an uninitialized buffer. Read on uninitialized buffer is defined as undefined behavior in Rust...

7.5CVSS7.5AI score0.01059EPSS
SaveExploits0References3
RustSec
RustSec
added 2020/12/31 12:00 p.m.19 views

`read` on uninitialized buffer may cause UB (bite::read::BiteReadExpandedExt::read_framed_max)

Affected versions of this crate calls a user provided Read implementation on an uninitialized buffer. Read on uninitialized buffer is defined as undefined behavior in Rust...

7.5CVSS3.5AI score0.01059EPSS
SaveExploits0
OSV
OSV
added 2020/12/31 10:15 a.m.9 views

CVE-2020-35897

An issue was discovered in the atom crate before 0.3.6 for Rust. An unsafe Send implementation allows a cross-thread data race...

4.7CVSS5.8AI score0.00196EPSS
SaveExploits0References1
NVD
NVD
added 2020/12/31 9:15 a.m.37 views

CVE-2020-35899

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

5.5CVSS5.5AI score0.00374EPSS
SaveExploits1References1
OSV
OSV
added 2020/12/31 9:15 a.m.13 views

CVE-2020-35899

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

5.5CVSS6.1AI score0.00374EPSS
SaveExploits1References1
Prion
Prion
added 2020/12/31 9:15 a.m.27 views

Code injection

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

6.4CVSS9.1AI score0.0141EPSS
SaveExploits1References1Affected Software1
CNNVD
CNNVD
added 2020/12/31 12:00 a.m.14 views

Rust Resource Management Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust actix-utils crate before 2.0.0, which stems from a Cell implementation that allows obtaining multiple mutable references to the same data...

9.1CVSS5.8AI score0.0141EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2020/12/28 12:00 a.m.37 views

Debian DSA-4819-1 : kitty - security update

Stephane Chauveau discovered that the graphics protocol implementation in Kitty, a GPU-based terminal emulator, did not sanitise a filename when returning an error message, which could result in the execution of arbitrary shell commands when displaying a file with cat. C Tenable Network Security,...

9.8CVSS8.5AI score0.03608EPSS
SaveExploits1References3
OSV
OSV
added 2020/12/27 12:00 p.m.18 views

RUSTSEC-2020-0155 `Read` on uninitialized buffer in `fill_buf()` and `read_up_to()`

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

9.8CVSS9.3AI score0.01191EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2020/12/25 10:59 p.m.59 views

CVE-2020-35711

An issue has been discovered in the arc-swap crate before 0.4.8 and 1.x before 1.1.0 for Rust. Use of arcswap::access::Map with the Constant test helper or with a user-supplied implementation of the Access trait could sometimes lead to dangling references being returned by the map...

7.5CVSS7.5AI score0.01599EPSS
SaveExploits1
Veracode
Veracode
added 2020/12/21 7:50 p.m.18 views

Domain Spoofing

chromium is vulnerable to domain spoofing. Inappropriate implementation in networking allows a remote attacker to perform domain spoofing via a malicious HTML page...

6.5CVSS3AI score0.01522EPSS
SaveExploits0References12Affected Software1
Veracode
Veracode
added 2020/12/21 6:51 p.m.27 views

Inappropriate Implementation

chromium, sid is having an inappropriate implementation due to a flaw found in the WebRTC component of the Chromium browser...

4.3CVSS3.6AI score0.0049EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2020/12/21 6:51 p.m.19 views

Inappropriate Implementation In Cookies

chromium, sid is having an Inappropriate implementation in cookies due to a flaw found in the cookies component of the Chromium browser...

6.5CVSS3.9AI score0.00753EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder