Lucene search
+L

11266 matches found

OSV
OSV
added 2021/03/04 10:15 p.m.9 views

CVE-2021-25345

Graphic format mismatch while converting video format in hwcomposer prior to SMR Mar-2021 Release 1 results in kernel panic due to unsupported format...

5.5CVSS6.1AI score0.00119EPSS
SaveExploits0References2
Prion
Prion
added 2021/03/04 10:15 p.m.25 views

Format string

Graphic format mismatch while converting video format in hwcomposer prior to SMR Mar-2021 Release 1 results in kernel panic due to unsupported format...

4.9CVSS5.4AI score0.00119EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/03/04 9:05 p.m.39 views

CVE-2021-25345

Graphic format mismatch while converting video format in hwcomposer prior to SMR Mar-2021 Release 1 results in kernel panic due to unsupported format...

4CVSS5.6AI score0.00119EPSS
SaveExploits0References2
CVE
CVE
added 2021/03/04 9:05 p.m.80 views

CVE-2021-25345

CVE-2021-25345 concerns Samsung hwcomposer. Descriptions across sources identify a graphics format mismatch when hwcomposer converts video formats, occurring prior to SMR Mar-2021 Release 1, which results in a kernel panic due to an unsupported format. The vulnerability is tied to the hwcomposer ...

5.5CVSS5.3AI score0.00119EPSS
SaveExploits0References2Affected Software1
RedHat Linux
RedHat Linux
added 2021/03/02 7:11 p.m.15 views

golang: math/big: panic during recursive division of very large numbers

A flaw was found in the math/big package of Go's standard library that causes a denial of service. Applications written in Go that use math/big via cryptographic packages, including crypto/rsa and crypto/x509, are vulnerable and can potentially cause panic via a crafted certificate chain. The...

7.5CVSS7.1AI score0.03859EPSS
SaveExploits0References4
OSV
OSV
added 2021/03/01 12:00 p.m.33 views

RUSTSEC-2021-0032 Deserializing an array can drop uninitialized memory on panic

The readbytesdefaultle function for T; n arrays, used to deserialize arrays of T from bytes created a T; n array with std::mem::uninitialized and then called T's deserialization method. If T's deserialization method panicked, the uninitialized memory could drop invalid objects. This flaw was...

9.8CVSS9.4AI score0.01167EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/03/01 12:00 p.m.29 views

Deserializing an array can drop uninitialized memory on panic

The readbytesdefaultle function for T; n arrays, used to deserialize arrays of T from bytes created a T; n array with std::mem::uninitialized and then called T's deserialization method. If T's deserialization method panicked, the uninitialized memory could drop invalid objects. This flaw was...

9.8CVSS2.7AI score0.01167EPSS
SaveExploits0Affected Software1
Veracode
Veracode
added 2021/02/26 2:12 a.m.25 views

Denial Of Service (DoS)

linux is vulnerable to denial of service DoS. The vulnerability exists through a system panic on 5.4 release since commit d18d22ce8f62839365c984b1df474d3975ed4eb2...

4.4CVSS2.8AI score0.00277EPSS
SaveExploits0References2Affected Software2
RedHat Linux
RedHat Linux
added 2021/02/24 2:45 p.m.9 views

gogo/protobuf: plugin/unmarshal/unmarshal.go lacks certain index validation

A flaw was found in github.com/gogo/protobuf before 1.3.2 that allows an out-of-bounds access when unmarshalling certain protobuf objects. This flaw allows a remote attacker to send crafted protobuf messages, causing panic and resulting in a denial of service. The highest threat from this...

8.6CVSS7.2AI score0.03478EPSS
SaveExploits0References4
Citrix
Citrix
added 2021/02/23 12:00 a.m.12 views

Hotfix XS82E017 - For Citrix Hypervisor 8.2

Who Should Install This Hotfix? This is a hotfix for customers running Citrix Hypervisor 8.2. All customers who are affected by the issues described inCTX296603 - Citrix Hypervisor Multiple Security Updatesshould install this hotfix. Information About this Hotfix Component| Details ---|---...

7.3AI score
SaveExploits0
OSV
OSV
added 2021/02/22 12:00 p.m.22 views

RUSTSEC-2021-0033 push_cloned can drop uninitialized memory or double free on panic

Affected versions of stackdst used a pushinner function that increased the internal length of the array and then called val.clone. If the val.clone call panics, the stack could drop an already dropped element or drop uninitialized memory. This issue was fixed in 2a4d538 by increasing the length o...

9.8CVSS9.3AI score0.01167EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/02/22 12:00 p.m.22 views

push_cloned can drop uninitialized memory or double free on panic

Affected versions of stackdst used a pushinner function that increased the internal length of the array and then called val.clone. If the val.clone call panics, the stack could drop an already dropped element or drop uninitialized memory. This issue was fixed in 2a4d538 by increasing the length o...

5.1AI score
SaveExploits0Affected Software1
RustSec
RustSec
added 2021/02/18 12:00 p.m.152 views

move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS3.2AI score0.01364EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/02/18 12:00 p.m.48 views

RUSTSEC-2021-0030 move_elements can double-free objects on panic

Affected versions of scratchpad used ptr::read to read elements while calling a user provided function f on them. Since the pointer read duplicates ownership, a panic inside the user provided f function could cause a double free when unwinding. The flaw was fixed in commit 891561bea by removing t...

9.8CVSS9.2AI score0.01364EPSS
SaveExploits0References3
OSV
OSV
added 2021/02/17 12:00 p.m.37 views

RUSTSEC-2021-0046 misc::vec_with_size() can drop uninitialized memory if clone panics

misc::vecwithsize creates a vector of the provided size and immediately calls vec.setlensize on it, initially filling it with uninitialized memory. It then inserts elements using veci = value.clone. If the value.clone call panics, uninitialized items in the vector will be dropped leading to...

9.8CVSS7.2AI score0.01363EPSS
SaveExploits1References3
RustSec
RustSec
added 2021/02/17 12:00 p.m.41 views

misc::vec_with_size() can drop uninitialized memory if clone panics

misc::vecwithsize creates a vector of the provided size and immediately calls vec.setlensize on it, initially filling it with uninitialized memory. It then inserts elements using veci = value.clone. If the value.clone call panics, uninitialized items in the vector will be dropped leading to...

9.8CVSS7.2AI score0.01363EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2021/02/16 8:47 a.m.144 views

Moderate: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 7.7 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

7.1CVSS6.6AI score0.00361EPSS
SaveExploits0References3
OSV
OSV
added 2021/02/10 7:15 p.m.14 views

CVE-2021-22133

The Elastic APM agent for Go versions before 1.11.0 can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application panic it...

2.4CVSS5.8AI score0.00521EPSS
SaveExploits0References1
NVD
NVD
added 2021/02/10 7:15 p.m.23 views

CVE-2021-22133

The Elastic APM agent for Go versions before 1.11.0 can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application panic it...

2.7CVSS0.00521EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/02/10 7:15 p.m.6 views

CVE-2021-22133

The Elastic APM agent for Go versions before 1.11.0 can leak sensitive HTTP header information when logging the details during an application panic. Normally, the APM agent will sanitize sensitive HTTP header details before sending the information to the APM server. During an application panic it...

2.7CVSS5.9AI score0.00521EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder