Lucene search
+L

1258 matches found

Chainguard
Chainguard
added 2026/08/30 2:17 a.m.4 views

GHSA-2VH6-HW4J-32WW vulnerabilities

Vulnerabilities for packages: cargo-audit...

5.9AI score
SaveExploits0
Wolfi
Wolfi
added 2026/08/30 2:16 a.m.3 views

GHSA-2VH6-HW4J-32WW vulnerabilities

Vulnerabilities for packages: cargo-audit...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/29 2:29 p.m.2 views

CVE-2022-24713-POC

PoC von CVE-2022-24713 auf Ubuntu Installieren Sie das aktuelle rust-regex-Paket auf Ubuntu. Dann klonen Sie dieses Repo. Dann führen Sie cargo build aus. Die Regex-Abhängigkeit ist auf den Ordner /usr/share/cargo/registry gesetzt, daher gibt es keine Abhängigkeitsprobleme. Wenn die Kompilierung...

7.5CVSS6.7AI score0.1446EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/08/28 4:00 a.m.53 views

gping

gping 🚀 Ping, but with a graph. Comes with the following super-powers: Graph the ping time for multiple hosts Graph the execution time for commands via the --cmd flag Custom colours Windows, Mac and Linux support Table of Contents Install 💿 Usage 🎷 Install 💿 macOS Homebrew: brew install gping...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/27 8:55 p.m.2 views

cve-2022-21658

CVE-2022-21658 poc Certifique-se de usar a versão Rust 1.58.0. Primeiro execute: root@kitploit: while :; do mkdir /tmp/legit; rm -r /tmp/legit; ln -s /tmp/sensitive /tmp/legit; done Depois: root@kitploit: cargo run...

7.3CVSS6.8AI score0.01376EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/08/27 4:26 a.m.2 views

HiddenSteps

Kern-Crates — Implementierungsstatus Dies ist die ehrliche, den aktuellen Stand abbildende Ergänzung zur Zielmodul-Karte aus docs/design/02-system-architecture.md. Sie sagt, was tatsächlich gebaut ist, was gegen ein echtes Backend statt gegen einen Mock verifiziert wurde und was wirklich noch feh...

5.4AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/27 12:35 a.m.5 views

cargo-perm

描述 在 cargo 版本 1.7.0 中发现了一个新漏洞,详情请见此处。 逐步操作 首先,你需要确认你的 cargo 版本是否存在此漏洞。 cargo --version 假设我有一个 cargo 项目,其 src/main.rs 文件如下: root@kitploit: use numbigint::BigInt; use std::str::FromStr; // 无聊的猜数字游戏 fn main let secretnumber = BigInt::fromstr"123456789"; loop println!"猜一个数字:"; let mut guess =...

7.9CVSS6.9AI score0.00702EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/26 5:51 p.m.33 views

bore

bore A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls. That's all it does: no more, and no less. root@kitploit: Installation requires Rust, see alternatives below cargo install bore-cli On your local machine bore local 80...

5.5AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/26 7:35 a.m.3 views

gaia

Gaia: Global API Integrity Assessor Dipendenze Installa opam per compilare le API di test. Installa git, python3, pip e .NET per compilare RESTler e Schemathesis. Installa cargo per compilare Gaia. Installa docker v26.0.1 e docker compose v2.26.1 per compilare Gaia con ELK Stack opzionale se non...

5.2AI score
SaveExploits0
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/25 4:54 a.m.3 views

test-fuzz

test-fuzz test-fuzz ist ein Cargo-Subcommand und eine Sammlung von Rust-Makros, um bestimmte Aufgaben im Zusammenhang mit Fuzzing mit afl.rs zu automatisieren, darunter: Generieren eines Fuzzing-Korpus Implementieren einer Fuzzing-Harness test-fuzz erreicht dies teilweise mithilfe der...

5.3AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/24 9:04 a.m.61 views

legba

legba Join the project community on our server! Legba is a multiprotocol credentials bruteforcer / password sprayer and enumerator built with Rust and the Tokio asynchronous runtime in order to achieve better performances and stability while consuming less resources than similar tools. Key Featur...

6.1AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/24 8:58 a.m.4 views

dredge-cargo

Dies ist KEIN Passwort-Manager. KEINE Notizen-App. Und definitiv KEINE taxonomische Herkunftsregistrierung für benthische Tiefsee-Abnormitäten. Aber die ersten beiden macht es besser als beide. Nur ein Scherz nicht wirklich. Installieren • Schnellstart • Funktionen • Der Link-Befehl • Befehle • S...

5.3AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/24 4:47 a.m.376 views

subjack

subjack DNS Takeover Scanner Subjack is a DNS takeover scanner written in Go designed to scan a list of domains concurrently and identify ones that are able to be hijacked. With Go's speed and efficiency, this tool really stands out when it comes to mass-testing. Always double check the results...

5.5AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/24 1:02 a.m.6 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
NVD
NVD
added 2026/08/20 12:16 p.m.9 views

CVE-2026-74018

Subscriber Arbitrary File Upload in Warehouse Cargo = 2.6.9 versions...

9.9CVSS0.00447EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/20 12:07 p.m.30 views

CVE-2026-74018 WordPress Warehouse Cargo theme <= 2.6.9 - Arbitrary File Upload vulnerability

Subscriber Arbitrary File Upload in Warehouse Cargo = 2.6.9 versions...

9.9CVSS0.00447EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 12:07 p.m.29 views

CVE-2026-74018

CVE-2026-74018 is an Arbitrary File Upload vulnerability in the WordPress Theme Warehouse Cargo (versions ≤ 2.6.9 ). The vulnerability is accessible to users with Subscriber privileges and carries a CVSS 3.1 score of 9.9 (Critical) , with a vector of AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H, indicatin...

9.9CVSS5.3AI score0.00447EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/20 12:07 p.m.10 views

EUVD-2026-63318

Subscriber Arbitrary File Upload in Warehouse Cargo = 2.6.9 versions...

9.9CVSS5.2AI score0.00447EPSS
SaveExploits0References1
RustSec
RustSec
added 2026/08/20 12:00 p.m.14 views

`aronenao` was removed from crates.io due to malicious code

We identified that aronenao contained malicious code executed through a build script. This crate had 11 versions, with the most recent one being published at 2026-08-18. The crate was removed from crates.io and the user account was locked. This crate was used as part of a malware campaign targete...

5.4AI score
SaveExploits0
Rows per page
Query Builder