Lucene search
+L

8 matches found

Kitploit
Kitploit
added 2026/08/26 5:52 a.m.189 views

sniffglue

sniffglue sniffglue is a network sniffer written in rust. Network packets are parsed concurrently using a thread pool to utilize all cpu cores. Project goals are that you can run sniffglue securely on untrusted networks and that it must not crash when processing packets. The output should be as...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/24 1:02 a.m.2 views

cargo-fuzz

cargo fuzz Un sottocomandocargo per il fuzzing con libFuzzer! Facile da usare! Installazione root@kitploit: $ cargo install cargo-fuzz Nota: libFuzzer richiede il supporto dei sanitizer LLVM, quindi funziona solo su x86-64 e Aarch64, e solo su sistemi operativi Unix-like non Windows. Richiede anc...

5.3AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/09/16 5:41 p.m.29 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.00761EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/09/16 5:41 p.m.105 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.00761EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2022/08/06 5:20 a.m.306 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.75 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.65 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.26 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.00919EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder