Lucene search
+L

8 matches found

Kitploit
Kitploit
added 2026/09/15 8:25 a.m.194 views

cargo-fuzz

cargo fuzz Acargo subcommand for fuzzing with libFuzzer! Easy to use! Installation root@kitploit: $ cargo install cargo-fuzz Note: libFuzzer needs LLVM sanitizer support, so this only works on x86-64 and Aarch64, and only on Unix-like operating systems not Windows. This also needs a nightly...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 8:25 a.m.11 views

cargo-fuzz

cargo fuzz libFuzzer を使ったファジングのための cargo サブコマンド!簡単に使えます! インストール root@kitploit: $ cargo install cargo-fuzz 注意:libFuzzer は LLVM サニタイザーのサポートを必要とするため、x86-64 と Aarch64 でのみ動作し、Unix 系オペレーティングシステムでのみ動作します(Windows は不可)。また、いくつかの不安定なコマンドラインフラグを使用するため、nightly コンパイラが必要です。さらに、C++11 をサポートする C++ コンパイラも必要です。 使い方...

6AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/09/16 5:41 p.m.31 views

linked_list_allocator vulnerable to out-of-bound writes on `Heap` initialization and `Heap::extend`

Impact What kind of vulnerability is it? Who is impacted? This vulnerability impacts all the initialization functions on the Heap and LockedHeap types, including Heap::new, Heap::init, Heap::initfromslice, and LockedHeap::new. It also affects multiple uses of the Heap::extend method. Initializati...

9.8CVSS9AI score0.00841EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/09/16 5:41 p.m.106 views

GHSA-XG8P-34W2-J49J linked_list_allocator vulnerable to out-of-bound writes on `Heap` initialization and `Heap::extend`

Impact What kind of vulnerability is it? Who is impacted? This vulnerability impacts all the initialization functions on the Heap and LockedHeap types, including Heap::new, Heap::init, Heap::initfromslice, and LockedHeap::new. It also affects multiple uses of the Heap::extend method. Initializati...

8.4CVSS9.1AI score0.00841EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2022/08/06 5:20 a.m.310 views

Rust-WebSocket memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS7.2AI score0.01824EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2022/08/06 5:20 a.m.76 views

GHSA-QRJV-RF5Q-QPXC Rust-WebSocket memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS7.4AI score0.01824EPSS
SaveExploits0References7
RustSec
RustSec
added 2022/08/01 12:00 p.m.68 views

Unbounded memory allocation based on untrusted length

Impact Untrusted websocket connections can cause an out-of-memory OOM process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer based on the declared dataframe size, which may come from an untrusted source. When...

7.5CVSS1.1AI score0.01824EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2022/06/22 5:52 p.m.27 views

Uncontrolled Recursion in rulex

Impact When parsing untrusted rulex expressions, the stack may overflow, possibly enabling a Denial of Service attack. This happens when parsing an expression with several hundred levels of nesting, causing the process to abort immediately. This is a security concern for you, if - your service...

6.5CVSS6.2AI score0.00946EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder