ecosystem stringclasses 14
values | vuln_id stringlengths 10 19 | summary stringlengths 4 267 ⌀ | details stringlengths 9 13.5k | aliases stringlengths 17 144 ⌀ | modified_date stringdate 2010-05-27 05:47:00 2022-05-10 08:46:52 | published_date stringdate 2005-12-31 05:00:00 2022-05-10 08:46:50 | severity stringclasses 5
values | score float64 0 10 ⌀ | cwe_id stringclasses 988
values | refs stringlengths 30 17.7k ⌀ | introduced stringlengths 75 4.26k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|
crates.io | GHSA-84rm-qf37-fgc2 | Integer Overflow in openssl-src | Calls to EVP_CipherUpdate, EVP_EncryptUpdate and EVP_DecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissable length for an integer on the platform. In such cases the return value from the function call will be 1 (indicating success), but the output ... | {'CVE-2021-23841'} | 2021-08-19T17:35:19Z | 2021-08-25T20:52:21Z | MODERATE | null | {'CWE-190', 'CWE-476'} | {'https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9b1129239f3ebb1d1c98ce9ed41d5c9476c47cb2', 'https://www.debian.org/security/2021/dsa-4855', 'https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=8252ee4d90f3f2004d3d0aeeed003ad49c9a7807', 'https://www.openssl.org/news/secadv/20210216.txt', 'https:/... | null |
crates.io | GHSA-rjh8-p66p-jrh5 | Data races in rusqlite | An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via an Auxdata API data race. | {'CVE-2020-35871'} | 2021-08-19T21:18:47Z | 2021-08-25T20:46:59Z | HIGH | null | {'CWE-362'} | {'https://github.com/rusqlite/rusqlite/releases/tag/0.23.0', 'https://rustsec.org/advisories/RUSTSEC-2020-0014.html', 'https://github.com/rusqlite/rusqlite/commit/2ef3628dac35aeba0a97d5fb3a57746b4e1d62b3', 'https://nvd.nist.gov/vuln/detail/CVE-2020-35871', 'https://github.com/rusqlite/rusqlite'} | null |
crates.io | RUSTSEC-2020-0158 | slice-deque is unmaintained | The author of the `slice-deque` crate is unresponsive and is not receiving security patches.
Maintained alternatives:
- [`slice-ring-buffer`](https://crates.io/crates/slice-ring-buffer) | null | 2021-11-18T14:04:01Z | 2020-02-10T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2020-0158.html', 'https://crates.io/crates/slice-deque', 'https://github.com/gnzlbg/slice_deque/issues/94'} | null |
crates.io | RUSTSEC-2021-0113 | AtomicBucket<T> unconditionally implements Send/Sync | In the affected versions of the crate, `AtomicBucket<T>` unconditionally implements `Send`/`Sync` traits. Therefore, users can create a data race to the inner
`T: !Sync` by using the `AtomicBucket::data_with()` API.
Such data races can potentially cause memory corruption or other undefined behavior.
The flaw was fixed... | null | 2021-09-18T21:35:48Z | 2021-04-07T12:00:00Z | null | null | null | {'https://github.com/metrics-rs/metrics/issues/190', 'https://crates.io/crates/metrics-util', 'https://rustsec.org/advisories/RUSTSEC-2021-0113.html'} | null |
crates.io | RUSTSEC-2022-0003 | Space bug in `clean_text` | An incorrect mapping from HTML specification to ASCII codes was used.
Because HTML treats the Form Feed as whitespace, code like this has an injection bug:
let html = format!("<div title={}>", clean_text(user_supplied_string));
Applications are not affected if they quote their attributes, or if they don't use `cl... | null | 2022-01-19T22:35:01Z | 2022-01-19T12:00:00Z | null | null | null | {'https://crates.io/crates/ammonia', 'https://rustsec.org/advisories/RUSTSEC-2022-0003.html', 'https://github.com/rust-ammonia/ammonia/pull/147'} | null |
crates.io | RUSTSEC-2021-0056 | CA certificate check bypass with X509_V_FLAG_X509_STRICT | The X509_V_FLAG_X509_STRICT flag enables additional security checks of the
certificates present in a certificate chain. It is not set by default.
Starting from OpenSSL version 1.1.1h a check to disallow certificates in
the chain that have explicitly encoded elliptic curve parameters was added
as an additional strict c... | {'CVE-2021-3450'} | 2021-10-19T22:14:35Z | 2021-05-01T12:00:00Z | null | null | null | {'https://crates.io/crates/openssl-src', 'https://rustsec.org/advisories/RUSTSEC-2021-0056.html', 'https://www.openssl.org/news/secadv/20210325.txt'} | null |
crates.io | GHSA-2367-c296-3mp2 | Link following in tar | An issue was discovered in the tar crate before 0.4.16 for Rust. Arbitrary file overwrite can occur via a symlink or hardlink in a TAR archive. | {'CVE-2018-20990'} | 2021-08-19T21:24:12Z | 2021-08-25T20:43:54Z | HIGH | null | {'CWE-59'} | {'https://rustsec.org/advisories/RUSTSEC-2018-0002.html', 'https://github.com/alexcrichton/tar-rs/pull/156', 'https://nvd.nist.gov/vuln/detail/CVE-2018-20990', 'https://github.com/alexcrichton/tar-rs'} | null |
crates.io | GHSA-j2r6-2m5c-vgh5 | Counter overflow in chacha20 | An issue was discovered in the chacha20 crate before 0.2.3 for Rust. A ChaCha20 counter overflow makes it easier for attackers to determine plaintext. | {'CVE-2019-25005'} | 2021-08-19T21:20:52Z | 2021-08-25T20:45:20Z | HIGH | null | {'CWE-190'} | {'https://github.com/RustCrypto/stream-ciphers/tree/master/chacha20', 'https://nvd.nist.gov/vuln/detail/CVE-2019-25005', 'https://rustsec.org/advisories/RUSTSEC-2019-0029.html', 'https://github.com/RustCrypto/stream-ciphers/pull/64'} | null |
crates.io | RUSTSEC-2019-0037 | Compiler optimisation for next_with_timeout in pnet::transport::IcmpTransportChannelIterator flaws to SEGFAULT | Affected versions of this crate were optimized out by compiler,
which caused dereference of uninitialized file descriptor which caused segfault. | null | 2020-11-28T02:51:11Z | 2019-06-11T12:00:00Z | null | null | null | {'https://crates.io/crates/pnet', 'https://github.com/libpnet/libpnet/issues/449', 'https://rustsec.org/advisories/RUSTSEC-2019-0037.html'} | null |
crates.io | GHSA-wcxc-jf6c-8rx9 | Uncaught Exception in libpulse-binding | Affected versions of this crate failed to catch panics crossing FFI boundaries via callbacks, which
is a form of UB. This flaw was corrected by [this commit][1] which was included in version 2.6.0. | null | 2021-08-18T20:24:24Z | 2021-08-25T20:57:21Z | MODERATE | null | {'CWE-248'} | {'https://github.com/jnqnfe/pulse-binding-rust', 'https://github.com/jnqnfe/pulse-binding-rust/commit/7fd282aef7787577c385aed88cb25d004b85f494', 'https://rustsec.org/advisories/RUSTSEC-2019-0038.html'} | null |
crates.io | GHSA-xjxc-vfw2-cg96 | Use after free in openssl | An issue was discovered in the openssl crate before 0.10.9 for Rust. A use-after-free occurs in CMS Signing. | {'CVE-2018-20997'} | 2021-08-19T21:24:24Z | 2021-08-25T20:43:45Z | CRITICAL | null | {'CWE-416'} | {'https://github.com/sfackler/rust-openssl/pull/942', 'https://github.com/sfackler/rust-openssl', 'https://rustsec.org/advisories/RUSTSEC-2018-0010.html', 'https://nvd.nist.gov/vuln/detail/CVE-2018-20997'} | null |
crates.io | GHSA-p4cr-64x4-f92f | Use of Uninitialized Resource in acc_reader. | An issue was discovered in the acc_reader crate through 2020-12-27 for Rust. fill_buf may read from uninitialized memory locations. | {'CVE-2020-36514'} | 2022-01-07T16:21:25Z | 2022-01-06T22:17:23Z | CRITICAL | null | {'CWE-908'} | {'https://github.com/netvl/acc_reader', 'https://rustsec.org/advisories/RUSTSEC-2020-0155.html', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/acc_reader/RUSTSEC-2020-0155.md', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36514'} | null |
crates.io | GHSA-6c65-xcf5-299x | Uninitialized memory use in generator | 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. | {'CVE-2019-16144'} | 2021-08-18T17:52:08Z | 2021-08-25T20:58:25Z | HIGH | null | {'CWE-908'} | {'https://github.com/Xudong-Huang/generator-rs/issues/14', 'https://github.com/Xudong-Huang/generator-rs/issues/9', 'https://github.com/Xudong-Huang/generator-rs/issues/11', 'https://nvd.nist.gov/vuln/detail/CVE-2019-16144', 'https://github.com/Xudong-Huang/generator-rs', 'https://github.com/Xudong-Huang/generator-rs/i... | null |
crates.io | RUSTSEC-2021-0001 | XSS in mdBook's search page | > This is a cross-post of [the official security advisory][ml]. The official post
> contains a signed version with our PGP key, as well.
[ml]: https://groups.google.com/g/rustlang-security-announcements/c/3-sO6of29O0
The Rust Security Response Working Group was recently notified of a security
issue affecting the sear... | {'CVE-2020-26297'} | 2021-10-19T22:14:35Z | 2021-01-04T12:00:00Z | null | null | null | {'https://crates.io/crates/mdbook', 'https://groups.google.com/g/rustlang-security-announcements/c/3-sO6of29O0', 'https://rustsec.org/advisories/RUSTSEC-2021-0001.html'} | null |
crates.io | GHSA-8928-2fgm-6x9x | HTTP Request Smuggling in actix-http | Affected versions of this crate did not properly detect invalid requests that could allow HTTP/1 request smuggling (HRS) attacks when running alongside a vulnerable front-end proxy server. This can result in leaked internal and/or user data, including credentials, when the front-end proxy is also vulnerable.
Popular f... | {'CVE-2021-38512'} | 2021-08-18T20:13:40Z | 2021-08-25T20:58:21Z | HIGH | null | {'CWE-444'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-38512', 'https://github.com/actix/actix-web/commit/e965d8298f421e9c89fe98b1300b8361e948c324', 'https://github.com/actix/actix-web/pull/2363', 'https://github.com/actix/actix-web', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/... | null |
crates.io | GHSA-r6ff-2q3c-v3pv | Compiler optimisation leads to SEGFAULT | Affected versions of the `pnet` crate were optimized out by compiler, which caused dereference of uninitialized file descriptor which caused segfault. | null | 2021-08-09T17:13:06Z | 2021-08-25T21:00:01Z | MODERATE | null | {'CWE-908'} | {'https://github.com/libpnet/libpnet/issues/449', 'https://github.com/libpnet/libpnet/pull/455', 'https://rustsec.org/advisories/RUSTSEC-2019-0037.html', 'https://github.com/libpnet/libpnet'} | null |
crates.io | GHSA-hw4v-5x4h-c3xm | Transaction validity oversight in pallet-ethereum | ### Impact
A bug in `pallet-ethereum` can cause invalid transactions to be included in the Ethereum block state in `pallet-ethereum` due to not validating the input data size. Any invalid transactions included this way have no possibility to alter the internal Ethereum or Substrate state. The transaction will appear t... | {'CVE-2021-39193'} | 2021-09-03T20:22:28Z | 2021-09-01T18:22:48Z | MODERATE | null | {'CWE-20'} | {'https://github.com/paritytech/frontier/pull/465/commits/8a2b890a2fb477d5fedd0e4335b00623832849ae', 'https://github.com/paritytech/frontier', 'https://github.com/paritytech/frontier/security/advisories/GHSA-hw4v-5x4h-c3xm', 'https://github.com/paritytech/frontier/pull/465', 'https://github.com/paritytech/frontier/comm... | null |
crates.io | RUSTSEC-2020-0031 | HTTP Request smuggling through malformed Transfer Encoding headers | HTTP pipelining issues and request smuggling attacks are possible due to incorrect
Transfer encoding header parsing.
It is possible conduct HTTP request smuggling attacks (CL:TE/TE:TE) by sending invalid Transfer Encoding headers.
By manipulating the HTTP response the attacker could poison a web-cache, perform an X... | {'CVE-2020-35884'} | 2021-10-19T22:14:35Z | 2020-06-16T12:00:00Z | null | null | null | {'https://github.com/tiny-http/tiny-http/issues/173', 'https://rustsec.org/advisories/RUSTSEC-2020-0031.html', 'https://crates.io/crates/tiny_http'} | null |
crates.io | GHSA-q2x5-6q7q-r872 | Use After Free in tremor-script | An issue was discovered in the tremor-script crate before 0.11.6 for Rust. A patch operation may result in a use-after-free. | {'CVE-2021-45701'} | 2022-01-07T17:52:38Z | 2022-01-06T22:10:17Z | CRITICAL | null | {'CWE-416'} | {'https://rustsec.org/advisories/RUSTSEC-2021-0111.html', 'https://nvd.nist.gov/vuln/detail/CVE-2021-45701', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/tremor-script/RUSTSEC-2021-0111.md'} | null |
crates.io | RUSTSEC-2018-0007 | Stack overflow when parsing malicious DNS packet | There's a stack overflow leading to a crash when Trust-DNS's parses a
malicious DNS packet.
Affected versions of this crate did not properly handle parsing of DNS message
compression (RFC1035 section 4.1.4). The parser could be tricked into infinite
loop when a compression offset pointed back to the same domain name t... | {'CVE-2018-20994'} | 2021-10-19T22:14:35Z | 2018-10-09T12:00:00Z | null | null | null | {'https://crates.io/crates/trust-dns-proto', 'https://rustsec.org/advisories/RUSTSEC-2018-0007.html'} | null |
crates.io | RUSTSEC-2021-0095 | `mopa` is technically unsound | The `mopa` crate redefines the deprecated `TraitObject` struct from `core::raw` like so:
```rust
#[repr(C)]
#[derive(Copy, Clone)]
#[doc(hidden)]
pub struct TraitObject {
pub data: *mut (),
pub vtable: *mut (),
}
```
This is done to then transmute a reference to a trait object (`&dyn Trait` for any trait `Trait... | null | 2021-08-22T01:48:14Z | 2021-06-01T12:00:00Z | null | null | null | {'https://crates.io/crates/mopa', 'https://github.com/chris-morgan/mopa/issues/13', 'https://rustsec.org/advisories/RUSTSEC-2021-0095.html'} | null |
crates.io | RUSTSEC-2020-0123 | Contents of uninitialized memory exposed in DeflateOutput's AsyncRead implementation | Affected versions of this crate passes an uninitialized buffer to a user-provided trait function `AsyncRead::poll_read()`.
Arbitrary `AsyncRead::poll_read()` implementations can read from the uninitialized buffer (memory exposure) and also can return incorrect number of bytes written to the buffer.
Reading from uninit... | {'CVE-2020-36443'} | 2021-10-19T22:14:35Z | 2020-01-24T12:00:00Z | null | null | null | {'https://crates.io/crates/libp2p-deflate', 'https://github.com/libp2p/rust-libp2p/issues/1932', 'https://rustsec.org/advisories/RUSTSEC-2020-0123.html'} | null |
crates.io | GHSA-wcg3-cvx6-7396 | Segmentation fault in time | ### Impact
Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.
The affected function... | {'CVE-2020-26235'} | 2021-10-18T20:47:30Z | 2021-08-25T20:56:46Z | MODERATE | null | {'CWE-476'} | {'https://github.com/time-rs/time/issues/293', 'https://rustsec.org/advisories/RUSTSEC-2020-0071.html', 'https://nvd.nist.gov/vuln/detail/CVE-2020-26235', 'https://github.com/time-rs/time', 'https://github.com/time-rs/time/security/advisories/GHSA-wcg3-cvx6-7396'} | null |
crates.io | RUSTSEC-2020-0089 | nanorand 0.5.0 - RNGs failed to generate properly for non-64-bit numbers | In versions of `nanorand` prior to 0.5.1, `RandomGen` implementations for standard unsigned integers could
fail to properly generate numbers, due to using bit-shifting to truncate a 64-bit number, rather than just
an `as` conversion.
This often manifested as RNGs returning nothing but 0, including the cryptographicall... | {'CVE-2020-35926'} | 2021-01-04T17:02:59Z | 2020-12-09T12:00:00Z | null | null | null | {'https://twitter.com/aspenluxxxy/status/1336684692284772352', 'https://rustsec.org/advisories/RUSTSEC-2020-0089.html', 'https://crates.io/crates/nanorand'} | null |
crates.io | RUSTSEC-2020-0066 | crate has been renamed to `sn_bindgen` | This crate has been renamed from `safe_bindgen` to `sn_bindgen`.
The new repository location is:
<https://github.com/maidsafe/sn_bindgen> | null | 2020-11-02T14:48:54Z | 2020-11-02T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2020-0066.html', 'https://crates.io/crates/safe_bindgen', 'https://github.com/maidsafe/sn_bindgen/pull/67'} | null |
crates.io | GHSA-m3ww-7hrp-gw9w | Drop of uninitialized memory in Ozone | An issue was discovered in the ozone crate through 2020-07-04 for Rust. Memory safety is violated because of the dropping of uninitialized memory. | {'CVE-2020-35878'} | 2021-08-19T21:08:59Z | 2021-08-25T20:47:41Z | CRITICAL | null | {'CWE-908', 'CWE-119'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-35878', 'https://rustsec.org/advisories/RUSTSEC-2020-0022.html', 'https://github.com/bqv/ozone'} | null |
crates.io | GHSA-87xh-9q6h-r5cc | Use After Free in rusqlite | An issue was discovered in the rusqlite crate 0.25.x before 0.25.4 and 0.26.x before 0.26.2 for Rust. create_window_function has a use-after-free. | {'CVE-2021-45715'} | 2022-01-07T16:08:56Z | 2022-01-06T22:00:49Z | HIGH | null | {'CWE-416'} | {'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/rusqlite/RUSTSEC-2021-0128.md', 'https://nvd.nist.gov/vuln/detail/CVE-2021-45715', 'https://rustsec.org/advisories/RUSTSEC-2021-0128.html', 'https://github.com/rusqlite/rusqlite'} | null |
crates.io | GHSA-gwc9-348x-qwv2 | Use after free in Wasmtime | There is a use after free vulnerability in Wasmtime when both running Wasm that uses `externref`s and enabling [epoch interruption](https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.epoch_interruption) in Wasmtime. If you are not explicitly enabling epoch interruption (it is disabled by default) then y... | {'CVE-2022-24791'} | 2022-04-12T23:16:15Z | 2022-04-01T13:36:12Z | HIGH | null | {'CWE-416'} | {'https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.epoch_interruption', 'https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-gwc9-348x-qwv2', 'https://github.com/bytecodealliance/wasmtime/commit/666c2554ea0e1728c35aa41178cf235920db888a', 'https://github.com/bytecodealliance/wasmtime'... | null |
crates.io | GHSA-gh87-6jr3-8q47 | Null pointer deference in cache | An issue was discovered in the cache crate through 2021-01-01 for Rust. A raw pointer is dereferenced. | {'CVE-2021-25903'} | 2021-08-19T18:45:43Z | 2021-08-25T20:52:57Z | HIGH | null | {'CWE-476'} | {'https://github.com/krl/cache/issues/2', 'https://github.com/krl/cache', 'https://rustsec.org/advisories/RUSTSEC-2021-0006.html', 'https://nvd.nist.gov/vuln/detail/CVE-2021-25903'} | null |
crates.io | RUSTSEC-2020-0135 | Slock<T> allows sending non-Send types across thread boundaries | `Slock<T>` unconditionally implements `Send`/`Sync`.
Affected versions of this crate allows sending non-Send types to other threads,
which can lead to data races and memory corruption due to the data race. | {'CVE-2020-36455'} | 2021-10-19T22:14:35Z | 2020-11-17T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2020-0135.html', 'https://crates.io/crates/slock', 'https://github.com/BrokenLamp/slock-rs/issues/2'} | null |
crates.io | GHSA-45w7-7g63-2m5w | Drop of uninitialized memory in stack_dst | Affected versions of stack_dst used a push_inner 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 of the array after... | {'CVE-2021-28035'} | 2021-08-30T21:56:02Z | 2021-09-01T18:30:55Z | CRITICAL | null | {'CWE-908'} | {'https://github.com/thepowersgang/stack_dst-rs/issues/5', 'https://nvd.nist.gov/vuln/detail/CVE-2021-28035', 'https://rustsec.org/advisories/RUSTSEC-2021-0033.html', 'https://github.com/thepowersgang/stack_dst-rs/commit/2a4d538', 'https://github.com/thepowersgang/stack_dst-rs'} | null |
crates.io | RUSTSEC-2020-0070 | Some lock_api lock guard objects can cause data races | Affected versions of lock_api had unsound implementations of the `Send` or
`Sync` traits for some guard objects, namely:
* MappedMutexGuard
* MappedRwLockReadGuard
* MappedRwLockWriteGuard
* RwLockReadGuard
* RwLockWriteGuard
These guards could allow data races through types that are not safe to `Send`
across thread ... | {'CVE-2020-35914', 'CVE-2020-35911', 'CVE-2020-35913', 'CVE-2020-35910', 'CVE-2020-35912'} | 2021-01-31T04:02:50Z | 2020-11-08T12:00:00Z | null | null | null | {'https://crates.io/crates/lock_api', 'https://github.com/Amanieu/parking_lot/pull/262', 'https://rustsec.org/advisories/RUSTSEC-2020-0070.html'} | null |
crates.io | GHSA-8c6g-4xc5-w96c | Uninitialized memory exposure in claxon | An issue was discovered in the claxon crate before 0.4.1 for Rust. Uninitialized memory can be exposed because certain decode buffer sizes are mishandled. | {'CVE-2018-20992'} | 2021-08-19T21:24:16Z | 2021-08-25T20:43:52Z | MODERATE | null | {'CWE-908'} | {'https://github.com/ruuda/claxon/commit/8f28ec275e412dd3af4f3cda460605512faf332c', 'https://github.com/ruuda/claxon', 'https://nvd.nist.gov/vuln/detail/CVE-2018-20992', 'https://rustsec.org/advisories/RUSTSEC-2018-0004.html'} | null |
crates.io | GHSA-9p8q-j6q5-mjw8 | Buffer Overflow in galois_2p8 | In galois_2p8 before 0.1.2, PrimitivePolynomialField::new has an off-by-one buffer overflow for a vector. | {'CVE-2022-24988'} | 2022-02-25T15:29:16Z | 2022-02-15T00:02:45Z | CRITICAL | null | {'CWE-120'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-24988', 'https://github.com/djsweet/galois_2p8/blob/master/CHANGELOG.md', 'https://github.com/djsweet/galois_2p8'} | null |
crates.io | RUSTSEC-2017-0003 | Hostname verification skipped when custom root certs used | If custom root certificates were registered with a `ClientBuilder`, the
hostname of the target server would not be validated against its presented leaf
certificate.
This issue was fixed by properly configuring the trust evaluation logic to
perform that check. | {'CVE-2017-18588'} | 2021-10-19T22:14:35Z | 2017-03-15T12:00:00Z | null | null | null | {'https://crates.io/crates/security-framework', 'https://rustsec.org/advisories/RUSTSEC-2017-0003.html', 'https://github.com/sfackler/rust-security-framework/pull/27'} | null |
crates.io | RUSTSEC-2020-0162 | `tokio-proto` is deprecated/unmaintained | The [`tokio-proto`](https://crates.io/crates/tokio-proto) crate has been deprecated, and [its GitHub repository](https://github.com/tokio-rs/tokio-proto) has been archived.
Users may be interested in [`tokio-tower`](https://crates.io/crates/tokio-tower) instead, per https://github.com/tokio-rs/tokio/issues/118#issuecom... | null | 2022-02-07T02:25:36Z | 2020-02-06T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2020-0162.html', 'https://github.com/tokio-rs/tokio-proto/commit/56c720ea3c74efa8f39e36c24e609628222b16a1', 'https://crates.io/crates/tokio-proto'} | null |
crates.io | RUSTSEC-2020-0027 | traitobject assumes the layout of fat pointers | This crate gets the data pointer from fat pointers assuming that the first
element in a fat pointer is the data pointer. This is currently true, but
it may change in a future Rust version, leading to memory corruption.
This has been fixed in the master branch of the crate, but is has not
been released into crates.io. | {'CVE-2020-35881'} | 2021-10-19T22:14:35Z | 2020-06-01T12:00:00Z | null | null | null | {'https://crates.io/crates/traitobject', 'https://rustsec.org/advisories/RUSTSEC-2020-0027.html', 'https://github.com/reem/rust-traitobject/issues/7'} | null |
crates.io | GHSA-q9h2-4xhf-23xx | Data races in im | An issue was discovered in the im crate through 2020-11-09 for Rust. Because TreeFocus does not have bounds on its Send trait or Sync trait, a data race can occur. | {'CVE-2020-36204'} | 2021-08-19T18:49:57Z | 2021-08-25T20:51:36Z | MODERATE | null | {'CWE-662'} | {'https://github.com/bodil/im-rs/issues/157', 'https://rustsec.org/advisories/RUSTSEC-2020-0096.html', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36204', 'https://github.com/bodil/im-rs'} | null |
crates.io | RUSTSEC-2018-0011 | Enum repr causing potential memory corruption | The attribute repr() added to enums to be compatible with C-FFI caused
memory corruption on MSVC toolchain.
arrayfire crates <= version 3.5.0 do not have this issue when used with
Rust versions 1.27 or earlier. The issue only started to appear since
Rust version 1.28.
The issue seems to be interlinked with which vers... | {'CVE-2018-20998'} | 2021-10-19T22:14:35Z | 2018-12-18T12:00:00Z | null | null | null | {'https://github.com/arrayfire/arrayfire-rust/pull/177', 'https://rustsec.org/advisories/RUSTSEC-2018-0011.html', 'https://crates.io/crates/arrayfire'} | null |
crates.io | 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:
<https://docs.microsoft.com/en-us/windows... | null | 2021-08-22T01:17:47Z | 2021-01-20T12:00:00Z | null | null | null | {'https://crates.io/crates/derive-com-impl', 'https://rustsec.org/advisories/RUSTSEC-2021-0083.html', 'https://github.com/Connicpu/com-impl/issues/1'} | null |
crates.io | GHSA-fg42-vwxx-xx5j | Data race in tiny_future | An issue was discovered in the tiny_future crate before 0.4.0 for Rust. Future<T> does not have bounds on its Send and Sync traits. | {'CVE-2020-36438'} | 2021-08-18T19:41:50Z | 2021-08-25T20:58:53Z | HIGH | null | {'CWE-119', 'CWE-362'} | {'https://github.com/KizzyCode/tiny_future', 'https://rustsec.org/advisories/RUSTSEC-2020-0118.html', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/tiny_future/RUSTSEC-2020-0118.md', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36438'} | null |
crates.io | RUSTSEC-2021-0129 | Invalid handling of `X509_verify_cert()` internal errors in libssl | Internally libssl in OpenSSL calls `X509_verify_cert()` on the client side to
verify a certificate supplied by a server. That function may return a negative
return value to indicate an internal error (for example out of memory). Such a
negative return value is mishandled by OpenSSL and will cause an IO function
(such a... | {'CVE-2021-4044'} | 2021-12-15T00:18:24Z | 2021-12-14T12:00:00Z | null | null | null | {'https://crates.io/crates/openssl-src', 'https://rustsec.org/advisories/RUSTSEC-2021-0129.html', 'https://www.openssl.org/news/secadv/20211214.txt'} | null |
crates.io | GHSA-v5r6-6r3c-wqxc | Memory exhaustion in asn1_der | An issue was discovered in the asn1_der crate before 0.6.2 for Rust. Attackers can trigger memory exhaustion by supplying a large value in a length field. | {'CVE-2019-15549'} | 2021-08-19T21:22:28Z | 2021-08-25T20:44:56Z | HIGH | null | {'CWE-400'} | {'https://rustsec.org/advisories/RUSTSEC-2019-0007.html', 'https://nvd.nist.gov/vuln/detail/CVE-2019-15549', 'https://github.com/KizzyCode/asn1_der', 'https://github.com/KizzyCode/asn1_der/issues/1'} | null |
crates.io | GHSA-c7fw-cr3w-wvfc | Data races in arr | An issue was discovered in the arr crate through 2020-08-25 for Rust. An attacker can smuggle non-Sync/Send types across a thread boundary to cause a data race. | {'CVE-2020-35886'} | 2021-08-19T20:56:00Z | 2021-08-25T20:49:04Z | MODERATE | null | {'CWE-362'} | {'https://github.com/sjep/array', 'https://nvd.nist.gov/vuln/detail/CVE-2020-35886', 'https://github.com/sjep/array/issues/1', 'https://rustsec.org/advisories/RUSTSEC-2020-0034.html'} | null |
crates.io | RUSTSEC-2020-0050 | VecCopy allows misaligned access to elements | `VecCopy::data` is created as a Vec of u8 but can be used to store and retrieve
elements of different types leading to misaligned access.
The issue was resolved in v0.5.0 by replacing data being stored by `Vec<u8>` with a custom managed
pointer. Elements are now stored and retrieved using types with proper alignment ... | {'CVE-2020-35903'} | 2021-10-19T22:14:35Z | 2020-09-27T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2020-0050.html', 'https://crates.io/crates/dync', 'https://github.com/elrnv/dync/issues/4'} | null |
crates.io | RUSTSEC-2020-0115 | Singleton lacks bounds on Send and Sync. | `Singleton<T>` is meant to be a static object that can be initialized lazily. In
order to satisfy the requirement that `static` items must implement `Sync`,
`Singleton` implemented both `Sync` and `Send` unconditionally.
This allows for a bug where non-`Sync` types such as `Cell` can be used in
singletons and cause da... | {'CVE-2020-36435'} | 2021-10-19T22:14:35Z | 2020-11-16T12:00:00Z | null | null | null | {'https://crates.io/crates/ruspiro-singleton', 'https://github.com/RusPiRo/ruspiro-singleton/issues/10', 'https://rustsec.org/advisories/RUSTSEC-2020-0115.html'} | null |
crates.io | GHSA-gwfj-pw2x-h6c2 | Out of bounds read in simd-json | An issue was discovered in the simd-json crate before 0.1.15 for Rust. There is an out-of-bounds read and an incorrect crossing of a page boundary. | {'CVE-2019-15550'} | 2021-08-19T21:23:48Z | 2021-08-25T20:43:56Z | HIGH | null | {'CWE-125'} | {'https://github.com/Licenser/simdjson-rs', 'https://rustsec.org/advisories/RUSTSEC-2019-0008.html', 'https://github.com/Licenser/simdjson-rs/pull/27', 'https://nvd.nist.gov/vuln/detail/CVE-2019-15550'} | null |
crates.io | GHSA-36cg-4jff-5863 | Data races in signal-simple | An issue was discovered in the signal-simple crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for SyncChannel<T>. | {'CVE-2020-36446'} | 2021-08-18T20:06:20Z | 2021-08-25T20:59:13Z | HIGH | null | {'CWE-119', 'CWE-362'} | {'http://github.com/kitsuneninetails/signal-rust', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36446', 'https://rustsec.org/advisories/RUSTSEC-2020-0126.html', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/signal-simple/RUSTSEC-2020-0126.md'} | null |
crates.io | RUSTSEC-2021-0109 | Process crashes when the cell used as DepGroup is not alive | It's easy to create a malign transaction which uses the dead cell as the DepGroup in the DepCells. The transaction can crash all the receiving nodes. | {'GHSA-45p7-c959-rgcm'} | 2021-09-10T15:58:38Z | 2021-07-25T12:00:00Z | null | null | null | {'https://github.com/nervosnetwork/ckb/security/advisories/GHSA-45p7-c959-rgcm', 'https://crates.io/crates/ckb', 'https://rustsec.org/advisories/RUSTSEC-2021-0109.html'} | null |
crates.io | GHSA-7v2r-wxmg-mgvc | HTTP Request smuggling in tiny_http | An issue was discovered in the tiny_http crate through 2020-06-16 for Rust. HTTP Request smuggling can occur via a malformed Transfer-Encoding header. | {'CVE-2020-35884'} | 2021-12-14T15:33:44Z | 2021-08-25T20:48:56Z | MODERATE | null | {'CWE-444'} | {'https://github.com/tiny-http/tiny-http/pull/190', 'https://rustsec.org/advisories/RUSTSEC-2020-0031.html', 'https://github.com/tiny-http/tiny-http/issues/173', 'https://nvd.nist.gov/vuln/detail/CVE-2020-35884', 'https://github.com/tiny-http/tiny-http', 'https://lists.fedoraproject.org/archives/list/package-announce@l... | null |
crates.io | RUSTSEC-2020-0007 | use-after or double free of allocated memory | Conversion of `BitVec` to `BitBox` did not account for allocation movement.
The flaw was corrected by using the address after resizing, rather than the original base address. | {'CVE-2020-35862'} | 2021-10-19T22:14:35Z | 2020-03-27T12:00:00Z | null | null | null | {'https://crates.io/crates/bitvec', 'https://github.com/myrrlyn/bitvec/issues/55', 'https://rustsec.org/advisories/RUSTSEC-2020-0007.html'} | null |
crates.io | GHSA-pq6v-x7gp-7776 | Source code is downloaded over cleartext HTTP in portaudio | An issue was discovered in the portaudio crate through 0.7.0 for Rust. There is a man-in-the-middle issue because the source code is downloaded over cleartext HTTP. | {'CVE-2016-10933'} | 2021-08-19T21:25:09Z | 2021-08-25T20:43:09Z | MODERATE | null | {'CWE-319'} | {'https://github.com/RustAudio/rust-portaudio', 'https://nvd.nist.gov/vuln/detail/CVE-2016-10933', 'https://rustsec.org/advisories/RUSTSEC-2016-0003.html', 'https://github.com/RustAudio/rust-portaudio/issues/144'} | null |
crates.io | RUSTSEC-2020-0142 | Send bound needed on T (for Send impl of `Bucket2`) | Affected versions of this crate unconditionally implements `Send` for `Bucket2`. This allows sending non-Send types to other threads.
This can lead to data races when non Send types like `Cell<T>` or `Rc<T>` are contained inside `Bucket2` and sent across thread boundaries. The data races can potentially lead to memory... | {'CVE-2020-36462'} | 2021-10-19T22:14:35Z | 2020-11-29T12:00:00Z | null | null | null | {'https://github.com/Chopinsky/byte_buffer/issues/2', 'https://rustsec.org/advisories/RUSTSEC-2020-0142.html', 'https://crates.io/crates/syncpool'} | null |
crates.io | GHSA-jjx5-3f36-6927 | Incorrect buffer size calculation in iced-x86 | An issue was discovered in the iced-x86 crate through 1.10.3 for Rust. In Decoder::new(), slice.get_unchecked(slice.length()) is used unsafely. | {'CVE-2021-38188'} | 2021-08-18T21:31:51Z | 2021-08-25T20:55:47Z | CRITICAL | null | {'CWE-131'} | {'https://github.com/icedland/iced/issues/168', 'https://rustsec.org/advisories/RUSTSEC-2021-0068.html', 'https://github.com/icedland/iced', 'https://github.com/icedland/iced/commit/3c607a003e03b773108401d109167d1840487dce', 'https://nvd.nist.gov/vuln/detail/CVE-2021-38188'} | null |
crates.io | RUSTSEC-2020-0011 | Library exclusively intended to obfuscate code. | This crate allows you to write safe functions with unsafe bodies without the `unsafe` keyword.
The value this adds is questionable, and hides `unsafe` usages from naive analysis. | null | 2020-10-25T19:51:46Z | 2020-04-23T12:00:00Z | null | null | null | {'https://crates.io/crates/plutonium', 'https://docs.rs/plutonium', 'https://rustsec.org/advisories/RUSTSEC-2020-0011.html'} | null |
crates.io | GHSA-hc92-9h3m-c39j | Incorrect cast in anymap | An issue was discovered in the anymap crate through 0.12.1 for Rust. It violates soundness via conversion of a *u8 to a *u64. | {'CVE-2021-38187'} | 2021-08-18T21:32:29Z | 2021-08-25T20:55:45Z | CRITICAL | null | {'CWE-681', 'CWE-704'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-38187', 'https://github.com/chris-morgan/anymap', 'https://github.com/chris-morgan/anymap/issues/37', 'https://rustsec.org/advisories/RUSTSEC-2021-0065.html'} | null |
crates.io | RUSTSEC-2020-0154 | InputStream::read_exact : `Read` on uninitialized buffer causes UB | 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 produces undefined va... | null | 2021-08-22T01:30:23Z | 2020-12-31T12:00:00Z | null | null | null | {'https://crates.io/crates/buffoon', 'https://github.com/carllerche/buffoon/issues/2', 'https://rustsec.org/advisories/RUSTSEC-2020-0154.html'} | null |
crates.io | GHSA-v3j6-xf77-8r9c | Use-after-free in actix-http | An issue was discovered in the actix-http crate before 2.0.0-alpha.1 for Rust. There is a use-after-free in BodyStream. | {'CVE-2020-35901'} | 2021-08-19T20:51:41Z | 2021-08-25T20:49:39Z | HIGH | null | {'CWE-416'} | {'https://github.com/actix/actix-web/issues/1321', 'https://rustsec.org/advisories/RUSTSEC-2020-0048.html', 'https://github.com/actix/actix-web', 'https://nvd.nist.gov/vuln/detail/CVE-2020-35901'} | null |
crates.io | GHSA-wv4p-jp67-jr97 | Data races in magnetic | An issue was discovered in the magnetic crate before 2.0.1 for Rust. MPMCConsumer and MPMCProducer allow cross-thread sending of a non-Send type. | {'CVE-2020-35925'} | 2021-08-19T18:56:53Z | 2021-08-25T20:50:05Z | MODERATE | null | {'CWE-362'} | {'https://github.com/johnshaw/magnetic', 'https://rustsec.org/advisories/RUSTSEC-2020-0088.html', 'https://nvd.nist.gov/vuln/detail/CVE-2020-35925', 'https://github.com/johnshaw/magnetic/issues/9'} | null |
crates.io | GHSA-8r7q-r9mx-35rh | Mishandling of format strings in rusqlite | An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated because rusqlite::trace::log mishandles format strings. | {'CVE-2020-35869'} | 2021-08-19T21:18:40Z | 2021-08-25T20:47:18Z | CRITICAL | null | {'CWE-134'} | {'https://github.com/rusqlite/rusqlite/commit/2327d3b774927fdf48903c0bdc1ca7ec93c7c8d0', 'https://nvd.nist.gov/vuln/detail/CVE-2020-35869', 'https://github.com/rusqlite/rusqlite/releases/tag/0.23.0', 'https://rustsec.org/advisories/RUSTSEC-2020-0014.html', 'https://github.com/rusqlite/rusqlite'} | null |
crates.io | RUSTSEC-2020-0046 | bespoke Cell implementation allows obtaining several mutable references to the same data | The custom implementation of a Cell primitive in the affected versions of this crate
does not keep track of mutable references to the underlying data.
This allows obtaining several mutable references to the same object
which may result in arbitrary memory corruption, most likely use-after-free.
The flaw was corrected... | {'CVE-2020-35899'} | 2021-10-19T22:14:35Z | 2020-01-08T12:00:00Z | null | null | null | {'https://crates.io/crates/actix-service', 'https://rustsec.org/advisories/RUSTSEC-2020-0046.html', 'https://github.com/actix/actix-net/pull/158'} | null |
crates.io | GHSA-3cj3-jrrp-9rxf | Unchecked Return Value in xcb | An issue was discovered in the xcb crate through 2021-02-04 for Rust. It has a soundness violation because transmutation to the wrong type can happen after xcb::base::cast_event uses std::mem::transmute to return a reference to an arbitrary type. | {'CVE-2021-26958'} | 2021-08-19T17:44:11Z | 2021-08-25T20:53:18Z | HIGH | null | {'CWE-252'} | {'https://github.com/RustSec/advisory-db/issues/653', 'https://rustsec.org/advisories/RUSTSEC-2021-0019.html', 'https://nvd.nist.gov/vuln/detail/CVE-2021-26958', 'https://github.com/rtbo/rust-xcb'} | null |
crates.io | GHSA-6hfq-h8hq-87mf | HTTP Request Smuggling in hyper | ### Summary
hyper's HTTP server code had a flaw that incorrectly understands some requests with multiple transfer-encoding headers to have a chunked payload, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that understands the request payload boundary differently can result in "... | {'CVE-2021-21299'} | 2021-08-18T21:07:17Z | 2021-08-25T20:56:18Z | MODERATE | null | {'CWE-444'} | {'https://github.com/hyperium/hyper/commit/8f93123efef5c1361086688fe4f34c83c89cec02', 'https://github.com/hyperium/hyper/security/advisories/GHSA-6hfq-h8hq-87mf', 'https://nvd.nist.gov/vuln/detail/CVE-2021-21299', 'https://rustsec.org/advisories/RUSTSEC-2021-0020.html', 'https://github.com/hyperium/hyper', 'https://por... | null |
crates.io | GHSA-vp6r-mrq9-8f4h | Data race in syncpool | An issue was discovered in the syncpool crate before 0.1.6 for Rust. There is an unconditional implementation of Send for Bucket2. | {'CVE-2020-36462'} | 2021-08-18T20:18:30Z | 2021-08-25T20:58:11Z | HIGH | null | {'CWE-77', 'CWE-362'} | {'https://rustsec.org/advisories/RUSTSEC-2020-0142.html', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36462', 'https://github.com/Chopinsky/byte_buffer/issues/2', 'https://github.com/Chopinsky/byte_buffer/tree/master/syncpool', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/syncpool/RUSTSEC-2020-0142... | null |
crates.io | RUSTSEC-2020-0103 | `impl Random` on arrays can lead to dropping uninitialized memory | Affected versions of this crate had a panic safety issue to drop partially uninitialized array of `T` upon panic in a user provided function `T::random()`. Dropping uninitialized `T` can potentially cause memory corruption or undefined behavior.
The flaw was corrected in commit 565d508 by using `MaybeUninit<T>` to avo... | {'CVE-2020-36210'} | 2021-10-19T22:14:35Z | 2020-12-31T12:00:00Z | null | null | null | {'https://crates.io/crates/autorand', 'https://rustsec.org/advisories/RUSTSEC-2020-0103.html', 'https://github.com/mersinvald/autorand-rs/issues/5'} | null |
crates.io | GHSA-gvvv-w559-2hg6 | Data races in scottqueue | An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for Queue<T>. This allows (1) creating data races to a `T: !Sync` and (2) sending `T: !Send` to other threads, resulting in memory corruption or other undefined behavior.
| {'CVE-2020-36453'} | 2021-08-24T17:59:17Z | 2021-08-25T20:57:17Z | HIGH | null | {'CWE-362'} | {'https://github.com/rossdylan/rust-scottqueue/issues/1', 'https://github.com/rossdylan/rust-scottqueue', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36453', 'https://rustsec.org/advisories/RUSTSEC-2020-0133.html'} | null |
crates.io | RUSTSEC-2021-0076 | libsecp256k1 allows overflowing signatures | libsecp256k1 accepts signatures whose R or S parameter is larger than the
secp256k1 curve order, which differs from other implementations. This could
lead to invalid signatures being verified.
The error is resolved in 0.5.0 by adding a `check_overflow` flag. | {'CVE-2021-38195'} | 2021-11-06T20:37:35Z | 2021-07-13T12:00:00Z | null | null | null | {'https://crates.io/crates/libsecp256k1', 'https://github.com/paritytech/libsecp256k1/pull/67', 'https://rustsec.org/advisories/RUSTSEC-2021-0076.html'} | null |
crates.io | GHSA-77m6-x95j-75r5 | Data races in ticketed_lock | An issue was discovered in the ticketed_lock crate before 0.3.0 for Rust. There are unconditional implementations of Send for ReadTicket<T> and WriteTicket<T>. | {'CVE-2020-36439'} | 2021-08-18T20:00:14Z | 2021-08-25T20:58:58Z | HIGH | null | {'CWE-119', 'CWE-362'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-36439', 'https://rustsec.org/advisories/RUSTSEC-2020-0119.html', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/ticketed_lock/RUSTSEC-2020-0119.md', 'https://github.com/kvark/ticketed_lock/'} | null |
crates.io | GHSA-fg7r-2g4j-5cgr | Race Condition in tokio | An issue was discovered in the tokio crate before 1.8.4, and 1.9.x through 1.13.x before 1.13.1, for Rust. In certain circumstances involving a closed oneshot channel, there is a data race and memory corruption. | {'CVE-2021-45710'} | 2022-01-07T18:26:27Z | 2022-01-06T22:04:37Z | HIGH | null | {'CWE-362'} | {'https://rustsec.org/advisories/RUSTSEC-2021-0124.html', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/tokio/RUSTSEC-2021-0124.md', 'https://github.com/tokio-rs/tokio', 'https://nvd.nist.gov/vuln/detail/CVE-2021-45710'} | null |
crates.io | RUSTSEC-2021-0099 | Crate has been renamed to `cosmrs` | The `cosmos_sdk` crate, which provides a basic Rust SDK for the Cosmos ecosystem,
has rebranded to “CosmRS” in the spirit of other projects like CosmJS and CosmWasm.
You can find the new home here:
https://github.com/cosmos/cosmos-rust/tree/main/cosmrs
The new crate name is `cosmrs`:
https://crates.io/crates/cosmrs | null | 2021-08-25T14:54:10Z | 2021-08-25T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2021-0099.html', 'https://crates.io/crates/cosmos_sdk', 'https://github.com/cosmos/cosmos-rust/issues/113'} | null |
crates.io | RUSTSEC-2021-0133 | cargo-download is unmaintained | The cargo download subcommand (via cargo-download crate) is broken and maintainer has disappeared from GitHub and hasn't had any commits for a year.
Using this downloader will result to corrupted crates.
Maintainer has not responded to maintenance takeover.
Just use wget / curl directly. | null | 2021-12-25T18:20:22Z | 2021-12-25T12:00:00Z | null | null | null | {'https://github.com/Xion/cargo-download', 'https://crates.io/crates/cargo-download', 'https://rustsec.org/advisories/RUSTSEC-2021-0133.html'} | null |
crates.io | GHSA-9qvw-46gf-4fv8 | Use After Free in tremor-script | An issue was discovered in the tremor-script crate before 0.11.6 for Rust. A merge operation may result in a use-after-free. | {'CVE-2021-45702'} | 2022-01-07T17:41:11Z | 2022-01-06T22:09:07Z | HIGH | null | {'CWE-416'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-45702', 'https://rustsec.org/advisories/RUSTSEC-2021-0111.html', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/tremor-script/RUSTSEC-2021-0111.md'} | null |
crates.io | GHSA-x446-3xhq-5xfp | Exposure of Resource to Wrong Sphere in Simple-Wayland-HotKey-Daemon | SWHKD 1.1.5 allows arbitrary file-existence tests via the -c option. | {'CVE-2022-27814'} | 2022-04-26T13:03:51Z | 2022-04-15T00:00:40Z | LOW | null | {'CWE-668'} | {'https://www.openwall.com/lists/oss-security/2022/04/14/1', 'https://github.com/waycrate/swhkd', 'https://nvd.nist.gov/vuln/detail/CVE-2022-27814', 'https://github.com/waycrate/swhkd/releases'} | null |
crates.io | GHSA-458v-4hrf-g3m4 | socket2 invalidly assumes the memory layout of std::net::SocketAddr | The socket2 crate has assumed `std::net::SocketAddrV4` and `std::net::SocketAddrV6` have the same memory layout as the system C representation `sockaddr`. It has simply casted the pointers to convert the socket addresses to the system representation. The standard library does not say anything about the memory layout, a... | {'CVE-2020-35920'} | 2021-08-24T17:42:57Z | 2021-08-25T20:50:37Z | MODERATE | null | {'CWE-188'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-35920', 'https://rustsec.org/advisories/RUSTSEC-2020-0079.html', 'https://github.com/rust-lang/socket2-rs/issues/119', 'https://github.com/rust-lang/socket2-rs'} | null |
crates.io | RUSTSEC-2021-0021 | `nb-connect` invalidly assumes the memory layout of std::net::SocketAddr | The [`nb-connect`](https://crates.io/crates/nb-connect) crate has assumed `std::net::SocketAddrV4`
and `std::net::SocketAddrV6` have the same memory layout as the system C representation
`sockaddr`. It has simply casted the pointers to convert the socket addresses to the
system representation. The standard library does... | {'CVE-2021-27376'} | 2021-10-19T22:14:35Z | 2021-02-14T12:00:00Z | null | null | null | {'https://github.com/smol-rs/nb-connect/issues/1', 'https://crates.io/crates/nb-connect', 'https://rustsec.org/advisories/RUSTSEC-2021-0021.html'} | null |
crates.io | GHSA-vc5p-j8vw-mc6x | Permissions bypass in pleaser | Failure to normalize the umask in pleaser before 0.4 allows a local attacker to gain full root privileges if they are allowed to execute at least one command. | {'CVE-2021-31155'} | 2021-06-08T17:14:30Z | 2021-08-25T21:01:47Z | HIGH | null | {'CWE-269', 'CWE-279'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-31155', 'https://gitlab.com/edneville/please/-/tree/master/src/bin', 'https://gitlab.com/edneville/please', 'https://crates.io/crates/pleaser', 'https://www.openwall.com/lists/oss-security/2021/05/18/1'} | null |
crates.io | RUSTSEC-2016-0005 | rust-crypto is unmaintained; switch to a modern alternative | The `rust-crypto` crate has not seen a release or GitHub commit since 2016,
and its author is unresponsive.
*NOTE: The (old) `rust-crypto` crate (with hyphen) should not be confused with
similarly named (new) [RustCrypto GitHub Org] (without hyphen). The GitHub Org
is actively maintained.*
We recommend you switch to ... | null | 2022-01-09T20:07:15Z | 2016-09-06T12:00:00Z | null | null | null | {'https://github.com/DaGenix/rust-crypto/issues/440', 'https://rustsec.org/advisories/RUSTSEC-2016-0005.html', 'https://crates.io/crates/rust-crypto'} | null |
crates.io | RUSTSEC-2020-0085 | crate has been renamed to `sn_node` | This crate has been renamed from `safe_vault` to `sn_node`.
The new repository location is:
<https://github.com/maidsafe/sn_node> | null | 2020-12-07T17:22:02Z | 2020-12-07T12:00:00Z | null | null | null | {'https://github.com/maidsafe/sn_node/pull/1116', 'https://rustsec.org/advisories/RUSTSEC-2020-0085.html', 'https://crates.io/crates/safe_vault'} | null |
crates.io | GHSA-f6f2-3w33-54r9 | Use After Free in rusqlite | An issue was discovered in the rusqlite crate 0.25.x before 0.25.4 and 0.26.x before 0.26.2 for Rust. create_aggregate_function has a use-after-free. | {'CVE-2021-45714'} | 2022-01-07T16:14:05Z | 2022-01-06T22:02:36Z | HIGH | null | {'CWE-416'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-45714', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/rusqlite/RUSTSEC-2021-0128.md', 'https://rustsec.org/advisories/RUSTSEC-2021-0128.html', 'https://github.com/rusqlite/rusqlite'} | null |
crates.io | RUSTSEC-2019-0017 | Panic during initialization of Lazy<T> might trigger undefined behavior | If during the first dereference of Lazy<T> the initialization function panics,
subsequent dereferences will execute `std::hints::unreachable_unchecked`.
Applications with `panic = "abort"` are not affected, as there will be no
subsequent dereferences. | {'CVE-2019-16141'} | 2021-10-19T22:14:35Z | 2019-09-01T12:00:00Z | null | null | null | {'https://github.com/matklad/once_cell/issues/46', 'https://rustsec.org/advisories/RUSTSEC-2019-0017.html', 'https://crates.io/crates/once_cell'} | null |
crates.io | RUSTSEC-2021-0037 | Fix a use-after-free bug in diesels Sqlite backend | We've misused `sqlite3_column_name`. The
[SQLite](https://www.sqlite.org/c3ref/column_name.html) documentation
states that the following:
> The returned string pointer is valid until either the prepared statement
> is destroyed by sqlite3_finalize() or until the statement is automatically
> reprepared by the first cal... | {'CVE-2021-28305'} | 2021-10-19T22:14:35Z | 2021-03-05T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2021-0037.html', 'https://github.com/diesel-rs/diesel/pull/2663', 'https://crates.io/crates/diesel'} | null |
crates.io | GHSA-3358-4f7f-p4j4 | Use after free in generic-array | An issue was discovered in the generic-array crate before 0.13.3 for Rust. It violates soundness by using the arr! macro to extend lifetimes. | {'CVE-2020-36465'} | 2021-08-18T21:16:25Z | 2021-08-25T20:56:12Z | HIGH | null | {'CWE-416'} | {'https://github.com/fizyk20/generic-array', 'https://github.com/fizyk20/generic-array/issues/98', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36465', 'https://rustsec.org/advisories/RUSTSEC-2020-0146.html'} | null |
crates.io | GHSA-6mv9-qcx2-3hh3 | Memory exhaustion in routinator | NLnet Labs Routinator versions 0.9.0 up to and including 0.10.1, support the gzip transfer encoding when querying RRDP repositories. This encoding can be used by an RRDP repository to cause an out-of-memory crash in these versions of Routinator. RRDP uses XML which allows arbitrary amounts of white space in the encoded... | {'CVE-2021-43174'} | 2021-11-15T14:48:03Z | 2021-11-11T00:55:08Z | HIGH | null | {'CWE-787'} | {'https://www.debian.org/security/2022/dsa-5041', 'https://nvd.nist.gov/vuln/detail/CVE-2021-43174', 'https://www.nlnetlabs.nl/downloads/routinator/CVE-2021-43172_CVE-2021-43173_CVE-2021-43174.txt', 'https://github.com/NLnetLabs/routinator'} | null |
crates.io | GHSA-r7rv-2rph-hvhj | Improper synchronization in buttplug | An issue was discovered in the buttplug crate before 1.0.4 for Rust. ButtplugFutureStateShared does not properly consider (!Send|!Sync) objects, leading to a data race. | {'CVE-2020-36218'} | 2021-08-19T18:48:19Z | 2021-08-25T20:51:45Z | MODERATE | null | {'CWE-662'} | {'https://github.com/buttplugio/buttplug-rs/issues/225', 'https://nvd.nist.gov/vuln/detail/CVE-2020-36218', 'https://github.com/buttplugio/buttplug-rs', 'https://rustsec.org/advisories/RUSTSEC-2020-0112.html'} | null |
crates.io | RUSTSEC-2020-0139 | dces' World type can cause data races | The `World` type in `dces` is marked as `Send` without bounds on its
`EntityStore` and `ComponentStore`.
This allows non-thread safe `EntityStore` and `ComponentStore`s to be sent
across threads and cause data races. | {'CVE-2020-36459'} | 2021-10-19T22:14:35Z | 2020-12-09T12:00:00Z | null | null | null | {'https://crates.io/crates/dces', 'https://gitlab.redox-os.org/redox-os/dces-rust/-/issues/8', 'https://rustsec.org/advisories/RUSTSEC-2020-0139.html'} | null |
crates.io | GHSA-v938-qcc9-rwv8 | Use of Uninitialized Resource in buffoon. | An issue was discovered in the buffoon crate through 2020-12-31 for Rust. InputStream::read_exact may read from uninitialized memory locations. | {'CVE-2020-36512'} | 2022-01-07T16:24:01Z | 2022-01-06T22:17:09Z | CRITICAL | null | {'CWE-908'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-36512', 'https://github.com/carllerche/buffoon', 'https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/buffoon/RUSTSEC-2020-0154.md', 'https://rustsec.org/advisories/RUSTSEC-2020-0154.html'} | null |
crates.io | RUSTSEC-2020-0093 | Async-h1 request smuggling possible with long unread bodies | This vulnerability affects any webserver that uses async-h1 behind a reverse proxy, including all such Tide applications.
If the server does not read the body of a request which is longer than some buffer length, async-h1 will attempt to read a subsequent request from the body content starting at that offset into the ... | {'GHSA-4vr9-8cjf-vf9c', 'CVE-2020-26281', 'CVE-2020-36202'} | 2021-02-26T01:00:25Z | 2020-12-17T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2020-0093.html', 'https://crates.io/crates/async-h1', 'https://github.com/http-rs/async-h1/releases/tag/v2.3.0'} | null |
crates.io | RUSTSEC-2019-0001 | Uncontrolled recursion leads to abort in HTML serialization | Affected versions of this crate did use recursion for serialization of HTML
DOM trees.
This allows an attacker to cause abort due to stack overflow by providing
a pathologically nested input.
The flaw was corrected by serializing the DOM tree iteratively instead. | {'CVE-2019-15542'} | 2021-10-19T22:14:35Z | 2019-04-27T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2019-0001.html', 'https://crates.io/crates/ammonia', 'https://github.com/rust-ammonia/ammonia/blob/master/CHANGELOG.md#210'} | null |
crates.io | GHSA-6vmq-jh76-hq43 | Uninitialized memory access in outer_cgi | An issue was discovered in the outer_cgi crate before 0.2.1 for Rust. A user-provided Read instance receives an uninitialized memory buffer from KeyValueReader. | {'CVE-2021-30454'} | 2021-08-19T17:03:35Z | 2021-08-25T20:55:25Z | CRITICAL | null | {'CWE-119'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-30454', 'https://github.com/SolraBizna/outer_cgi/issues/1', 'https://github.com/SolraBizna/outer_cgi', 'https://rustsec.org/advisories/RUSTSEC-2021-0051.html', 'https://github.com/SolraBizna/outer_cgi/commit/dd59b3066e616a08e756f72de8dc3ab11b7036c4'} | null |
crates.io | GHSA-wgx2-6432-j3fw | Unsoundness in bigint | An issue was discovered in the bigint crate through 2020-05-07 for Rust. It allows a soundness violation. | {'CVE-2020-35880'} | 2021-08-19T21:07:53Z | 2021-08-25T20:48:04Z | CRITICAL | null | {'CWE-704'} | {'https://github.com/rustsec/advisory-db/pull/290', 'https://rustsec.org/advisories/RUSTSEC-2020-0025.html', 'https://nvd.nist.gov/vuln/detail/CVE-2020-35880', 'https://github.com/paritytech/bigint', 'https://github.com/paritytech/bigint/commit/7e71521a61b009afc94c91135353102658550d42'} | null |
crates.io | RUSTSEC-2021-0060 | `aes-soft` has been merged into the `aes` crate | Please use the `aes` crate going forward. The new repository location is at:
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>
AES-NI is now autodetected at runtime on `i686`/`x86-64` platforms.
If AES-NI is not present, the `aes` crate will fallback to a constant-time
portable software implementation.
T... | null | 2021-05-04T01:28:43Z | 2021-04-29T12:00:00Z | null | null | null | {'https://crates.io/crates/aes-soft', 'https://rustsec.org/advisories/RUSTSEC-2021-0060.html', 'https://github.com/RustCrypto/block-ciphers/pull/200'} | null |
crates.io | RUSTSEC-2021-0125 | Panic on incorrect date input to `simple_asn1` | Version 0.6.0 of the `simple_asn1` crate panics on certain malformed
inputs to its parsing functions, including `from_der` and `der_decode`.
Because this crate is frequently used with inputs from the network, this
should be considered a security vulnerability.
The issue occurs when parsing the old ASN.1 "UTCTime" time... | null | 2021-11-18T00:32:59Z | 2021-11-14T12:00:00Z | null | null | null | {'https://crates.io/crates/simple_asn1', 'https://github.com/acw/simple_asn1/issues/27', 'https://rustsec.org/advisories/RUSTSEC-2021-0125.html'} | null |
crates.io | GHSA-pvh2-pj76-4m96 | Specification non-compliance in JUMPI | ### Impact
In `evm` crate `< 0.31.0`, `JUMPI` opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check.
### Patches
This is a **high** severity security advisory if you use `evm` crate for... | {'CVE-2021-41153'} | 2021-10-25T20:07:57Z | 2021-10-19T15:28:35Z | HIGH | null | {'CWE-670'} | {'https://github.com/rust-blockchain/evm', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41153', 'https://github.com/rust-blockchain/evm/security/advisories/GHSA-pvh2-pj76-4m96', 'https://github.com/rust-blockchain/evm/pull/67'} | null |
crates.io | GHSA-hv7x-f3pv-gpwr | Wrong memory orderings violates mutual exclusion in spin | 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. | {'CVE-2019-16137'} | 2021-08-19T21:22:40Z | 2021-08-25T20:44:46Z | HIGH | null | {'CWE-662'} | {'https://nvd.nist.gov/vuln/detail/CVE-2019-16137', 'https://rustsec.org/advisories/RUSTSEC-2019-0013.html', 'https://github.com/mvdnes/spin-rs', 'https://github.com/mvdnes/spin-rs/issues/65'} | null |
crates.io | GHSA-rpcm-whqc-jfw8 | Use after free in libflate | An issue was discovered in the libflate crate before 0.1.25 for Rust. MultiDecoder::read has a use-after-free, leading to arbitrary code execution. | {'CVE-2019-15552'} | 2021-08-19T21:22:31Z | 2021-08-25T20:44:53Z | CRITICAL | null | {'CWE-416'} | {'https://nvd.nist.gov/vuln/detail/CVE-2019-15552', 'https://github.com/sile/libflate', 'https://github.com/sile/libflate/issues/35', 'https://rustsec.org/advisories/RUSTSEC-2019-0010.html'} | null |
crates.io | RUSTSEC-2021-0061 | `aes-ctr` has been merged into the `aes` crate | Please use the `aes` crate going forward. The new repository location is at:
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>
The `aes` crate now has an optional `ctr` feature which autodetects SIMD
features on `i686`/`x86-64` targets and uses them if available, or otherwise
falls back to the implementat... | null | 2021-05-04T01:28:43Z | 2021-04-29T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2021-0061.html', 'https://crates.io/crates/aes-ctr', 'https://github.com/RustCrypto/block-ciphers/pull/200'} | null |
crates.io | RUSTSEC-2021-0124 | Data race when sending and receiving after closing a `oneshot` channel | If a `tokio::sync::oneshot` channel is closed (via the
[`oneshot::Receiver::close`] method), a data race may occur if the
`oneshot::Sender::send` method is called while the corresponding
`oneshot::Receiver` is `await`ed or calling `try_recv`.
When these methods are called concurrently on a closed channel, the two halv... | {'CVE-2021-45710'} | 2022-01-13T20:33:38Z | 2021-11-16T12:00:00Z | null | null | null | {'https://github.com/tokio-rs/tokio/issues/4225', 'https://rustsec.org/advisories/RUSTSEC-2021-0124.html', 'https://crates.io/crates/tokio'} | null |
crates.io | RUSTSEC-2020-0138 | ReaderResult should be bounded by Sync | Affected versions of this crate implements `Sync` for `ReaderResult<T, E>` with the trait bound `T: Send, E: Send`.
Since matching on the public enum `ReaderResult<T, E>` provides access to `&T` & `&E`,
allowing data race to a non-Sync type `T` or `E`.
This can result in a memory corruption when multiple threads concu... | {'CVE-2020-36458'} | 2021-10-19T22:14:35Z | 2020-11-10T12:00:00Z | null | null | null | {'https://gitlab.com/nathanfaucett/rs-lexer/-/issues/2', 'https://crates.io/crates/lexer', 'https://rustsec.org/advisories/RUSTSEC-2020-0138.html'} | null |
crates.io | RUSTSEC-2020-0092 | Send/Sync bound needed on V in `impl Send/Sync for ARCache<K, V>` | Affected versions of this crate unconditionally implemented `Send`/`Sync` traits for `ARCache<K, V>` type.
This allows users to send/access types that do not implement `Send`/`Sync`, which can cause a data race.
The flaw was corrected in the 0.2.6 release by adding bounds `K: Send + Sync` & `V: Send + Sync` to affect... | {'CVE-2020-35928'} | 2021-10-19T22:14:35Z | 2020-11-13T12:00:00Z | null | null | null | {'https://rustsec.org/advisories/RUSTSEC-2020-0092.html', 'https://github.com/kanidm/concread/issues/48', 'https://crates.io/crates/concread'} | null |
crates.io | RUSTSEC-2021-0036 | Intern<T>: Data race allowed on T | Affected versions of this crate unconditionally implements `Sync` for `Intern<T>`.
This allows users to create data race on `T: !Sync`, which may lead to undefined behavior
(for example, memory corruption).
The flaw was corrected in commit 2928a87 by adding the trait bound `T: Sync` in the `Sync` impl of `Intern<T>`. | {'CVE-2021-28037'} | 2021-10-19T22:14:35Z | 2021-03-03T12:00:00Z | null | null | null | {'https://github.com/droundy/internment/issues/20', 'https://crates.io/crates/internment', 'https://rustsec.org/advisories/RUSTSEC-2021-0036.html'} | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.