Lucene search
+L

9837 matches found

Prion
Prion
added 2019/09/09 12:15 p.m.17 views

Format string

An issue was discovered in the image crate before 0.21.3 for Rust, affecting the HDR image format decoder. Vec::setlen is called on an uninitialized vector, leading to a use-after-free and arbitrary code execution...

7.5CVSS9.7AI score0.02478EPSS
SaveExploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2019/09/09 12:15 p.m.18 views

CVE-2019-16138

An issue was discovered in the image crate before 0.21.3 for Rust, affecting the HDR image format decoder. Vec::setlen is called on an uninitialized vector, leading to a use-after-free and arbitrary code execution...

9.8CVSS7.3AI score0.02478EPSS
SaveExploits0References3
Prion
Prion
added 2019/09/09 12:15 p.m.19 views

Design/Logic Flaw

An issue was discovered in the blake2 crate before 0.8.1 for Rust. The BLAKE2b and BLAKE2s algorithms, when used with HMAC, produce incorrect results because the block sizes are half of the required sizes...

7.5CVSS9.4AI score0.00933EPSS
SaveExploits0References1Affected Software1
Prion
Prion
added 2019/09/09 12:15 p.m.23 views

Privilege escalation

An issue was discovered in the spin crate before 0.5.2 for Rust, when RwLock is used. Because memory ordering is mishandled, two writers can acquire the lock at the same time, violating mutual exclusion...

7.8CVSS7.5AI score0.01423EPSS
SaveExploits0References1Affected Software1
Prion
Prion
added 2019/09/09 12:15 p.m.16 views

Out-of-bounds

An issue was discovered in the compactarena crate before 0.4.0 for Rust. Generativity is mishandled, leading to an out-of-bounds write or read...

9CVSS9.5AI score0.01855EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2019/09/09 12:15 p.m.16 views

Code injection

An issue was discovered in the renderdoc crate before 0.5.0 for Rust. Multiple exposed methods take self by immutable reference, which is incompatible with a multi-threaded application...

7.5CVSS9.4AI score0.01796EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2019/09/09 12:0 p.m.30 views

CVE-2019-16144

An issue was discovered in the generator crate before 0.6.18 for Rust. Uninitialized memory is used by Scope, done, and yield during API calls...

7.5AI score0.01635EPSS
SaveExploits0References2
CVE
CVE
added 2019/09/09 12:0 p.m.56 views

CVE-2019-16144

CVE-2019-16144 affects the Rust crate named “generator”, prior to version 0.6.18. The issue is that uninitialized memory is used by internal components (Scope, done, and yield_) during API calls, which can lead to undefined behavior. Public advisories (e.g., RustSec/RUSTSEC-2019-0020 and OSV entr...

7.8CVSS7.4AI score0.01635EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2019/09/09 11:58 a.m.33 views

CVE-2019-16143

An issue was discovered in the blake2 crate before 0.8.1 for Rust. The BLAKE2b and BLAKE2s algorithms, when used with HMAC, produce incorrect results because the block sizes are half of the required sizes...

9.5AI score0.00933EPSS
SaveExploits0References1
CVE
CVE
added 2019/09/09 11:58 a.m.71 views

CVE-2019-16143

The CVE concerns the blake2 crate for Rust, affecting versions before 0.8.1. The root cause is incorrect block sizes when BLAKE2b/BLAKE2s are used with HMAC, causing MAC results to be computed with half the required sizes. Documents consistently describe miscalculation of MAC results (MacResult) ...

9.8CVSS9.4AI score0.00933EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2019/09/09 11:56 a.m.63 views

CVE-2019-16142

The CVE-2019-16142 issue affects the renderdoc crate for Rust prior to 0.5.0, where multiple exposed methods take self by immutable reference. This design is incompatible with a mutable interior state and can be unsafe when called from multiple threads without synchronization. Reported across Red...

9.8CVSS9.3AI score0.01796EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2019/09/09 11:55 a.m.32 views

CVE-2019-16141

An issue was discovered in the oncecell crate before 1.0.1 for Rust. There is a panic during initialization of Lazy...

7.5AI score0.01583EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2019/09/09 11:55 a.m.65 views

CVE-2019-16141

An issue was discovered in the oncecell crate before 1.0.1 for Rust. There is a panic during initialization of Lazy...

7.5CVSS7.5AI score0.01583EPSS
SaveExploits0
CVE
CVE
added 2019/09/09 11:55 a.m.58 views

CVE-2019-16141

CVE-2019-16141 concerns the Rust crate once_cell prior to 1.0.1 . The issue is a panic during initialization of the Lazy static. Concrete details across connected sources confirm the affected component (once_cell) and the root cause (panic in Lazy initialization). No explicit exploit vectors or i...

7.5CVSS7.4AI score0.01583EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2019/09/09 11:50 a.m.62 views

CVE-2019-16139

The CVE-2019-16139 issue affects the Rust crate compact_arena prior to 0.4.0, where flawed generativity handling allowed an out-of-bounds write or read. Exploitation involves mixing indices between arenas, enabling memory access violations. The root cause is improper generativity implementation; ...

9.8CVSS9.4AI score0.01855EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2019/09/09 11:49 a.m.27 views

CVE-2019-16138

An issue was discovered in the image crate before 0.21.3 for Rust, affecting the HDR image format decoder. Vec::setlen is called on an uninitialized vector, leading to a use-after-free and arbitrary code execution...

9.8AI score0.02478EPSS
SaveExploits0References2
CVE
CVE
added 2019/09/09 11:49 a.m.48 views

CVE-2019-16138

CVE-2019-16138 affects the Rust image crate, specifically the HDR image format decoder, where Vec::set_len is invoked on an uninitialized vector, causing a use-after-free and potential arbitrary code execution. The issue impacts the image crate prior to version 0.21.3. According to the connected ...

9.8CVSS9.6AI score0.02478EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2019/09/09 11:45 a.m.57 views

CVE-2019-16137

CVE-2019-16137 affects the spin crate for Rust (before version 0.5.2) where the RwLock memory ordering is mishandled. The underlying issue can allow two writers to acquire the lock simultaneously, violating mutual exclusion. This is documented across multiple sources (NVD, Red Hat, SUSE, OSV, Git...

7.8CVSS7.4AI score0.01423EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2019/09/09 11:45 a.m.29 views

CVE-2019-16137

An issue was discovered in the spin crate before 0.5.2 for Rust, when RwLock is used. Because memory ordering is mishandled, two writers can acquire the lock at the same time, violating mutual exclusion...

7.5AI score0.01423EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2019/09/09 12:0 a.m.48 views

FreeBSD : oniguruma -- multiple vulnerabilities (a8d87c7a-d1b1-11e9-a616-0992a4564e7c)

A use-after-free in onignewdeluxe in regext.c in Oniguruma 6.9.2 allows attackers to potentially cause information disclosure, denial of service, or possibly code execution by providing a crafted regular expression. The attacker provides a pair of a regex pattern and a string, with a multi-byte...

9.8CVSS8.1AI score0.04047EPSS
SaveExploits0References5
Rows per page
Query Builder