Lucene search
+L

9468 matches found

Cvelist
Cvelist
added 2021/01/22 9:02 a.m.45 views

CVE-2021-25907

An issue was discovered in the containers crate before 0.9.11 for Rust. When a panic occurs, a util::mutate,mutate2 double drop can be performed...

9.7AI score0.01552EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:02 a.m.51 views

CVE-2021-25907

CVE-2021-25907 affects the Rust containers crate prior to 0.9.11. When a panic occurs in a user-provided function, a double drop may be performed on util::{mutate, mutate2}, risking memory corruption due to temporary ownership duplication (ptr::read). The issue has been addressed in version 0.9.1...

9.8CVSS9.3AI score0.01552EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2021/01/22 9:02 a.m.66 views

CVE-2021-25908

The CVE-2021-25908 issue affects the fil-ocl crate for Rust (up to 2021-01-04) where the From path can lead to a double free. The vulnerability is described across multiple sources (e.g., RustSec advisory RUSTSEC-2021-0011 and related CVE entries) and is tied to conversions from EventList, with t...

7.5CVSS7.4AI score0.01327EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:02 a.m.26 views

CVE-2021-25908

An issue was discovered in the fil-ocl crate through 2021-01-04 for Rust. From can lead to a double free...

7.7AI score0.01327EPSS
SaveExploits1References1
NVD
NVD
added 2021/01/20 6:15 p.m.20 views

CVE-2021-21269

Keymaker is a Mastodon Community Finder based Matrix Community serverlist page Server. In Keymaker before version 0.2.0, the assets endpoint did not check for the extension. The rust join method without checking user input might have made it abe to do a Path Traversal attack causing to read more...

7.7CVSS7.4AI score0.01392EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/01/20 5:50 p.m.27 views

CVE-2021-21269 Path Traversal in Keymaker

Keymaker is a Mastodon Community Finder based Matrix Community serverlist page Server. In Keymaker before version 0.2.0, the assets endpoint did not check for the extension. The rust join method without checking user input might have made it abe to do a Path Traversal attack causing to read more...

7.7CVSS7.6AI score0.01392EPSS
SaveExploits0References2
OSV
OSV
added 2021/01/20 12:00 p.m.18 views

RUSTSEC-2021-0083 QueryInterface should call AddRef before returning pointer

Affected version of this crate, which is a required dependency in com-impl, provides a faulty implementation of the IUnknown::QueryInterface method. QueryInterface implementation must call IUnknown::AddRef before returning the pointer, as describe in this documentation: As it is not incrementing...

7.5CVSS5.9AI score0.01053EPSS
SaveExploits0References3
OSV
OSV
added 2021/01/20 12:00 p.m.36 views

RUSTSEC-2021-0089 Optional `Deserialize` implementations lacking validation

When activating the non-default feature serialize, most structs implement serde::Deserialize without sufficient validation. This allows breaking invariants in safe code, leading to: Undefined behavior in asstring methods which use std::str::fromutf8unchecked internally. Panics due to failed...

9.8CVSS9.3AI score0.01123EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/01/20 12:00 p.m.20 views

Optional `Deserialize` implementations lacking validation

When activating the non-default feature serialize, most structs implement serde::Deserialize without sufficient validation. This allows breaking invariants in safe code, leading to: Undefined behavior in asstring methods which use std::str::fromutf8unchecked internally. Panics due to failed...

9.8CVSS1.6AI score0.01123EPSS
SaveExploits0Affected Software1
Kitploit
Kitploit
added 2021/01/15 11:30 a.m.155 views

Stegbrute - Fast Steganography Bruteforce Tool Written In Rust Useful For CTF's

stegbrute is a fast steganography brute force tool written in Rust using also threads to achieve a faster execution Dependencies Stegbrute cannot run without steghide!, to install steghide run : apt-get install -y steghide if you are not in a debian distribution you can download it from steghide...

7.2AI score
SaveExploits0References5
CNNVD
CNNVD
added 2021/01/11 12:00 a.m.13 views

Vicent Martí Redcarpet Injection Vulnerability

Vicent Martí Redcarpet is a Rust-based codebase for parsing Markdown syntax by the individual developer Vicent Martí. An injection vulnerability exists in Redcarpet before version 3.5.1, which results from not performing HTML escaping when handling quotes...

6.8CVSS6.5AI score0.0157EPSS
SaveExploits0References13
RustSec
RustSec
added 2021/01/08 12:00 p.m.23 views

Buffer overflow in SmallVec::insert_many

A bug in the SmallVec::insertmany method caused it to allocate a buffer that was smaller than needed. It then wrote past the end of the buffer, causing a buffer overflow and memory corruption on the heap. This bug was only triggered if the iterator passed to insertmany yielded more items than the...

9.8CVSS8.7AI score0.01666EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2021/01/07 12:00 p.m.23 views

`Frame::copy_from_raw_parts` can lead to segfault without `unsafe`

fn Frame::copyfromrawparts is a safe API that can take a raw pointer and dereference it. It is possible to read arbitrary memory address with an arbitrarily fed pointer. This allows the safe API to access & read arbitrary address in memory. Feeding an invalid memory address pointer to the API may...

7.5CVSS1AI score0.01327EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2021/01/07 12:00 p.m.53 views

RUSTSEC-2021-0007 `Frame::copy_from_raw_parts` can lead to segfault without `unsafe`

fn Frame::copyfromrawparts is a safe API that can take a raw pointer and dereference it. It is possible to read arbitrary memory address with an arbitrarily fed pointer. This allows the safe API to access & read arbitrary address in memory. Feeding an invalid memory address pointer to the API may...

7.5CVSS7.3AI score0.01327EPSS
SaveExploits1References3
OSV
OSV
added 2021/01/06 12:00 p.m.38 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/06 12:00 p.m.26 views

`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.8CVSS3AI score0.01728EPSS
SaveExploits1Affected Software1
Debian CVE
Debian CVE
added 2021/01/06 1:15 a.m.66 views

CVE-2021-21235

kamadak-exif is an exif parsing library written in pure Rust. In kamadak-exif version 0.5.2, there is an infinite loop in parsing crafted PNG files. Specifically, reader::readfromcontainer can cause an infinite loop when a crafted PNG file is given. This is fixed in version 0.5.3. No workaround i...

6.5CVSS6.2AI score0.01515EPSS
SaveExploits0
CVE
CVE
added 2021/01/06 1:15 a.m.101 views

CVE-2021-21235

Summary (CVE-2021-21235): kamadak-exif (Rust) v0.5.2 contains an infinite loop in PNG parsing via reader::read_from_container when given crafted PNG files. The issue is fixed in v0.5.3; upgrade to 0.5.3 to mitigate. Applications that do not pass PNG-signature files to Reader::read_from_container ...

6.5CVSS5.6AI score0.01515EPSS
SaveExploits0References3Affected Software1
CNVD
CNVD
added 2021/01/06 12:00 a.m.78 views

Rust Competitive Conditioning Problem Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A Competition Condition Issue vulnerability exists in Rust concread crate versions prior to 0.2.6, which can be exploited by an attacker to cause data contention in ARCache by sending a type that does not...

4.7CVSS6.5AI score0.00242EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/01/06 12:00 a.m.12 views

Mozilla Rust ordnung crate buffer overflow vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. Mozilla Rust version prior to 2020-09-03 has an ordnung crate in buffer overflow vulnerability that stems from Vec violating memory safety through out-of-bounds access to large volumes. No details of the...

7.5CVSS7.2AI score0.0139EPSS
SaveExploits1References1
Rows per page
Query Builder