# Speykious/cve-rs

Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀

Repository: https://github.com/Speykious/cve-rs
Canonical: https://ross.abutalabs.com/products/cve-rs
Language: Rust
License: NOASSERTION
License Family: other
Last push: 2025-09-26T13:47:56+00:00

## Health v2 (maintenance only)
Score: 36/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 44, release rhythm 8, longevity 66
- inputs: {"age_days": 930, "days_push": 341, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5420, forks 113 (observed 2026-08-28T04:09:17.905008+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: security, testing, developer-tools
- domain: security, programming-languages, developer-tools, testing
- platform: rust, cross-platform, wasm, cli
- tags: memory-safety, soundness, rust, segfault, use-after-free, buffer-overflow, novelty, educational

## Member repositories
- Speykious/cve-rs (main) score 36

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:17.905008+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:56:56.548134+00:00, confidence not recorded.
  - readme: https://github.com/Speykious/cve-rs (fetched 2026-08-28T04:09:17.905008+00:00, sha c00756cad91e)
  - registry_crates: https://crates.io/api/v1/crates/cve-rs (fetched 2026-08-29T08:52:11.757389+00:00, sha 492eb6740a93)
- Data as of 2026-08-30T08:39:29.467469+00:00.
