Lucene search
+L

11276 matches found

RustSec
RustSec
added 2021/01/10 12:00 p.m.33 views

panic safety issue in `impl TransformContent<S, D> for [S; (2|3|4)]`

Affected versions of this crate did not guard against double drop while temporarily duplicating objects' ownership using ptr::read. Upon panic in a user-provided function conversion, objects that are copied by ptr::read are dropped twice, leading to memory corruption. The flaw was corrected in...

7.5CVSS2.1AI score0.01327EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/01/10 12:00 p.m.67 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
RedhatCVE
RedhatCVE
added 2021/01/06 3:34 p.m.55 views

CVE-2020-28852

A flaw was found in golang.org. In x/text, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag...

7.5CVSS2.6AI score0.01721EPSS
SaveExploits1References3
CNVD
CNVD
added 2021/01/06 12:00 a.m.14 views

Unspecified Vulnerability in Mozilla Rust (CNVD-2021-30442)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in streebog crate in versions of Mozilla Rust prior to 0.8.0, which stems from the Streebog hash function causing a panic. No details of the vulnerability are provided at this tim...

7.5CVSS6.6AI score0.01327EPSS
SaveExploits1References1
Prion
Prion
added 2021/01/05 10:15 p.m.19 views

Denial of service

Dell EMC Unity, Unity XT, and UnityVSA versions prior to 5.0.4.0.5.012 contain a Denial of Service vulnerability on NAS Servers with NFS exports. A remote authenticated attacker could potentially exploit this vulnerability and cause Denial of Service Storage Processor Panic by sending specially...

4CVSS6.2AI score0.01482EPSS
SaveExploits0References1Affected Software3
Cvelist
Cvelist
added 2021/01/05 9:40 p.m.44 views

CVE-2020-29490

Dell EMC Unity, Unity XT, and UnityVSA versions prior to 5.0.4.0.5.012 contain a Denial of Service vulnerability on NAS Servers with NFS exports. A remote authenticated attacker could potentially exploit this vulnerability and cause Denial of Service Storage Processor Panic by sending specially...

7.5CVSS7.3AI score0.01482EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/01/05 9:15 p.m.6 views

CVE-2020-36067

GJSON =v1.6.5 allows attackers to cause a denial of service panic: runtime error: slice bounds out of range via a crafted GET call...

7.5CVSS5.3AI score0.01387EPSS
SaveExploits0References2
RustSec
RustSec
added 2021/01/04 12:00 p.m.29 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:00 p.m.47 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:00 p.m.49 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:00 p.m.26 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
OSV
OSV
added 2021/01/02 6:15 a.m.36 views

CVE-2020-28852

In x/text in Go before v0.3.5, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. x/text/language is supposed to be able to parse an HTTP Accept-Language header...

7.5CVSS7AI score
SaveExploits0References2
OSV
OSV
added 2021/01/02 6:15 a.m.4 views

DEBIAN-CVE-2020-28852

In x/text in Go before v0.3.5, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. x/text/language is supposed to be able to parse an HTTP Accept-Language header...

7.5CVSS7.5AI score0.01721EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2021/01/02 6:15 a.m.45 views

CVE-2020-28851

In x/text in Go 1.15.4, an "index out of range" panic occurs in language.ParseAcceptLanguage while parsing the -u- extension. x/text/language is supposed to be able to parse an HTTP Accept-Language header...

7.5CVSS7.1AI score0.02297EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2021/01/02 6:15 a.m.49 views

CVE-2020-28852

In x/text in Go before v0.3.5, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. x/text/language is supposed to be able to parse an HTTP Accept-Language header...

7.5CVSS7.1AI score0.01721EPSS
SaveExploits1References2
OSV
OSV
added 2021/01/02 6:15 a.m.13 views

UBUNTU-CVE-2020-28852

In x/text in Go before v0.3.5, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. x/text/language is supposed to be able to parse an HTTP Accept-Language header...

7.5CVSS7.1AI score0.01721EPSS
SaveExploits1References3
Prion
Prion
added 2021/01/02 6:15 a.m.31 views

Out-of-bounds

In x/text in Go before v0.3.5, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. x/text/language is supposed to be able to parse an HTTP Accept-Language header...

5CVSS7.2AI score0.01721EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/01/02 5:45 a.m.305 views

CVE-2020-28852

CVE-2020-28852 affects the Go x/text package, specifically a slice bounds out of range panic in language.ParseAcceptLanguage when processing a BCP 47 tag in HTTP Accept-Language headers. Version 0.3.5 of golang.org/x/text (or newer) fixes this; prior versions before v0.3.5 are affected. The issue...

7.5CVSS7.2AI score0.01721EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/01/02 5:45 a.m.30 views

CVE-2020-28852

In x/text in Go before v0.3.5, a "slice bounds out of range" panic occurs in language.ParseAcceptLanguage while processing a BCP 47 tag. x/text/language is supposed to be able to parse an HTTP Accept-Language header...

7.4AI score0.01721EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2021/01/02 5:42 a.m.48 views

CVE-2020-28851

In x/text in Go 1.15.4, an "index out of range" panic occurs in language.ParseAcceptLanguage while parsing the -u- extension. x/text/language is supposed to be able to parse an HTTP Accept-Language header...

7.4AI score0.02297EPSS
SaveExploits1References2
Rows per page
Query Builder