Speykious/cve-rs
Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀 observed · 2026-08-28
Health v2 · maintenance only
36/100
- Activity 44
- Release rhythm 8
- Longevity 66
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 930
- days_rel: n/a
- days_push: 341
- n_releases_24m: 0
Adoption not part of the score
5420 stars · 113 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
cve-rs is a joke/educational Rust crate that reproduces classic memory vulnerabilities (use-after-free, buffer overflow, segfault) using only safe Rust, exploiting known compiler soundness holes. It also provides safe-code reimplementations of std::mem::transmute and null references.
Use cases
- demonstrate Rust soundness bugs in safe code
- test whether a Rust toolchain or linter catches memory unsafety without unsafe blocks
- reproduce segfaults and buffer overflows in a memory-safe Rust program
- teach memory safety concepts with real crashing examples
- reimplement transmute without unsafe
- run memory-unsafe behavior in WASM from safe Rust
When to choose
- you want to demo or test Rust compiler soundness holes
- you need a deliberately crashing safe-Rust program for education or CI fuzzing of tools
- you want a novelty example of memory corruption without unsafe code
When to avoid
- you need real security tooling or vulnerability scanning
- you want stable, production-ready dependencies
- you expect actual CVEs or exploit primitives for penetration testing
Facets
library · maturity active
security testing developer-tools security programming-languages developer-tools testing rust cross-platform wasm cli memory-safety soundness rust segfault use-after-free buffer-overflow novelty educational
2 sources
- readme: https://github.com/Speykious/cve-rs · fetched 2026-08-28 · c00756cad91e
- registry_crates: https://crates.io/api/v1/crates/cve-rs · fetched 2026-08-29 · 492eb6740a93
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Speykious/cve-rs | main | 36 |
For agents
markdown · JSON · MCP: product_card(name="Speykious/cve-rs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem